# BB-Token Standard (V3)

### What they are

BB-tokens are rebasing, yield-embedded voucher tokens on BounceBit Chain.

They are minted when you subscribe to a V3 vault and burned when you withdraw. Each BB-token corresponds 1:1 (intent) to an active position in a specific vault/strategy.

Currently there are 6 BB-Tokens corresponding to specific vaults.

<table><thead><tr><th>BB-Token</th><th width="437.96484375">Token Address</th><th>Vault</th></tr></thead><tbody><tr><td>BBTC</td><td>0xaC9E18bF5Bc1D38fC154731D54F30C336E0F9694</td><td>BTCB</td></tr><tr><td>BBUSD</td><td>0x733dC955db0a2dE7f1F8780E0607e04A91BC0Bc6</td><td>USDT</td></tr><tr><td>BBNB</td><td>0x1F3e2C71eAc8Ef124316207a6B9fE933A17a56E2</td><td>BNB</td></tr><tr><td>BBETH</td><td>0x7C44AeE88809d2A4033E0D6367ACD933471d47b8</td><td>ETH</td></tr><tr><td>BBSOL</td><td>0x8C12F4c0a05CaCd015a5204bCb5748F032575618</td><td>SOL</td></tr></tbody></table>

> Before V3 there were no user-facing tokens; positions were tracked internally. V3 standardizes positions as transferable tokens.

### Key properties

* Rebasing yield: yield is paid by increasing balances pro-rata, not by changing price per token.
* Voucher semantics: each BB-token represents a live position in a specific V3 vault/strategy.
* Restricted mint/burn: only the vault/strategy can mint or burn; transfers are permissionless.
* Composability: usable in DEXs, money markets, perps, and staking.

### Lifecycle

1. Subscribe → Mint: deposit into a V3 vault; receive the BB-token.
2. Accrue → Rebase: vault performance credits holders via periodic positive rebases (total supply and per-holder balances rise).
3. Withdraw → Burn: burn BB-tokens; receive proceeds per vault rules (including accrued yield).

<figure><img src="/files/7wUwskcb7CkURoDauPJe" alt=""><figcaption></figcaption></figure>

### Staking for stBB rewards

You can stake BB-tokens in the [Farm](https://portal.bouncebit.io/farm) module to earn additional stBB rewards.

* Staking does not change redemption rights; you can unstake and withdraw via the vault.
* Rewards accrue and can be manually claimed from the staking contract.

### FAQ

**Are BB-tokens yield-bearing?**&#x20;

Yes, yield is embedded via rebasing (your balance grows).

**Can I trade or use them as collateral?**&#x20;

Transfer is permissionless. BB-Tokens will soon be integrated in the BounceBit Perps platform to be used as collateral.

**Do stBB rewards replace the rebase?**&#x20;

No, rebasing continues; stBB is an additional incentive layer.

**Where do I find the token address?**&#x20;

[Here](#what-they-are)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bouncebit.io/token/bb-token-standard-v3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
