> For the complete documentation index, see [llms.txt](https://docs.nubit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nubit.org/a-unified-bitcoin-asset-protocol/goldinals-a-unified-bitcoin-asset-protocol/why-goldinals.md).

# Why Goldinals?

Bitcoin’s asset ecosystem is powerful yet disjointed, with standards requiring custom tools and fragmenting liquidity. Goldinals offers a unified solution that reduces tooling complexity, enables composable asset logic, and consolidates liquidity across protocols, delivering ERC-20-like functionality without sacrificing decentralization.

Goldinals engraves token balances onto Bitcoin through a three-stage process:

* Prepare: Broadcast transaction intent (e.g., mint, transfer).
* Kickoff: Submit ZKPs to verify balance and execution.
* Challenge: Allow public validation to detect fraud.\
  This ensures trust-minimized, mathematically verifiable assets native to Bitcoin.

Every action (mint, transfer, burn) follows the prepare, kickoff, and challenge stages, secured by Zero-knowledge proofs and open validation.

**Goldinals empowers developers to:**

* Mint tokens with supply caps or access conditions.
* Create airdrops, batch mints, stablecoins, and real-world assets.

Build DAOs and DeFi primitives (e.g., pools, swaps).\
Use cases include BTC-backed stablecoins, programmable vaults, and multisig token flows—all on Bitcoin’s base layer.


---

# 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:

```
GET https://docs.nubit.org/a-unified-bitcoin-asset-protocol/goldinals-a-unified-bitcoin-asset-protocol/why-goldinals.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.
