A security is one stakeholder’s holding in one share class. It represents a specific, discrete equity position: for example, “Jane Doe holds 10,000 shares of Common Stock” or “Alice Chen holds an option to purchase 50,000 shares of Common Stock at $0.50 per share.” Every security has its own certificate ID, grant date, and lifecycle status. Securities live at Cap Table → Securities (Ledger). The ledger is the complete transactional record of your company’s equity — every issuance, transfer, cancellation, and conversion is recorded here.Documentation Index
Fetch the complete documentation index at: https://docs.launchboard.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Security types
| Type | Description |
|---|---|
STOCK | Direct share ownership — a fixed number of issued and outstanding shares |
STOCK_OPTION | The right to purchase shares at a set exercise price; typically granted under an equity plan |
WARRANT | Similar to an option but usually issued to investors or service providers, not employees |
CONVERTIBLE | A convertible instrument such as a SAFE or convertible note that will convert into equity at a future event |
Security lifecycle
A security moves through several states from creation to on-chain settlement:| Status | Meaning |
|---|---|
| Active | The security has been issued and is outstanding |
| Issued | Created in the ledger, pending any required signatures |
| Signed | The underlying agreement has been fully executed by all parties |
| Minted | SPL tokens have been sent to the stakeholder’s Solana wallet |
| Cancelled | The security has been cancelled (repurchase, forfeiture, lapse) |
| Exercised | An option or warrant has been exercised and converted to stock |
| Converted | A convertible instrument has converted into equity |
Issuing a security
Choose the security type
Select the type: Stock, Stock Option, Warrant, or Convertible. The form fields adjust based on the type you choose.
Select the stakeholder and share class
Pick the stakeholder who will hold this security and the share class it belongs to. Both must already exist — create them first if needed.
Enter the quantity and pricing
Enter the quantity (number of shares or units). For options and warrants, enter the exercise price per share. For stock, enter the price per share paid.
Set the grant date
Enter the grant date — the date the security was officially issued or granted. This is required for all security types.
Attach vesting terms (optional)
For options and restricted stock, you can link a set of vesting terms from your equity plan. Vesting terms control when the stakeholder’s shares become exercisable or fully owned.
Viewing the ledger
The Securities ledger shows every position in your company. You can filter by security type (STOCK, STOCK_OPTION, WARRANT, CONVERTIBLE) or by stakeholder. Each row shows the certificate ID, holder, share class, quantity, grant date, and current status.
Click any row to open the security’s detail view, where you can see its full history, linked documents, vesting schedule, and on-chain transaction hash (if minted).
Minting tokens to a stakeholder
Once a security exists in the ledger, you can mint the corresponding SPL tokens to the stakeholder’s Solana wallet. There are two paths: Direct issuance (no approval required) Use Transactions → Issue Shares or Transactions → Issue Options. This creates the security and mints tokens immediately. The share class must already be tokenized and the stakeholder must have a Solana wallet address on their record. Mint from an existing security (approval required) For securities created through document merges, manual entry, or governance approvals, use the Mint action on the security row. Before you can mint:- The share class must be tokenized.
- The security must have a linked governance approval with status Approved or Locked.
- The stakeholder must have a Solana wallet address or a linked OASIS avatar.
Vesting and token release
For securities with vesting terms, Launchboard mints only the cliff amount (the shares that vest immediately at the cliff date) when you first mint. After the cliff, vesting releases are processed daily and additional tokens are minted to the stakeholder’s wallet as each tranche vests. TheQuantity Vested field on the security tracks how much has been minted so far.