# Bitcoin Token Standards

<figure><img src="https://1353981766-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ92DWfPmBuktvts2DN6T%2Fuploads%2FOwxwBiZXLjFDni7zZfyT%2Fbtc.png?alt=media&#x26;token=dda2ecf3-5f5b-49b4-905d-b0dbac231cf6" alt="" width="245"><figcaption></figcaption></figure>

* **What Are Token Standards?** Token standards are the set of rules, conditions, and functions that dictate how a crypto token works.
* Popular token standards on Ethereum are ERC-20, ERC-223 and ERC-721. Similarly, popular token standards on Bitcoin are BRC-20, BRC-223 and BRC-721.
* **What is Bitcoin Request for Comment (BRC)?** BRC is essentially a set of technical documents containing guidelines on developing a smart contract.


---

# 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://docs.bitcoints.org/bitcoin-token-standards.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.
