# TBC on Solana

- [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.


---

# Agent Instructions: 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:

```
GET https://wiki.rly.network/rly-protocol/get-started/tbc-on-solana.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.
