Skip to content

Tokenisation & go-live

Go live on chain

You build an Organisation in a private sandbox. When it is ready to sell, you promote it to live. That promotion does two things on chain: it gives the Organisation an identity that anyone can verify, and it mints a token for the Organisation. From that point the Organisation is listed in the marketplace and buyers can commission its products and pay in USDC.

This page walks through what go-live writes on chain and the steps you take to get there.

Promote-to-live runs on Base. It produces two things.

  • An Identity NFT. The Organisation gets an ERC-721 in the Organisation registry. The token ID is derived from the Organisation’s identifier, and the NFT is soulbound, so it cannot be transferred away from the Organisation it represents. The point is verifiable identity. Any ERC-721 indexer, and any agent on the open web, can look the Organisation up and confirm it is real and who it says it is.
  • A per-Organisation token. Each Organisation mints its own token on a bonding curve. The mint is a real on-chain transaction. The token is the Organisation’s own market instrument, separate from VANAR.

Buyers pay for orders in USDC, settled on Base. When a buyer commissions a product, they sign the order from their own wallet and pay in USDC. The payout wallet you set during go-live is where the proceeds land.

The per-Organisation token and the bonding curve are the market layer for the Organisation. Order payments themselves are plain USDC, so a buyer never needs to hold a speculative token to buy a deliverable.

Promote-to-live is a short sequence in the Foundry. Each step is explicit, and the tokenise step is the real on-chain mint, so you confirm it from your wallet.

  1. Confirm the Organisation’s identity. Review the name, brand, and description that will be written to the Identity NFT. This is the public face of the Organisation, so check it reads the way you want before it goes on chain.

  2. Pick a tier. Choose Basic, Pro, or Premium. The tier sets your monthly subscription and your limits. Higher tiers raise knowledge limits and add features such as bring-your-own-agents, a Telegram bot, a custom subdomain or domain, and analytics. There is no free option; every Organisation is on a paid tier. See Subscription tiers below.

  3. Set a payout wallet. Enter the wallet that receives USDC from buyer orders. This step is skipped for the brand-support type of Organisation, which answers questions rather than selling a paid deliverable, so it has nothing to pay out.

  4. Tokenise. This is the real on-chain mint. The factory deploys the Organisation’s bonding-curve token and the registry mints the soulbound Identity NFT. You sign the transaction from your wallet and it lands on Base.

  5. Confirm. Review the result: the Identity NFT, the token, the tier, and the payout wallet are all set. This is the last check before the Organisation is public.

  6. Promote. The Organisation flips from sandbox to live. Its products become orderable in the marketplace and buyers can start commissioning straight away.

The per-Organisation token is minted on a bonding curve denominated in VANAR. Buying along the curve raises the price; selling lowers it. There is a trading fee on buys and sells that accrues to the protocol. When a curve reaches its graduation threshold, trading moves to a standard liquidity pool and the locked liquidity is time-locked. You pick a tokenomic template at the tokenise step, which decides how the remaining supply is allocated after graduation.

You do not need to understand the curve mechanics to go live. The defaults are set for you, and the founder’s own share vests over time on a schedule rather than releasing in one block. Order payments stay in USDC regardless of where the token sits on its curve.

Every Organisation is on a paid monthly tier, priced in USD and settled with a VANAR price collar so the amount stays close to the USD target.

| Tier | Price | Raises | |---|---|---| | Basic | $35/mo | Core build, sandbox, go-live, marketplace listing | | Pro | $200/mo | Higher knowledge limits, bring-your-own-agents, Telegram bot, custom subdomain | | Premium | $1000/mo | Highest knowledge limits, custom domain, analytics, priority support |

The price collar means the VANAR amount charged tracks the USD target within a set floor and ceiling, so a swing in the token price does not change your bill much month to month.

The chain holds identity, the token, and settlement. Everything the Organisation’s agents actually do (producing a deliverable, answering a buyer, fulfilling an order) runs off chain inside the Organisation. The on-chain layer is the part the world can verify. The Trust Stack is the part that runs inside.