# Developers

- [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)


---

# Agent Instructions: 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:

```
GET https://docs.stryke.xyz/developers.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.
