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

# Bonuz Ecosystem&#x20;

- [Ecosystem Overview](https://whitepaper.bonuz.market/bonuz-ecosystem/ecosystem-overview.md)
- [Core Engagement Flow](https://whitepaper.bonuz.market/bonuz-ecosystem/core-engagement-flow.md)
- [Ecosystem / Wallet Security](https://whitepaper.bonuz.market/bonuz-ecosystem/ecosystem-wallet-security.md)
- [bonuz Lifestyle Wallet](https://whitepaper.bonuz.market/bonuz-ecosystem/bonuz-lifestyle-wallet.md): The consumer entry point to the bonuz ecosystem — available on iOS, Android, and Web. bonuz Ecosystem - available for IOS & Android
- [Wallet Functionalities](https://whitepaper.bonuz.market/bonuz-ecosystem/wallet-functionalities.md)
- [bonuz ID Protocol](https://whitepaper.bonuz.market/bonuz-ecosystem/bonuz-id-protocol.md): Portable, permissioned on-chain identity — operated by Bonuz Inc.
- [bonuz Engagement Protocol (DNFT)](https://whitepaper.bonuz.market/bonuz-ecosystem/bonuz-engagement-protocol-dnft.md)
- [Third-Party Providers](https://whitepaper.bonuz.market/bonuz-ecosystem/third-party-providers.md): bonuz loves other Apps, dApps, and third-party providers.
- [Product Roadmap](https://whitepaper.bonuz.market/bonuz-ecosystem/product-roadmap.md)
- [bonuz SDK](https://whitepaper.bonuz.market/bonuz-ecosystem/bonuz-sdk.md): The bonuz Human Layer is designed to be embedded everywhere and not just in the bonuz Lifestyle Wallet. The SDK is how that happens.


---

# 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://whitepaper.bonuz.market/bonuz-ecosystem.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.
