> For the complete documentation index, see [llms.txt](https://sphynxlabs.gitbook.io/sphynx-labs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/get-brc20-tokens.md).

# Get BRC20 Tokens

The native tokens of Bitgert (**BRISE**) are **BRC20**.

To do most things on BRC, you will need to pay gas, which comes in the form of BRC20 BRISE.

You will also need the BRC20 version of any token you want to trade, stake etc. on BRC.

You can go a few ways about converting your tokens to BRC20, but here are the ones we recommend:&#x20;

{% tabs %}
{% tab title="🌉 Sphynx Bridge" %}
**-Step 1:** Enter <https://thesphynx.co>\
\&#xNAN;**-Step 2:** Connect your wallet and select BSC Network\
\&#xNAN;**-Step 3:** Swap BNB to BRISE.\
\&#xNAN;**-Step 4:** Go to the [Bridge](https://thesphynx.co/bridge/56)\
\&#xNAN;**-Step 5:** Select BRISE as the currency to be bridged and then type the amount.\
\&#xNAN;**-Step 6:** Select BRISE network. Then Click on Approve and Next.\
\&#xNAN;**-Step 7:** Click on Confirm and approve the transcation.
{% endtab %}
{% endtabs %}

{% embed url="<https://www.youtube.com/watch?v=et8PMPE3zas>" %}


---

# 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://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/get-brc20-tokens.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.
