# BRC-20

In the wake of the “[Non-fungible](https://en.wikipedia.org/wiki/Non-fungible_token)” Ordinals, a natural question arose: "What about [fungible](https://en.wikipedia.org/wiki/Fungibility) tokens on Bitcoin?"&#x20;

In March, a pseudonymous user named [Domo](https://twitter.com/domodata) from Crypto X proposed a theoretical method called BRC-20 that could create a fungible token standard on top of the Ordinals Protocol.&#x20;

The idea behind BRC-20 was to inscribe JSON data onto individual sats via Ordinals, allowing for the deployment, minting, and transfer of fungible tokens.

Since JSON is a text-based data format, the BRC-20 method essentially involved inscribing text onto sats to create fungible tokens.&#x20;

In the months following Domo’s proposal, BRC-20 tokens, or text-based Inscriptions, became the dominant type of Inscription and the default fungible token standard on Bitcoin.

\ <br>


---

# 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://book.runesterminal.io/2.-origins/brc-20.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.
