# Developer Resources

## Developer Resources

- [Introduction](https://wiki.rly.network/rly-protocol/overview/introduction.md)
- [TBCs on Solana](https://wiki.rly.network/rly-protocol/overview/tbcs-on-solana.md)
- [Quick Start Guide](https://wiki.rly.network/rly-protocol/get-started/quick-start-guide.md): Learn how to create a tokenized economy
- [TBC on Solana](https://wiki.rly.network/rly-protocol/get-started/tbc-on-solana.md)
- [Step 1: Create token](https://wiki.rly.network/rly-protocol/get-started/tbc-on-solana/step-1-create-token.md): Learn how to create your application token
- [Step 2: Initialize Token Bonding Curve (TBC)](https://wiki.rly.network/rly-protocol/get-started/tbc-on-solana/step-2-initialize-token-bonding-curve-tbc.md): Learn how to configure and initialize the TBC that defines the supply and price of your token.
- [TBC Guides](https://wiki.rly.network/rly-protocol/get-started/tbc-on-solana/step-2-initialize-token-bonding-curve-tbc/tbc-guides.md): How to guides for initializing TBC
- [TBC Examples](https://wiki.rly.network/rly-protocol/get-started/tbc-on-solana/step-2-initialize-token-bonding-curve-tbc/tbc-examples.md)
- [FAQs](https://wiki.rly.network/rly-protocol/get-started/tbc-on-solana/step-2-initialize-token-bonding-curve-tbc/faqs.md)
- [Step 3: Swap Tokens](https://wiki.rly.network/rly-protocol/get-started/tbc-on-solana/step-3-swap-tokens.md): Learn how to swap between your app token and sRLY. This will be the main method your users will use obtain your app token through the token swap.
- [Grants](https://wiki.rly.network/rly-protocol/get-started/grants.md)
- [FAQ](https://wiki.rly.network/rly-protocol/resources/faq.md): Frequently asked questions
- [Solana Docs](https://wiki.rly.network/rly-protocol/resources/solana-docs.md)
- [RLY Rewards](https://wiki.rly.network/rly-protocol/archived/rly-rewards.md): Learn how rewards work
- [Bootstrap phase](https://wiki.rly.network/rly-protocol/archived/rly-rewards/bootstrap-phase.md)
- [Mature phase](https://wiki.rly.network/rly-protocol/archived/rly-rewards/mature-phase.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://wiki.rly.network/rly-protocol/overview/introduction.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.
