> For the complete documentation index, see [llms.txt](https://brcstarter.gitbook.io/brcstarter-litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brcstarter.gitbook.io/brcstarter-litepaper/abstract.md).

# Abstract

As the pioneer in blockchain and cryptocurrency, Bitcoin set the stage for subsequent innovations such as NFTs, smart contracts, and tokenization. Despite its rarely-modified protocol providing stability, Bitcoin has faced criticism for appearing somewhat stagnant. However, the introduction of Ordinals has injected new vitality into Bitcoin's ecosystem, propelling rapid progress in 2023. Ordinals, a protocol layered onto the Bitcoin blockchain, facilitates the creation of NFTs and BRC-20 tokens without altering Bitcoin's code. Similar to Ethereum's ERC-20, the BRC-20 standard supports diverse token projects, enriching Bitcoin's appeal for both entertainment and education. BRC-20 tokens are cultivating a promising landscape for future developments and opportunities, reminiscent of Ethereum's growth in 2017.

BRCStarter is committed to contributing to the future trajectory of BRC-20 tokens by providing an app that enables projects to establish a thriving ecosystem for their activities.


---

# 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://brcstarter.gitbook.io/brcstarter-litepaper/abstract.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.
