# W Chain Docs

## W Chain Network

- [Introduction and Overview](https://docs.w-chain.com/welcome-to-w-chain/introduction-and-overview.md)
- [Key Features That Make W Chain](https://docs.w-chain.com/welcome-to-w-chain/key-features-that-make-w-chain.md)
- [Roadmap](https://docs.w-chain.com/welcome-to-w-chain/roadmap.md)
- [Node](https://docs.w-chain.com/working-with-a-node/node.md)
- [Non-Validator Node Setup](https://docs.w-chain.com/working-with-a-node/node/non-validator-node-setup.md): A Non-Validator Node is a node that does not participate in the consensus process or block production. This often used by developers, dApps, exchanges, or individuals who need to query the blockchain.
- [Validator Node Setup](https://docs.w-chain.com/working-with-a-node/node/validator-node-setup.md)
- [Proof of Stake](https://docs.w-chain.com/consensus/proof-of-stake.md)
- [Trade](https://docs.w-chain.com/w-swap/trade.md)
- [Liquidity](https://docs.w-chain.com/w-swap/liquidity.md)
- [Bridge](https://docs.w-chain.com/w-swap/bridge.md)
- [WAVE](https://docs.w-chain.com/w-swap/wave.md)
- [Farm](https://docs.w-chain.com/w-swap/wave/farm.md)
- [Block Explorer](https://docs.w-chain.com/w-swap/block-explorer.md)
- [W Scan](https://docs.w-chain.com/w-swap/block-explorer/w-scan.md)
- [B2B Address Notification Service](https://docs.w-chain.com/advanced-features/b2b-address-notification-service.md)
- [WCO Supply Information API](https://docs.w-chain.com/advanced-features/wco-supply-information-api.md)
- [WPoints Public API](https://docs.w-chain.com/advanced-features/wpoints-public-api.md)
- [Public Price API](https://docs.w-chain.com/advanced-features/public-price-api.md)
- [W Swap Trade Volume API](https://docs.w-chain.com/advanced-features/w-swap-trade-volume-api.md): This document describes the W Swap Trade Volume API endpoint that returns the last 24 hours of traded volume (in USD) for a specific trading pair.
- [W Swap LP Price API](https://docs.w-chain.com/advanced-features/w-swap-lp-price-api.md): This document describes the W Swap LP Value API endpoint that returns the latest token price and LP (Liquidity Provider) token price in USD for a specific trading pair.
- [Web3 Wallet Setup](https://docs.w-chain.com/tutorial/web3-wallet-setup.md): As a full pledged EVM compatible network, you can interact with W Chain Network using all popular Web3 Wallet app. (i.e. Rabby, Metamask, Rainbow, Phantom, etc).
- [Smart contract](https://docs.w-chain.com/tutorial/smart-contract.md)
- [Audit Reports](https://docs.w-chain.com/audit-reports.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://docs.w-chain.com/welcome-to-w-chain/introduction-and-overview.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.
