# Ordinals Standards Discussions

## Ordinals Standards Discussions

- [Ordinals Standards Proposals](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals.md): A concentrated list of proposed standards for Ordinals
- [BRC-20](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/brc-20.md): Initial token standard proposed for Ordinals
- [BRC-20 (Update Proposal)](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/brc-20-update-proposal.md): The update is specifically designed to handle subscription-based transactions, allowing BRC-20 token holders to set up recurring payments in any brc-20 token to a specific address.
- [ORC-20](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/orc-20.md): Open token standard for Bitcoin ordinal and wider use cases
- [SRC-20](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/src-20.md): The SRC-20 protocol, developed by the Stacks ecosystem, is a new standard for managing tokens on the Bitcoin blockchain. It is based on the widely-used ERC-20 standard for token management on the ETH
- [BRC-30](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/brc-30.md): Improvement proposal for BRC20 tokens to allow staking and liquidity pools
- [BRC-69](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/brc-69.md): Recursive standard for NFTs
- [SRC-721](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/src-721.md): The SRC-721 specification proposes a cost-effective method for creating high-resolution, layered Non-Fungible Tokens (NFTs) using the STAMPS protocol
- [BRC-721](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/brc-721.md)
- [BRC-721.com](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/brc-721.com.md): A standard interface to verify the authenticity of bitcoin ordinals collections.
- [BRC-721E](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/brc-721e.md): A simple protocol which allows ERC-721 NFTs to migrate to Bitcoin on their own schedule, without inscribing an entire collection beforehand.
- [ORC-721](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/orc-721.md)
- [GBRC-721](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/gbrc-721.md): Generative BRC-721: a solution to optimize block space usage in the Bitcoin ordinals ecosystem, accommodating more creators and fostering innovation.
- [BRC-1202: Voting](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals/brc-1202-voting.md): Secure voting standards for token gated voting and DAOs
- [Getting started](https://patches-1.gitbook.io/ordinals-standards-discussions/getting-started.md): A quick guide of getting started documents for Ordinals
- [Bitmap](https://patches-1.gitbook.io/ordinals-standards-discussions/bitmap.md): A New Standard for a Bitcoin Metaverse
- [Ordinals: Structure & Standards](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-structure-and-standards.md)
- [Consensus Solutions](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-structure-and-standards/consensus-solutions.md): An overview of three potential methods of consensus and governance
- [Standardization Proposal](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-structure-and-standards/standardization-proposal.md): The initial outline of how an Ordinal Improvement Proposal (OIP) could work for a functioning Ordinal Layer 2 architecture.
- [Sample OIP-001](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-structure-and-standards/sample-oip-001.md): Sample OIP-001 if Ordinal Improvement Proposals are accepted.
- [Sample OIP-002 for BRC20](https://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-structure-and-standards/sample-oip-002-for-brc20.md): An example of what a OIP for BRC20 could look like


---

# 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://patches-1.gitbook.io/ordinals-standards-discussions/ordinals-standards-proposals.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.
