# Introduction

- [BTC STAMPS](https://docs.openstamp.io/introduction/btc-stamps.md): BTC Stamps protocol specification
- [OLGA(Octet Linked Graphics & Artifacts)](https://docs.openstamp.io/introduction/olga-octet-linked-graphics-and-artifacts.md): Bitcoin Stamps Improvement Proposal: Octet Linked Graphics & Artifacts (OLGA)
- [Key Burn](https://docs.openstamp.io/introduction/key-burn.md): Key Burn is a new technique introduced to address concerns with the spendable outputs that encode the art of a Bitcoin Stamps.
- [SRC20 Protocol](https://docs.openstamp.io/introduction/src20-protocol.md)
- [SRC20 on Bitcoin](https://docs.openstamp.io/introduction/src20-protocol/src20-on-bitcoin.md): BTC Stamp fungible token protocol - SRC20 specification
- [SRC20 on Fractal](https://docs.openstamp.io/introduction/src20-protocol/src20-on-fractal.md): SRC20 protocol on Fractal
- [SRC721 Protocol](https://docs.openstamp.io/introduction/src721-protocol.md): SRC 721 Specification Designed by Derp & OpenStamp
- [RGB++ Protocol](https://docs.openstamp.io/introduction/rgb++-protocol.md): RGB++ Protocol
- [RGB++ Light Paper(EN)](https://docs.openstamp.io/introduction/rgb++-protocol/rgb++-light-paper-en.md): RGB++ Protocol Light Paper (EN)
- [RGB++ Light Paper(CN)](https://docs.openstamp.io/introduction/rgb++-protocol/rgb++-light-paper-cn.md): RGB++ Protocol 白皮书
- [RGB++ Specification(CN)](https://docs.openstamp.io/introduction/rgb++-protocol/rgb++-specification-cn.md): RGB++合约规范


---

# 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.openstamp.io/introduction.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.
