# WHITE PAPER

- [1. The Mission](https://docs.sequentia.io/white-paper/1.-the-mission.md)
- [2. Sequentia Overview](https://docs.sequentia.io/white-paper/2.-sequentia-overview.md)
- [3. Blockchain Architecture](https://docs.sequentia.io/white-paper/3.-blockchain-architecture.md): Sequentia’s architecture can be summarized by a set of eleven principles which guide the research and development for future enhancements of the protocol.
- [3.1. Orange pilled](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.1.-orange-pilled.md)
- [3.2. Open fee market](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.2.-open-fee-market.md)
- [3.3. Market-driven governance](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.3.-market-driven-governance.md)
- [3.4. Bitcoin anchoring](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.4.-bitcoin-anchoring.md)
- [3.5. Immediate transaction finality](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.5.-immediate-transaction-finality.md)
- [3.6. Full node sovereignty](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.6.-full-node-sovereignty.md)
- [­­­­­­­­3.7. Cross-chain consistency](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.7.-cross-chain-consistency.md)
- [3.8. Escaping stall](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.8.-escaping-stall.md)
- [3.9. No inflation](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.9.-no-inflation.md)
- [3.10. Cheap to handle](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.10.-cheap-to-handle.md)
- [3.11. Bitcoin checkpoints](https://docs.sequentia.io/white-paper/3.-blockchain-architecture/3.11.-bitcoin-checkpoints.md)
- [4. Asset tokenization](https://docs.sequentia.io/white-paper/4.-asset-tokenization.md)
- [4.1. Why tokenization: security tokens and stablecoins](https://docs.sequentia.io/white-paper/4.-asset-tokenization/4.1.-why-tokenization-security-tokens-and-stablecoins.md)
- [4.2. The RAS standard](https://docs.sequentia.io/white-paper/4.-asset-tokenization/4.2.-the-ras-standard.md)
- [4.3. Lightning Network payments](https://docs.sequentia.io/white-paper/4.-asset-tokenization/4.3.-lightning-network-payments.md)
- [4.4. Peer-to-peer batching](https://docs.sequentia.io/white-paper/4.-asset-tokenization/4.4.-peer-to-peer-batching.md)
- [4.5.  Access-Control-List](https://docs.sequentia.io/white-paper/4.-asset-tokenization/4.5.-access-control-list.md)
- [4.6. Programmable Accounts](https://docs.sequentia.io/white-paper/4.-asset-tokenization/4.6.-programmable-accounts.md)
- [5. Decentralized Exchange](https://docs.sequentia.io/white-paper/dex.md)
- [5.1. Atomic swap](https://docs.sequentia.io/white-paper/dex/5.1.-atomic-swap.md)
- [5.2. Lightning Network swap](https://docs.sequentia.io/white-paper/dex/5.2.-lightning-network-swap.md)
- [5.3. Standardized order package](https://docs.sequentia.io/white-paper/dex/5.3.-standardized-order-package.md)
- [5.4. Distributed Hash Table (DHT)](https://docs.sequentia.io/white-paper/dex/5.4.-distributed-hash-table-dht.md)
- [5.5. Market incentives](https://docs.sequentia.io/white-paper/dex/5.5.-market-incentives.md)
- [5.6. Watchtower and Book aggregator](https://docs.sequentia.io/white-paper/dex/5.6.-watchtower-and-book-aggregator.md)
- [Disclaimer](https://docs.sequentia.io/white-paper/disclaimer.md)


---

# 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.sequentia.io/white-paper.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.
