# Option Token Symbol System

## General AntiMatter Option Product Notation

An AntiMatter Option product has three variables to consider:

* Asset
* Price Floor
* Price Ceiling

Notation is as follows: **ASSET(Price Floor $ Price Ceiling)**

{% hint style="info" %}
**The ETH OPTION ranging from $1000 to $3000 will be represented as ETH(1000$3000)**
{% endhint %}

## Call Option Token Notation

A Call option token has three variables to consider:

* Call (+) symbol
* Asset
* Price Floor

Notation for a Call token is as follows: **+ ASSET($ Price Floor)**&#x20;

{% hint style="info" %}
**The ETH call option with the price floor $1000 will be represented as + ETH($1000)**
{% endhint %}

## Put Option Token Notation

A Put option token has three variables to consider:

* Put ( - ) Symbol
* Asset
* Price Ceiling&#x20;

Notation for a put token is as follows: **- ASSET($ Price Ceiling)**

{% hint style="info" %}
**The ETH put option with the price ceiling of $3000 will be represented as  -ETH($3000)**
{% endhint %}


---

# 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.antimatter.finance/antimatter-perpetual-options/introduction/option-token-symbol-system.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.
