# Rosen Bridge Docs

## Rosen Bridge Docs

- [Welcome to RosenBridge](https://docs.rosen.tech/rosen/readme.md)
- [Overview](https://docs.rosen.tech/rosen/overview.md)
- [Concept and Assumptions](https://docs.rosen.tech/rosen/concept-and-assumptions.md)
- [Why RosenBridge?](https://docs.rosen.tech/rosen/why-rosenbridge.md)
- [Token Transfer from ChainX to Ergo: A Step-by-Step Guide](https://docs.rosen.tech/rosen/token-transfer-from-chainx-to-ergo-a-step-by-step-guide.md)
- [Transferring rTokens from Ergo to ChainX](https://docs.rosen.tech/rosen/transferring-rtokens-from-ergo-to-chainx.md)
- [RosenBridge Fees & Dust collection](https://docs.rosen.tech/rosen/rosenbridge-fees-and-dust-collection.md)
- [New chain integration](https://docs.rosen.tech/rosen/new-chain-integration.md)
- [Benefits of RosenBridge](https://docs.rosen.tech/rosen/benefits-of-rosenbridge.md)
- [Rsn Token](https://docs.rosen.tech/rosen/rsn-token.md): In this section, we briefly introduce the 'Rosen' token which is the main driver of this bridge. More details will be available soon.
- [Rosen Bridge Documents](https://docs.rosen.tech/rosen/readme-1.md)
- [guard](https://docs.rosen.tech/rosen/readme-1/guard.md)
- [keygen-docker](https://docs.rosen.tech/rosen/readme-1/guard/keygen-docker.md)
- [setup](https://docs.rosen.tech/rosen/readme-1/guard/setup.md)
- [rosen](https://docs.rosen.tech/rosen/readme-1/rosen.md)
- [contracts](https://docs.rosen.tech/rosen/readme-1/rosen/contracts.md)
- [contract](https://docs.rosen.tech/rosen/readme-1/rosen/contracts/contract.md)
- [Catalyst-Fund10](https://docs.rosen.tech/rosen/readme-1/rosen/catalyst-fund10.md)
- [Summary of findings on the Rosen](https://docs.rosen.tech/rosen/readme-1/rosen/catalyst-fund10/summary-of-findings-on-the-rosen.md)
- [F10 RewardModelAndTokenomicsOfRosenBridge](https://docs.rosen.tech/rosen/readme-1/rosen/catalyst-fund10/f10-rewardmodelandtokenomicsofrosenbridge.md)
- [Fund 10 AMA Recordings](https://docs.rosen.tech/rosen/readme-1/rosen/catalyst-fund10/fund-10-ama-recordings.md): As part of Catalyst Fund 10, the team was required to run AMAs for the community. The agenda of these AMAs is to provide an update on development progress and answer any questions.
- [watcher](https://docs.rosen.tech/rosen/readme-1/watcher.md)
- [Watcher Deployment](https://docs.rosen.tech/rosen/readme-1/watcher/deploy-docker.md)
- [Bringing Monero](https://docs.rosen.tech/rosen/r-and-d/bringing-monero.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.rosen.tech/rosen/readme.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.
