# Atomics

## Atomics

- [Atomics Protocol](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme.md)
- [Introduction](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/introduction.md)
- [Mission & Design Philosophy](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/introduction/mission-and-design-philosophy.md)
- [Ecosystem, Backing & TGE](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/introduction/ecosystem-backing-and-tge.md)
- [Problem Statement](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/problem-statement.md)
- [Summary](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/problem-statement/summary.md)
- [Untapped Telegram OTC Liquidity](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/problem-statement/untapped-telegram-otc-liquidity.md)
- [Atomic Swap Protocol](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/atomic-swap-protocol.md)
- [Core Features](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/atomic-swap-protocol/core-features.md)
- [Telegram Bot](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/atomic-swap-protocol/telegram-bot.md)
- [HTLC implementation](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/atomic-swap-protocol/htlc-implementation.md)
- [Cross-Chain Capability](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/atomic-swap-protocol/cross-chain-capability.md): Atomic swaps are well suited for cross-chain trading because they allow independent blockchains to participate in a single, trustless exchange without sharing state or relying on intermediaries.
- [Atomicity, Safety, Liveness & Security](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/atomic-swap-protocol/atomicity-safety-liveness-and-security.md)
- [Atomic Swap Technical Foundation](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/atomic-swap-protocol/atomic-swap-technical-foundation.md)
- [Community & Marketplace](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/community-and-marketplace.md)
- [Telegram-Native OTC Marketplace](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/community-and-marketplace/telegram-native-otc-marketplace.md)
- [Offline ATX Meetup](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/community-and-marketplace/offline-atx-meetup.md)
- [RWAs, NFTs & Exotic Assets](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/community-and-marketplace/rwas-nfts-and-exotic-assets.md)
- [Point Farming](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/community-and-marketplace/point-farming.md)
- [Tokenomics](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/tokenomics.md)
- [Our Team](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/our-team.md)
- [Roadmap](https://atomics.gitbook.io/atomics/welcome-to-atomics/readme/roadmap.md)


---

# 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://atomics.gitbook.io/atomics/welcome-to-atomics/readme.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.
