# brc-20

The foundation's initial meta-protocol support will be for BRC-20. As time progresses, other standards will also receive support and can be located under the [Protocols](https://layer1.gitbook.io/layer1-foundation/protocols) section.

### BRC-20

BRC-20 is an experiment to see if ordinal theory and inscriptions can emulate fungibility on bitcoin. It was created in march 2023 by @domodata and the original documentation/white paper can be found here.

{% embed url="<https://domo-2.gitbook.io/brc-20-experiment/>" %}

BRC-20, like all meta-protocols, necessitates indexing, a service currently provided by Unisat and Best in Slot, amongst others. Best in Slot is actively working towards open sourcing their indexing in partnership with the foundation. Once live this will live in the [Implementations](https://layer1.gitbook.io/layer1-foundation/protocols/brc-20/implementations) section.&#x20;

Beyond the technical reference implementation repository for the standard, all additional resources can be found on the foundation's discourse page. This is where comprehensive documentation, clarifications of rules, setup guides, and information on infrastructure and tooling will be housed for easy access. Additionally, a specific section will be dedicated to discussing the prospective evolution of BRC-20, providing a platform where individuals can propose and share innovative ideas.

{% embed url="<https://l1f.discourse.group/latest>" %}


---

# 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://layer1.gitbook.io/layer1-foundation/protocols/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.
