06 · $SYIELD token & fees Launching
$SYIELD
$SYIELD is the protocol token of StockYield. It is launched on a public bonding-curve launchpad rather than by the protocol itself, and its trading fees fund the three things the protocol needs to grow: onchain liquidity, infrastructure, and development.
6.1 What the token is — and is not
$SYIELD is a plain ERC-20 with no admin functions, no mint after launch, and no protocol permissions attached to holding it. It is the funding and coordination asset for StockYield; it is not required to use any product, and no product pays out in it.
- Funds the protocol. Every trade in the $SYIELD pool pays a fee; the protocol's share is allocated by the fixed split in §6.3.
- Not a claim on anything. $SYIELD does not entitle holders to revenue, dividends, PT/YT, basket positions, or governance over immutable contracts. Statements that it does are false.
- Not a security token. It carries no rights against StockYield, its contributors, or Robinhood.
Bonding-curve tokens are volatile and can lose most or all of their value. Nothing here is investment advice. StockYield does not custody $SYIELD, cannot reverse trades, and cannot change the launchpad's fee mechanics.
6.2 Launch mechanics
The token is created through a public launchpad on Robinhood Chain. The launchpad mints supply into a bonding curve paired with ETH; price rises deterministically with net buys. When the curve accumulates its graduation threshold of ETH, the launchpad migrates the pool into a conventional AMM and locks the liquidity.
| Venue | Public bonding-curve launchpad on Robinhood Chain; parameters are set by the launchpad, not by StockYield contracts. |
|---|---|
| Paired asset | ETH |
| Graduation | Curve migrates to an AMM once its ETH target is reached; liquidity is locked. |
| Launch window | Short anti-snipe window with a punitive tax on the first seconds of trading. |
| Creator wallet | The StockYield deployer address, listed in Deployed contracts. |
The exact launch fee, trade-fee percentage, graduation threshold and launch-window duration are displayed by the launchpad at creation time and are visible onchain; they are quoted here only as mechanics, not as fixed numbers, because they belong to the venue.
6.3 Fee flow and allocation
Every swap in the $SYIELD pool pays a trade fee. The launchpad retains its platform share; the remainder — the protocol's fee revenue — is allocated by a fixed three-way split. The split is defined on received revenue so it holds regardless of the venue's own take.
| Bucket | Share of protocol revenue | Target, as % of swap volume | Funds |
|---|---|---|---|
| Liquidity engine | 40 % | 2 % | Deepening onchain liquidity: the $SYIELD pool, Stock Token routes, and basket-desk counterparty capital. |
| Infrastructure & yield | 40 % | 2 % | Oracle attestation, keepers, RPC and indexing, and settlement capital for live series. |
| Development | 20 % | 1 % | Engineering, security review, and day-to-day operations. |
The "target as % of volume" column assumes a 5 % pool trade fee with the whole fee reaching the protocol. Where the venue retains part of the fee, the shares in the first column apply to what the protocol actually receives.
Allocation is executed from the creator wallet named in Deployed contracts. Every transfer out of that wallet is public on Blockscout; there is no offchain treasury.
6.4 The liquidity engine
The liquidity engine is the 40 % bucket that turns fee revenue back into onchain depth. It is a policy, not a contract: revenue is deployed as protocol-owned liquidity in three places, in priority order.
- $SYIELD / ETH pool. Protocol-owned LP so that the token's own market does not depend on mercenary liquidity.
- Stock Token routes. Liquidity on the Uniswap routes the app uses for Stock Tokens, so splits and basket mints have executable depth.
- Basket-desk capital. Deposits into the sDESK vault, increasing the desk's capacity to take the other side of user baskets. See Synthetic basket desk.
Liquidity-engine deployments are protocol-owned positions. They do not pay $SYIELD holders, and their size depends entirely on realised fee revenue.
6.5 Relationship to protocol contracts
The repository also contains a native token and fee-hook design (StockYieldToken, a Uniswap v4 tax hook, and a launch bundle). Those contracts are not the launch path for $SYIELD and are not deployed. Any future migration of $SYIELD onto protocol-native fee routing would be announced with contract addresses in Deployed contracts before it takes effect; until then, the launchpad pool is the only fee source.