# Ooga Booga

## Ooga Booga

- [How Does It Work?](https://docs.oogabooga.io/aggregator/how-does-it-work.md): Pikachu explains...
- [Liquidity Sources](https://docs.oogabooga.io/aggregator/liquidity-sources.md): A list of all live and soon-to-be-live integrated liquidity sources.
- [Fee Model](https://docs.oogabooga.io/aggregator/fee-model.md)
- [Meta Aggregator](https://docs.oogabooga.io/meta-aggregator/meta-aggregator.md): Currently on live on HyperEVM, coming to Berachain soon!
- [Tokenomics](https://docs.oogabooga.io/token/tokenomics.md): The token resides on Berachain.
- [Staking and Allocating](https://docs.oogabooga.io/token/staking-and-allocating.md)
- [Distribution](https://docs.oogabooga.io/token/distribution.md): Coming soon..
- [Swap API](https://docs.oogabooga.io/developers/swap-api.md)
- [Guide](https://docs.oogabooga.io/developers/swap-api/guide.md)
- [Reference](https://docs.oogabooga.io/developers/swap-api/reference.md)
- [Troubleshooting](https://docs.oogabooga.io/developers/swap-api/troubleshooting.md)
- [Meta API](https://docs.oogabooga.io/developers/meta-api.md)
- [Streaming vs Polling](https://docs.oogabooga.io/developers/meta-api/streaming-vs-polling.md)
- [Frontend Integration Guide](https://docs.oogabooga.io/developers/meta-api/frontend-integration-guide.md)
- [Key Concepts](https://docs.oogabooga.io/developers/meta-api/frontend-integration-guide/key-concepts.md)
- [Meta Aggregator Quote Streaming](https://docs.oogabooga.io/developers/meta-api/frontend-integration-guide/meta-aggregator-quote-streaming.md)
- [Dynamic Token List](https://docs.oogabooga.io/developers/meta-api/frontend-integration-guide/dynamic-token-list.md)
- [Send Transaction](https://docs.oogabooga.io/developers/meta-api/frontend-integration-guide/send-transaction.md)
- [Reference](https://docs.oogabooga.io/developers/meta-api/reference.md)
- [Price API](https://docs.oogabooga.io/developers/price-api.md)
- [Guide (WIP)](https://docs.oogabooga.io/developers/price-api/guide-wip.md)
- [Reference](https://docs.oogabooga.io/developers/price-api/reference.md)
- [Endpoints](https://docs.oogabooga.io/developers/endpoints.md)
- [Audit](https://docs.oogabooga.io/resources/audit.md)
- [Media](https://docs.oogabooga.io/resources/media.md)
- [Community Made Resources](https://docs.oogabooga.io/resources/community-made-resources.md): Super Bera made resources!
- [Aggregator](https://docs.oogabooga.io/deployments/aggregator.md)
- [OBRouter Reference](https://docs.oogabooga.io/deployments/aggregator/obrouter-reference.md)
- [Token](https://docs.oogabooga.io/deployments/token.md)
- [Ooga Bucks](https://docs.oogabooga.io/deployments/ooga-bucks.md)
- [Benefits](https://docs.oogabooga.io/twap/benefits.md)
- [Architecture](https://docs.oogabooga.io/twap/architecture.md)
- [Miscellaneous](https://docs.oogabooga.io/twap/miscellaneous.md)
- [Trade Execution Logic and Retry Behavior](https://docs.oogabooga.io/twap/trade-execution-logic-and-retry-behavior.md)
- [Frontrunning Considerations and Parameter Confidentiality](https://docs.oogabooga.io/twap/frontrunning-considerations-and-parameter-confidentiality.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.oogabooga.io/aggregator/how-does-it-work.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.
