What tokenization means in Launchboard
Every share class on your cap table maps to a pair of on-chain assets:
Both assets live on Solana and can be verified using the Solana explorer with the transaction hash stored on each security record.
Why it matters
Once a security is tokenized, ownership is no longer solely a database record inside Launchboard. The SPL tokens in a stakeholder’s wallet are verifiable on-chain, providing:- Cryptographic proof of ownership — the blockchain record is tamper-evident and independently auditable
- Platform independence — stakeholders can verify their holdings using any Solana explorer without logging in to Launchboard
- A complete audit trail — every mint transaction is recorded with a transaction hash you can look up on Solana
The two steps
Tokenization is a two-step process. Both steps must be completed before a stakeholder receives on-chain tokens. Step 1 — Tokenize the share class. This creates the SPL mint and the class certificate NFT for a given share class. You only do this once per class. Until a share class is tokenized, no tokens can be minted to stakeholders. Step 2 — Mint tokens to stakeholder wallets. This sends SPL tokens from the share class mint to each stakeholder’s Solana wallet address. You do this once per security (and again as vesting milestones occur, if applicable).Prerequisites
Before you can tokenize, your organization needs two things in place:- An OASIS Cap Table created. Go to Settings → Cap Table and click Create OASIS Cap Table. This sets up the on-chain infrastructure that Launchboard uses to hold mint authority.
- Stakeholders must have a Solana wallet address linked. Launchboard uses the wallet address saved on each stakeholder’s profile to deliver tokens. Stakeholders can also connect via an OASIS avatar, which resolves to a wallet automatically.
If your organization does not have an OASIS Cap Table set up, share class tokenization will fail. Create it in Settings → Cap Table before proceeding.
Three ways to mint tokens
After a share class is tokenized, you can mint tokens to stakeholders through three entry points:
The Securities table path is the standard flow for securities that originated from documents or approvals. Issue Shares and Issue Options are faster paths when you want to create and mint in a single step. Tokenize from Document runs automatically after a signed document is merged.
Next steps
Tokenize a share class
Create the SPL mint and NFT certificate for a share class so tokens can be minted to stakeholders.
Mint tokens to wallets
Send SPL tokens from a tokenized share class to individual stakeholder wallets.