# Stryke Docs

## Stryke

- [Introducing Stryke](https://docs.stryke.xyz/introducing-stryke.md)
- [Product Overview (CLAMM)](https://docs.stryke.xyz/products-overview/product-overview-clamm.md)
- [For Option Traders](https://docs.stryke.xyz/products-overview/product-overview-clamm/for-option-traders.md)
- [For Liquidity Providers](https://docs.stryke.xyz/products-overview/product-overview-clamm/for-liquidity-providers.md)
- [SYK Token](https://docs.stryke.xyz/tokenomics/syk-token.md)
- [xSYK Token](https://docs.stryke.xyz/tokenomics/xsyk-token.md)
- [Reward Gauges](https://docs.stryke.xyz/tokenomics/reward-gauges.md)
- [Protocol Fees](https://docs.stryke.xyz/tokenomics/protocol-fees.md)
- [CLAMM Walkthrough](https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough.md)
- [Connect Wallet](https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough/connect-wallet.md)
- [Navigate UI](https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough/navigate-ui.md)
- [Trade Options](https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough/trade-options.md)
- [Limit Exercise](https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough/limit-exercise.md)
- [Provide Liquidity](https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough/provide-liquidity.md)
- [Reward Gauges](https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough/reward-gauges.md)
- [Contracts](https://docs.stryke.xyz/developers/contracts.md)
- [LP Management](https://docs.stryke.xyz/developers/contracts/lp-management.md)
- [Mint a Position](https://docs.stryke.xyz/developers/contracts/lp-management/mint-a-position.md)
- [Burn a Position](https://docs.stryke.xyz/developers/contracts/lp-management/burn-a-position.md)
- [Reserve Liquidity](https://docs.stryke.xyz/developers/contracts/lp-management/reserve-liquidity.md)
- [Withdraw Reserved Liquidity](https://docs.stryke.xyz/developers/contracts/lp-management/withdraw-reserved-liquidity.md)
- [Trading](https://docs.stryke.xyz/developers/contracts/trading.md)
- [Mint Option](https://docs.stryke.xyz/developers/contracts/trading/mint-option.md)
- [Exercise Option](https://docs.stryke.xyz/developers/contracts/trading/exercise-option.md)
- [APIs](https://docs.stryke.xyz/developers/apis.md): This section covers REST API endpoints for interacting with Stryke protocol.
- [xSYK](https://docs.stryke.xyz/developers/apis/xsyk.md)
- [CLAMM (deprecated)](https://docs.stryke.xyz/developers/apis/clamm-deprecated.md)
- [Trading](https://docs.stryke.xyz/developers/apis/clamm-deprecated/trading.md)
- [Purchase](https://docs.stryke.xyz/developers/apis/clamm-deprecated/trading/purchase.md): Endpoints pertaining to requesting for quotes for options, viewing user options positions and options purchase history
- [Exercise](https://docs.stryke.xyz/developers/apis/clamm-deprecated/trading/exercise.md)
- [LP management](https://docs.stryke.xyz/developers/apis/clamm-deprecated/lp-management.md): In the section you will find API endpoints to help you manage your LP (Liquidity provision) positions on CLAMM from depositing to retrieving positions and withdrawing.
- [Option markets](https://docs.stryke.xyz/developers/apis/clamm-deprecated/option-markets.md): Option markets and information about them can be queried from the following endpoints:
- [Strikes chain](https://docs.stryke.xyz/developers/apis/clamm-deprecated/strikes-chain.md)
- [Deployed Addresses](https://docs.stryke.xyz/developers/deployed-addresses.md): All deployed contract addresses of the stryke platform
- [CLAMM](https://docs.stryke.xyz/developers/deployed-addresses/clamm.md): Contracts for Stryke's Concentrated Liquidity AMM product
- [Tokens & Others](https://docs.stryke.xyz/developers/deployed-addresses/tokens-and-others.md): Contract addresses for tokens and other miscellaneous contracts
- [Gauges](https://docs.stryke.xyz/developers/deployed-addresses/gauges.md): Contract addresses for all gauges.
- [Bug Bounty Program](https://docs.stryke.xyz/developers/bug-bounty-program.md)
- [Glossary](https://docs.stryke.xyz/references/glossary.md)
- [Audits](https://docs.stryke.xyz/references/audits.md): Stryke Contract Audits
- [Partners](https://docs.stryke.xyz/references/partners.md): Meet our esteemed partners who play a pivotal role in enhancing and expanding our ecosystem. Each protocol represents a shared commitment to innovation and success.
- [Media Kit](https://docs.stryke.xyz/references/media-kit.md): Stryke Media Kit


---

# Agent Instructions: 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.stryke.xyz/introducing-stryke.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.
