# Predy V6

## Predy V6

- [Welcome to Predy V6](https://docs.predy.finance/predy-v6/welcome-to-predy-v6.md): Intent-base Dex for Perp & Gamma. No Gas, Fully onchain deployed and No Virtual Position
- [Apps](https://docs.predy.finance/predy-v6/trader/apps.md)
- [Tutorial: Perp](https://docs.predy.finance/predy-v6/trader/tutorial-perp.md): Tutorial for Perpetual Futures Trading
- [Tutorial: Gamma](https://docs.predy.finance/predy-v6/trader/tutorial-gamma.md): New! Predy v6 “Gamma”
- [Predy Protocol](https://docs.predy.finance/predy-v6/dev/predy-protocol.md): Scalable Smart Contracts for Derivatives
- [Architecture](https://docs.predy.finance/predy-v6/dev/architecture.md)
- [Flowchart](https://docs.predy.finance/predy-v6/dev/architecture/flowchart.md)
- [Squart](https://docs.predy.finance/predy-v6/dev/squart.md): The square root perpetual
- [Position Value](https://docs.predy.finance/predy-v6/dev/position-value.md): Portfolio margin vault of perp and squart
- [Interest Rate Model](https://docs.predy.finance/predy-v6/dev/interest-rate-model.md)
- [Market Contracts](https://docs.predy.finance/predy-v6/dev/market-contracts.md): The market contract utilizes PredyPool to enable gas-less orders and custom orders.
- [Contracts](https://docs.predy.finance/predy-v6/dev/contracts.md): Deployed smart contracts
- [Resources](https://docs.predy.finance/predy-v6/resources.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.predy.finance/predy-v6/welcome-to-predy-v6.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.
