# Layer1 Foundation

## Layer1 Foundation

- [Purpose](https://layer1.gitbook.io/layer1-foundation/foundation/purpose.md): What is the reason for the foundation
- [Overview](https://layer1.gitbook.io/layer1-foundation/foundation/overview.md): What is the Foundation and it's Mandate
- [Structure](https://layer1.gitbook.io/layer1-foundation/foundation/structure.md): Foundation's development and security structure
- [brc-20](https://layer1.gitbook.io/layer1-foundation/protocols/brc-20.md): BRC-20 is the inaugural standard of the foundation
- [Documentation](https://layer1.gitbook.io/layer1-foundation/protocols/brc-20/documentation.md): Latest brc-20 documentation
- [Indexing](https://layer1.gitbook.io/layer1-foundation/protocols/brc-20/indexing.md): In addition to usage rules there are a number of indexing rules
- [Proposals](https://layer1.gitbook.io/layer1-foundation/protocols/brc-20/proposals.md): brc-20 improvement proposals
- [BRC20 IP1: Issuance and Burn Enhancements](https://layer1.gitbook.io/layer1-foundation/protocols/brc-20/proposals/brc20-ip1-issuance-and-burn-enhancements.md): The first proposal of the maintainership era.
- [Implementations](https://layer1.gitbook.io/layer1-foundation/protocols/brc-20/implementations.md): brc-20 indexing implementations


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://layer1.gitbook.io/layer1-foundation/foundation/purpose.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.
