# Butterfly Cash $bCASH Documentation

## Butterfly Cash $bCASH Documentation

- [Official Links](https://docs.butterflycash.io/official-links.md): The source of truth
- [About $bCASH](https://docs.butterflycash.io/about-usdbcash.md): How did we get here?
- [Multi-Sig Controlled](https://docs.butterflycash.io/about-usdbcash/multi-sig-controlled.md): bCASH is community run
- [Decentralized Governance](https://docs.butterflycash.io/about-usdbcash/decentralized-governance.md): Vote using veCASH
- [Proposal Requirements](https://docs.butterflycash.io/about-usdbcash/decentralized-governance/proposal-requirements.md): What makes a valid proposal?
- [Contracts](https://docs.butterflycash.io/contracts.md): The only source for official contracts.
- [Tokenomics](https://docs.butterflycash.io/tokenomics.md)
- [bCASH Staking](https://docs.butterflycash.io/tokenomics/bcash-staking.md): There are many ways to stake bCASH
- [veCASH Staking](https://docs.butterflycash.io/tokenomics/bcash-staking/vecash-staking.md): Stake bCASH to earn a governance token
- [Single-sided Staking](https://docs.butterflycash.io/tokenomics/bcash-staking/single-sided-staking.md): Staked bCASH ($sbCASH)
- [LP Farms](https://docs.butterflycash.io/tokenomics/bcash-staking/lp-farms.md): Stake your LP tokens for $bCASH
- [The Token Lockers](https://docs.butterflycash.io/tokenomics/the-token-lockers.md): Preserving longevity through management of circulating supply
- [Faucet - Deprecated](https://docs.butterflycash.io/tokenomics/faucet-deprecated.md): Free $bCASH for the community
- [Transfer Fee & Stakoor Contracts](https://docs.butterflycash.io/transfer-fee-and-stakoor-contracts.md): Where does the 10% transfer fee go?
- [Roadmap](https://docs.butterflycash.io/roadmap.md): What is the goal here?


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.butterflycash.io/official-links.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.
