# World Maket Docs

## Documentation

- [Welcome to World Markets!](https://docs.world.inc/readme.md)
- [How to start trading](https://docs.world.inc/getting-started/how-to-start.md)
- [Developers](https://docs.world.inc/getting-started/developers.md)
- [Market Making](https://docs.world.inc/getting-started/market-making.md)
- [Why you care](https://docs.world.inc/getting-started/why-you-care.md)
- [MegaETH](https://docs.world.inc/getting-started/megaeth.md)
- [Risks](https://docs.world.inc/getting-started/risks.md)
- [Restrictions](https://docs.world.inc/getting-started/restrictions.md)
- [ATLAS - World's Risk Engine](https://docs.world.inc/tl-dr-unique-features/atlas.md)
- [Trades](https://docs.world.inc/tl-dr-unique-features/trades.md)
- [Cross Venue Arbitrage](https://docs.world.inc/tl-dr-unique-features/cross-venue-arbitrage.md)
- [The Capital Sink](https://docs.world.inc/tl-dr-unique-features/the-capital-sink.md): This description is still work in progress. Images and diagrams coming soon TM.
- [Available Margin & Collateral](https://docs.world.inc/essentials/available-margin-and-collateral.md)
- [Leverage](https://docs.world.inc/essentials/leverage.md)
- [Why Borrow?](https://docs.world.inc/essentials/why-borrow.md)
- [Points Program](https://docs.world.inc/essentials/points-program.md)
- [Accounts & Trade Only Access](https://docs.world.inc/essentials/accounts-and-trade-only-access.md)
- [Vaults](https://docs.world.inc/essentials/vaults.md)
- [Trading](https://docs.world.inc/essentials/trading.md)
- [Orders](https://docs.world.inc/essentials/orders.md)
- [Liquidation & No ADLs](https://docs.world.inc/essentials/liquidation-and-no-adls.md)
- [Order books + RFQ](https://docs.world.inc/essentials/order-books-+-rfq.md)
- [Circuit Breakers](https://docs.world.inc/essentials/circuit-breakers.md)
- [Risk Parameters & Stats](https://docs.world.inc/essentials/risk-parameters-and-stats.md)
- [Fees](https://docs.world.inc/essentials/fees.md)
- [Bundle Mode](https://docs.world.inc/essentials/bundle-mode.md)
- [BTC.b](https://docs.world.inc/listings/btc.b.md)
- [ETH](https://docs.world.inc/listings/eth.md)
- [MEGA](https://docs.world.inc/listings/mega.md)
- [SOL](https://docs.world.inc/listings/sol.md)
- [HYPE](https://docs.world.inc/listings/hype.md)
- [wiTRY](https://docs.world.inc/listings/witry.md)
- [Technical Overview](https://docs.world.inc/venue/technical-overview.md)
- [Gas Costs](https://docs.world.inc/venue/gas-costs.md)
- [Counterparty Risk](https://docs.world.inc/venue/counterparty-risk.md)
- [Security](https://docs.world.inc/venue/security.md)
- [Sub-accounts](https://docs.world.inc/venue/sub-accounts.md)
- [Exchange Governance](https://docs.world.inc/venue/exchange-governance.md)
- [Denomination: USDM](https://docs.world.inc/venue/denomination-usdm.md)
- [Privacy](https://docs.world.inc/venue/privacy.md)
- [Known Problems](https://docs.world.inc/venue/known-problems.md)
- [ATLAS Math: Risk Based Valuation](https://docs.world.inc/details/atlas-math-risk-based-valuation.md)
- [Perpetual Futures](https://docs.world.inc/details/perpetual-futures.md)
- [Lending](https://docs.world.inc/details/lending.md)
- [Matching Algorithm](https://docs.world.inc/details/matching-algorithm.md)
- [Unified Margin Risk Question](https://docs.world.inc/details/unified-margin-risk-question.md)
- [Market Making](https://docs.world.inc/trading-tools-n-tips/market-making.md)
- [Loan Vaults](https://docs.world.inc/vaults/loan-vaults.md)
- [World-Annamite Trading Vault](https://docs.world.inc/vaults/world-annamite-trading-vault.md)
- [Smart Contract Docs](https://docs.world.inc/developers/smart-contract-docs.md)
- [Typescript SDK](https://docs.world.inc/developers/typescript-sdk.md)
- [Rust SDK](https://docs.world.inc/developers/rust-sdk.md)
- [FAQ](https://docs.world.inc/faq/faq.md)

## Changelog

- [Changelog](https://docs.world.inc/changelog/readme.md): New updates and improvements


---

# 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.world.inc/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.
