# Bounce.Tech

## Docs

- [About Bounce.Tech](https://docs.bounce.tech/about-bounce.tech.md): Leveraged tokens for all of finance
- [Leveraged Tokens](https://docs.bounce.tech/basics/leveraged-tokens.md)
- [How Leveraged Tokens Work](https://docs.bounce.tech/basics/how-leveraged-tokens-work.md)
- [Hyperliquid](https://docs.bounce.tech/basics/how-leveraged-tokens-work/hyperliquid.md)
- [Rebalancing](https://docs.bounce.tech/basics/how-leveraged-tokens-work/rebalancing.md)
- [ERC-20 compliance](https://docs.bounce.tech/basics/how-leveraged-tokens-work/erc-20-compliance.md)
- [Effects of rebalancing](https://docs.bounce.tech/basics/how-leveraged-tokens-work/effects-of-rebalancing.md)
- [Standby mode](https://docs.bounce.tech/basics/how-leveraged-tokens-work/standby-mode.md)
- [Fees](https://docs.bounce.tech/basics/fees.md)
- [Guides](https://docs.bounce.tech/basics/guides.md)
- [Minting](https://docs.bounce.tech/basics/guides/minting.md)
- [Redeeming](https://docs.bounce.tech/basics/guides/redeeming.md)
- [Referral Program](https://docs.bounce.tech/community/referral-program.md)
- [Contract Addresses and ABIs](https://docs.bounce.tech/technical/contract-addresses-and-abis.md): The easiest way to find the latest Bounce Tech Contract Addresses and ABIs is in the repo of our npm package: https://github.com/bounce-tech/bounce-npm
- [Integration Guide](https://docs.bounce.tech/technical/integration-guide.md): Below is a high level guide on how to integrate with the Bounce Tech Protocol. It covers useful tools and frameworks, and some general details on primary functions.
- [Custody](https://docs.bounce.tech/technical/custody.md)
- [Risks & Security](https://docs.bounce.tech/technical/risks-and-security.md)
- [Bug Bounty](https://docs.bounce.tech/technical/bug-bounty.md)
- [Brand Assets](https://docs.bounce.tech/more/brand-assets.md)
- [FAQ](https://docs.bounce.tech/more/faq.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, 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.bounce.tech/about-bounce.tech.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.
