# Intro

Carmine Finance will provide open sourced codebase for several protocols connected to hedging. First is the Carmine Options AMM and others are being prepared. This documentation focuses exclusively on the Carmine Options AMM.&#x20;

## Carmine Options AMM

AMM enabling anyone to buy and sell options at a fair price

For crypto funds, traders and investors who need to hedge their portfolios or trade options, this options AMM will provide a possibility to do so. Different from most competitors, this AMM allows the user to for both buy and sell specific options.

### Important links

Webpage: <https://carmine.finance>

App: <https://app.carmine.finance/>

Discord: <https://discord.gg/uRs7j8w3bX>

Twitter: <https://twitter.com/CarmineOptions>

Github: <https://github.com/CarmineOptions/carmine-protocol>


---

# 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.carmine.finance/carmine-options-amm/intro.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.
