# Glossary

- [Definitions](https://docs.allforone.app/glossary/definitions.md)
- [Self-Custody Wallets](https://docs.allforone.app/glossary/definitions/self-custody-wallets.md)
- [Public Addresses](https://docs.allforone.app/glossary/definitions/self-custody-wallets/public-addresses.md)
- [Seed Phrases](https://docs.allforone.app/glossary/definitions/self-custody-wallets/seed-phrases.md)
- [Private Keys](https://docs.allforone.app/glossary/definitions/self-custody-wallets/private-keys.md)
- [Shamir's Secret Sharing](https://docs.allforone.app/glossary/definitions/self-custody-wallets/shamirs-secret-sharing.md)
- [Multi-Chain Wallets](https://docs.allforone.app/glossary/definitions/self-custody-wallets/multi-chain-wallets.md)
- [Hierarchical Determination](https://docs.allforone.app/glossary/definitions/self-custody-wallets/hierarchical-determination.md)
- [Smart Contracts](https://docs.allforone.app/glossary/definitions/smart-contracts.md)
- [Tokens](https://docs.allforone.app/glossary/definitions/smart-contracts/tokens.md)
- [NFTs](https://docs.allforone.app/glossary/definitions/smart-contracts/nfts.md)
- [Staking Pools](https://docs.allforone.app/glossary/definitions/smart-contracts/staking-pools.md)
- [Gas](https://docs.allforone.app/glossary/definitions/gas.md)
- [Decentralized Exchanges](https://docs.allforone.app/glossary/definitions/decentralized-exchanges.md)
- [Automated Market Makers](https://docs.allforone.app/glossary/definitions/decentralized-exchanges/automated-market-makers.md)
- [Liquidity Pools](https://docs.allforone.app/glossary/definitions/decentralized-exchanges/liquidity-pools.md)
- [CPMM Formula](https://docs.allforone.app/glossary/definitions/decentralized-exchanges/cpmm-formula.md)
- [Decentralization](https://docs.allforone.app/glossary/definitions/decentralization.md)
- [Distributed Consensus](https://docs.allforone.app/glossary/definitions/decentralization/distributed-consensus.md)
- [Proof-of-Work](https://docs.allforone.app/glossary/definitions/decentralization/distributed-consensus/proof-of-work.md)
- [Proof-of-Stake](https://docs.allforone.app/glossary/definitions/decentralization/distributed-consensus/proof-of-stake.md)
- [Decentralized Applications](https://docs.allforone.app/glossary/definitions/decentralization/decentralized-applications.md)
- [Web3](https://docs.allforone.app/glossary/definitions/decentralization/web3.md)
- [Blockchains](https://docs.allforone.app/glossary/definitions/decentralization/blockchains.md)
- [Blockchain Explorers](https://docs.allforone.app/glossary/definitions/decentralization/blockchains/blockchain-explorers.md)
- [Disambiguation](https://docs.allforone.app/glossary/disambiguation.md)
- [Coins vs Tokens](https://docs.allforone.app/glossary/disambiguation/coins-vs-tokens.md)
- [Seed Phrase vs Private Key](https://docs.allforone.app/glossary/disambiguation/seed-phrase-vs-private-key.md)
- [DEXs vs CEXs](https://docs.allforone.app/glossary/disambiguation/dexs-vs-cexs.md)
- [Fungible vs Non-Fungible Tokens](https://docs.allforone.app/glossary/disambiguation/fungible-vs-non-fungible-tokens.md)
- [PoW vs PoS](https://docs.allforone.app/glossary/disambiguation/pow-vs-pos.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.allforone.app/glossary.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.
