> For the complete documentation index, see [llms.txt](https://docs.bouncebit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bouncebit.io/user-guides.md).

# User Guides

- [General](https://docs.bouncebit.io/user-guides/general.md)
- [How to Get BTCB from Binance](https://docs.bouncebit.io/user-guides/general/how-to-get-btcb-from-binance.md): This guide explains how you can get BTCB from Binance Exchange to your wallet on BNBChain.
- [How to Transfer BTCB to your Binance Web3 Wallet](https://docs.bouncebit.io/user-guides/general/how-to-get-btcb-from-binance/how-to-transfer-btcb-to-your-binance-web3-wallet.md)
- [How to Use the Testnet Faucet](https://docs.bouncebit.io/user-guides/general/how-to-use-the-testnet-faucet.md)
- [How to Add BounceBit Network to Your Wallet](https://docs.bouncebit.io/user-guides/general/how-to-add-bouncebit-network-to-your-wallet.md)
- [V3 FAQ](https://docs.bouncebit.io/user-guides/v3-faq.md): This FAQ answers questions you might have regarding V3.
- [CeDeFi V3](https://docs.bouncebit.io/user-guides/cedefi-v3.md): This folder contains all CeDeFi guides.
- [How to Withdraw/Redeem Your LCT](https://docs.bouncebit.io/user-guides/cedefi-v3/how-to-withdraw-redeem-your-lct.md)
- [How to Subscribe (BTCB) / Mint BBTC](https://docs.bouncebit.io/user-guides/cedefi-v3/how-to-subscribe-btcb-mint-bbtc.md): This guide will walk you through the process of getting access to delta-neutral investment options on your assets.
- [How to Subscribe (USDT) / Mint BBUSD](https://docs.bouncebit.io/user-guides/cedefi-v3/how-to-subscribe-usdt-mint-bbusd.md): This guide will walk you through the process of getting access to delta-neutral investment options on your assets.
- [How to Subscribe (BNB) / Mint BBNB](https://docs.bouncebit.io/user-guides/cedefi-v3/how-to-subscribe-bnb-mint-bbnb.md): This guide will walk you through the process of getting access to delta-neutral investment options on your assets.
- [How to Subscribe (ETH) / Mint BBETH](https://docs.bouncebit.io/user-guides/cedefi-v3/how-to-subscribe-eth-mint-bbeth.md): This guide will walk you through the process of getting access to delta-neutral investment options on your assets.
- [How to Subscribe (SOL) / Mint BBSOL](https://docs.bouncebit.io/user-guides/cedefi-v3/how-to-subscribe-sol-mint-bbsol.md): This guide will walk you through the process of getting access to delta-neutral investment options on your assets.
- [How to Withdraw/ Redeem your BB-Token](https://docs.bouncebit.io/user-guides/cedefi-v3/how-to-withdraw-redeem-your-bb-token.md): This guide will walk you through the process of withdrawing from the strategy vaults and redeem your BB-Token (BBTC, BBUSD, BBNB, BBETH, BBSOL)
- [How to Wrap / How to get BBTC, BBUSD](https://docs.bouncebit.io/user-guides/cedefi-v3/how-to-wrap-how-to-get-bbtc-bbusd.md)
- [Ethena <> BounceBit](https://docs.bouncebit.io/user-guides/cedefi-v3/ethena-less-than-greater-than-bouncebit.md)
- [Superfast Trading Guide](https://docs.bouncebit.io/user-guides/cedefi-v3/superfast-trading-guide.md)
- [Staking and Delegation](https://docs.bouncebit.io/user-guides/staking-and-delegation.md)
- [How to Stake/Unstake BB (Delegation)](https://docs.bouncebit.io/user-guides/staking-and-delegation/how-to-stake-unstake-bb-delegation.md): BB stake tutorial.
- [How to Stake/Unstake BB on Portal](https://docs.bouncebit.io/user-guides/staking-and-delegation/how-to-stake-unstake-bb-on-portal.md)
- [Bridging](https://docs.bouncebit.io/user-guides/bridging.md)
- [Portal Bridge](https://docs.bouncebit.io/user-guides/bridging/portal-bridge.md)
- [MultiBit Bridge](https://docs.bouncebit.io/user-guides/bridging/multibit-bridge.md)
- [BounceClub V2](https://docs.bouncebit.io/user-guides/bounceclub-v2.md)
- [How to Launch a Memecoin](https://docs.bouncebit.io/user-guides/bounceclub-v2/how-to-launch-a-memecoin.md)
- [Arcade](https://docs.bouncebit.io/user-guides/bounceclub-v2/arcade.md)
- [DeFi](https://docs.bouncebit.io/user-guides/bounceclub-v2/defi.md)
- [Quanto](https://docs.bouncebit.io/user-guides/bounceclub-v2/defi/quanto.md)
- [Stablecoin](https://docs.bouncebit.io/user-guides/bounceclub-v2/defi/stablecoin.md)
- [AI Agents](https://docs.bouncebit.io/user-guides/bounceclub-v2/ai-agents.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bouncebit.io/user-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
