# Grix

## GRIX

- [Introduction](https://docs.grix.finance/grix/introduction.md)
- [Core concept](https://docs.grix.finance/grix/getting-started/core-concept.md): Current Abilities
- [Integrating Your AI Agent](https://docs.grix.finance/grix/getting-started/integrating-your-ai-agent.md)
- [Vision](https://docs.grix.finance/grix/more/vision.md)
- [Developer Resources](https://docs.grix.finance/grix/more/developer-resources.md)
- [Community & Support](https://docs.grix.finance/grix/more/community-and-support.md)
- [Tokenomics](https://docs.grix.finance/grix/tokenomics.md)
- [Overview](https://docs.grix.finance/grix/tokenomics/overview.md)
- [Token Distribution](https://docs.grix.finance/grix/tokenomics/token-distribution.md): GRIX Tokenomics
- [Staking & Vesting](https://docs.grix.finance/grix/tokenomics/staking-and-vesting.md): Staking GRIX and receiving veGRIX
- [Voting for a Market](https://docs.grix.finance/grix/tokenomics/voting-for-a-market.md): Boosting a Grix option market
- [Grix Protocol](https://docs.grix.finance/grix/grix-protocol.md)
- [Overview](https://docs.grix.finance/grix/grix-protocol/overview.md)
- [Protocol Participants](https://docs.grix.finance/grix/grix-protocol/protocol-participants.md)
- [Data Layer](https://docs.grix.finance/grix/grix-protocol/data-layer.md)
- [Grix Trading Arena](https://docs.grix.finance/grix/grix-protocol/grix-trading-arena.md)
- [Intent Limit Orders](https://docs.grix.finance/grix/grix-protocol/intent-limit-orders.md)
- [Optimization Layer](https://docs.grix.finance/grix/grix-protocol/optimization-layer.md)
- [Solvers Network](https://docs.grix.finance/grix/grix-protocol/solvers-network.md)
- [Execution Layer](https://docs.grix.finance/grix/grix-protocol/execution-layer.md)
- [Grix Trading](https://docs.grix.finance/grix/grix-protocol/grix-trading.md)
- [Purchase Options](https://docs.grix.finance/grix/grix-protocol/grix-trading/purchase-options.md)
- [Options Chain - Godview](https://docs.grix.finance/grix/grix-protocol/grix-trading/options-chain-godview.md): A bird-eye view of the DeFi options current market
- [Portfolio Management](https://docs.grix.finance/grix/grix-protocol/grix-trading/portfolio-management.md)
- [Settle and Close Position](https://docs.grix.finance/grix/grix-protocol/grix-trading/settle-and-close-position.md)
- [2025 Roadmap](https://docs.grix.finance/grix/grix-protocol/2025-roadmap.md)
- [Educational Resources](https://docs.grix.finance/grix/educational-resources.md)
- [Understanding Options](https://docs.grix.finance/grix/educational-resources/understanding-options.md)
- [What are Options?](https://docs.grix.finance/grix/educational-resources/understanding-options/what-are-options.md)
- [The Mechanics of Options](https://docs.grix.finance/grix/educational-resources/understanding-options/the-mechanics-of-options.md)
- [The Black-Scholes Model](https://docs.grix.finance/grix/educational-resources/understanding-options/the-black-scholes-model.md)
- [Implied Volatility (IV)](https://docs.grix.finance/grix/educational-resources/understanding-options/implied-volatility-iv.md)
- [Volatility Surface & Skew](https://docs.grix.finance/grix/educational-resources/understanding-options/volatility-surface-and-skew.md)
- [Using Options for Hedging and Speculation](https://docs.grix.finance/grix/educational-resources/understanding-options/using-options-for-hedging-and-speculation.md)
- [Glossary](https://docs.grix.finance/grix/educational-resources/glossary.md): This glossary provides an overview of key terms and concepts commonly used in options trading. Familiarize yourself with these terms to better navigate the options market and understand the nuances of
- [Basic Options Strategies](https://docs.grix.finance/grix/educational-resources/basic-options-strategies.md): A strategy where an investor purchases a call option and a put option with the same strike price and expiration date, anticipating a significant price move in either direction.
- [Risk Management Best Practices](https://docs.grix.finance/grix/educational-resources/risk-management-best-practices.md): When engaging in options trading, implementing effective risk management strategies is crucial. Consider the following best practices to mitigate potential risks associated with options trading:
- [Risk Disclosure](https://docs.grix.finance/grix/educational-resources/risk-disclosure.md)
- [Technical Reference](https://docs.grix.finance/grix/technical-reference.md)
- [Grix API](https://docs.grix.finance/grix/technical-reference/grix-api.md): Grix API Integration Hub
- [Smart Contracts](https://docs.grix.finance/grix/technical-reference/smart-contracts.md)
- [Grix Router](https://docs.grix.finance/grix/technical-reference/smart-contracts/grix-router.md)
- [Security](https://docs.grix.finance/grix/technical-reference/security.md)
- [For Developers](https://docs.grix.finance/grix/for-developers.md)
- [Solvers](https://docs.grix.finance/grix/for-developers/solvers.md)
- [Adapters](https://docs.grix.finance/grix/for-developers/adapters.md)
- [Concepts](https://docs.grix.finance/grix/for-developers/concepts.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.grix.finance/grix/introduction.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.
