> For the complete documentation index, see [llms.txt](https://docs.optivi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optivi.xyz/optivi-protocol/about-optivi.md).

# About Optivi

### What is Optivi

Optivi is a broker platform designed to simplify access to crypto option markets through a clean and intuitive user interface. Built on top of the Derive Protocol infrastructure, it allows users to access the most liquid markets, with all trades settled fully on-chain through a self-custodial derivatives protocol.

{% hint style="info" %}
Learn more about [Derive](https://docs.derive.xyz/docs/about-derive).
{% endhint %}

***

### FAQ

<details>

<summary>What assets can I trade? </summary>

Optivi lets you trade $BTC, $ETH, $SOL and $HYPE

</details>

<details>

<summary>How are orders executed and settled? Is custody self-managed? </summary>

Trading is self-custodial. Orders are executed as signed messages; contracts verify maker/taker agreement on legs/prices before settlement to the Protocol.

</details>

<details>

<summary>How can I contact support? </summary>

You can reach us via Telegram: @optivixyz or via emial: <contact@optivi.xyz>

</details>

<details>

<summary>Who can't use Optivi? </summary>

You must meet eligibility requirements and cannot be an Australian or U.S. tax resident. Restricted Persons include residents/citizens of Canada, Panama, Iran, Iraq, Libya, Mali, Nicaragua, Cuba, North Korea, Russia, Somalia, Sudan, Syria, Yemen, Zimbabwe, Myanmar (Burma), Côte d’voire, DRC, and the regions of Crimea/Donetsk/Luhansk (see live terms for the authoritative list).

</details>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.optivi.xyz/optivi-protocol/about-optivi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
