> For the complete documentation index, see [llms.txt](https://docs.yamata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yamata.io/using-yamata.md).

# Using Yamata

- [Quick Start](https://docs.yamata.io/using-yamata/quick-start.md): Get started with Yamata testnet in under 5 minutes. This guide walks you through connecting your wallet, getting testnet tokens, and making your first trade.
- [Spot Trade](https://docs.yamata.io/using-yamata/spot-trade.md): Learn how to execute spot trades on Yamata's testnet. This guide covers market orders, limit orders, and advanced features to help you trade effectively.
- [Incentivized Testnet](https://docs.yamata.io/using-yamata/incentivized-testnet.md): Earn points for testing Yamata's features and receive $YMTA tokens when we launch. This straightforward incentive program rewards real trading activity, helpful feedback, and consistent participation.
- [Perpetual Futures](https://docs.yamata.io/using-yamata/perpetual-futures.md)
- [Overview](https://docs.yamata.io/using-yamata/perpetual-futures/overview.md)
- [Key features](https://docs.yamata.io/using-yamata/perpetual-futures/key-features.md)
- [Margin & Collateral](https://docs.yamata.io/using-yamata/perpetual-futures/margin-and-collateral.md)
- [Perpetual Contract Mechanics](https://docs.yamata.io/using-yamata/perpetual-futures/perpetual-contract-mechanics.md)
- [Perpetual Order Types](https://docs.yamata.io/using-yamata/perpetual-futures/perpetual-order-types.md)
- [Risk Engine & Liquidation](https://docs.yamata.io/using-yamata/perpetual-futures/risk-engine-and-liquidation.md)
- [Supported Markets & Leverage](https://docs.yamata.io/using-yamata/perpetual-futures/supported-markets-and-leverage.md)
- [Perpetuals API Guide](https://docs.yamata.io/using-yamata/perpetual-futures/perpetuals-api-guide.md)
- [Predictions Market](https://docs.yamata.io/using-yamata/predictions-market.md)
- [Overview](https://docs.yamata.io/using-yamata/predictions-market/overview.md)
- [What Are Prediction Markets?](https://docs.yamata.io/using-yamata/predictions-market/what-are-prediction-markets.md)
- [Platform Features](https://docs.yamata.io/using-yamata/predictions-market/platform-features.md)
- [How It Works](https://docs.yamata.io/using-yamata/predictions-market/how-it-works.md)
- [Beta-Weighted Distribution](https://docs.yamata.io/using-yamata/predictions-market/beta-weighted-distribution.md)
- [Market Lifecycle & States](https://docs.yamata.io/using-yamata/predictions-market/market-lifecycle-and-states.md)
- [Market Resolution & Challenge System](https://docs.yamata.io/using-yamata/predictions-market/market-resolution-and-challenge-system.md)
- [Position Tokens (ERC-1155)](https://docs.yamata.io/using-yamata/predictions-market/position-tokens-erc-1155.md)
- [Participating in Markets](https://docs.yamata.io/using-yamata/predictions-market/participating-in-markets.md)
- [Security & Transparency](https://docs.yamata.io/using-yamata/predictions-market/security-and-transparency.md)
- [Best Practices](https://docs.yamata.io/using-yamata/predictions-market/best-practices.md)
- [Supported Networks](https://docs.yamata.io/using-yamata/predictions-market/supported-networks.md)
- [Frequented Asked Questions (FAQ)](https://docs.yamata.io/using-yamata/predictions-market/frequented-asked-questions-faq.md)
- [Legal and compliance](https://docs.yamata.io/using-yamata/predictions-market/legal-and-compliance.md)
- [Options (Coming Soon)](https://docs.yamata.io/using-yamata/options-coming-soon.md)
- [Vaults (Coming Soon)](https://docs.yamata.io/using-yamata/vaults-coming-soon.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 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, and the optional `goal` query parameter:

```
GET https://docs.yamata.io/using-yamata.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
