# Asset Chain Docs

## Asset Chain Docs

- [INTRODUCTION](https://ebubes-organization.gitbook.io/asset-chain-docs/readme.md)
- [Introducing Asset Chain](https://ebubes-organization.gitbook.io/asset-chain-docs/readme/introducing-asset-chain.md): Everything you need to build on the Asset Chain.
- [Quick Start](https://ebubes-organization.gitbook.io/asset-chain-docs/readme/quick-start.md): In this section we'll get you deploying a sample contract on Asset Chain in less than 10 minutes.
- [Dev Onboarding Checklist](https://ebubes-organization.gitbook.io/asset-chain-docs/readme/dev-onboarding-checklist.md): We made you a checklist, to guide you through the most important things, to get started on the Asset Chain.
- [TECHNOLOGY](https://ebubes-organization.gitbook.io/asset-chain-docs/technology.md)
- [Overview](https://ebubes-organization.gitbook.io/asset-chain-docs/technology/overview.md): What is Asset Chain?
- [2️⃣ 2️⃣ Lachesis aBFT](https://ebubes-organization.gitbook.io/asset-chain-docs/technology/lachesis-abft.md): Explain Lachesis consensus
- [Proof of Stake](https://ebubes-organization.gitbook.io/asset-chain-docs/technology/proof-of-stake.md)
- [Transaction Fees](https://ebubes-organization.gitbook.io/asset-chain-docs/technology/transaction-fees.md)
- [Block Finality](https://ebubes-organization.gitbook.io/asset-chain-docs/technology/block-finality.md): How much time it takes to finalize a block on Asset Chain.
- [Gas](https://ebubes-organization.gitbook.io/asset-chain-docs/technology/gas.md): What is Gas?
- [GENERAL INFO](https://ebubes-organization.gitbook.io/asset-chain-docs/general-info.md)
- [Network Details](https://ebubes-organization.gitbook.io/asset-chain-docs/general-info/network-details.md)
- [Add Asset Chain](https://ebubes-organization.gitbook.io/asset-chain-docs/general-info/add-asset-chain.md): This guide shows how to add Asset Chain network to your wallet
- [Contract Addresses](https://ebubes-organization.gitbook.io/asset-chain-docs/general-info/contract-addresses.md): In this page you will find all the official contract addresses on Asset Chain.
- [Contract Verification](https://ebubes-organization.gitbook.io/asset-chain-docs/general-info/contract-verification.md): Lets verify smart contracts on Asset Chain.
- [Staking](https://ebubes-organization.gitbook.io/asset-chain-docs/general-info/staking.md): Get started with staking on Asset Chain
- [Security](https://ebubes-organization.gitbook.io/asset-chain-docs/general-info/security.md): Integration with SolidityScan on Asset Chain Advanced Explorer
- [TOOLS](https://ebubes-organization.gitbook.io/asset-chain-docs/tools.md)
- [Operate a Node](https://ebubes-organization.gitbook.io/asset-chain-docs/tools/operate-a-node.md): Getting started with running your node on Asset Chain.
- [RPC](https://ebubes-organization.gitbook.io/asset-chain-docs/tools/rpc.md): RPC nodes to connect to Asset Chain
- [Bridge](https://ebubes-organization.gitbook.io/asset-chain-docs/tools/bridge.md): Start bridging to Asset Chain
- [Swap](https://ebubes-organization.gitbook.io/asset-chain-docs/tools/swap.md): Get started with swapping tokens on Asset Chain
- [Indexer](https://ebubes-organization.gitbook.io/asset-chain-docs/tools/indexer.md): Stream blockchain data seamlessly
- [Wallets](https://ebubes-organization.gitbook.io/asset-chain-docs/tools/wallets.md)
- [Faucets](https://ebubes-organization.gitbook.io/asset-chain-docs/tools/faucets.md): Get Testnet RWA
- [Block Explorers](https://ebubes-organization.gitbook.io/asset-chain-docs/tools/block-explorers.md): A list of block explorers
- [Liquidity Mining](https://ebubes-organization.gitbook.io/asset-chain-docs/asset-chain-liquidity-mining.md)
- [Asset Chain Academy](https://ebubes-organization.gitbook.io/asset-chain-docs/asset-chain-academy.md)
- [Branding Guideline](https://ebubes-organization.gitbook.io/asset-chain-docs/branding-guideline.md): Brand Kit for Asset Chain
- [Official Links](https://ebubes-organization.gitbook.io/asset-chain-docs/official-links.md)
- [Audits](https://ebubes-organization.gitbook.io/asset-chain-docs/audits.md): We are audited by leading blockchain security teams.


---

# 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://ebubes-organization.gitbook.io/asset-chain-docs/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.
