> For the complete documentation index, see [llms.txt](https://docs.earn.polynomial.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.earn.polynomial.fi/fundamental/options-primer/the-greeks.md).

# The Greeks

The specific risk metrics of each option can be measured in terms of *4* common metrics, often called The Greeks.

1. **Delta (Δ)** measures the sensitivity of an option’s price relative to the change in the underlying asset’s price. In other words, if the price of the underlying asset increases by $1, the price of the option will change by *Δ* amount.
2. **Gamma (Γ)** represents the rate of change of Delta relative to the change of the price of the underlying asset. Since Delta frequently changes with underlying asset’s price, Gamma provide insights into what to expect from the future. Near at-the-money options have highest Gamma value.
3. **Vega (v)** measures the sensitivity of an option’s price to volatility. If the underlying asset’s volatility increases by 1%, option’s price will increase by *v* amount.
4. **Theta (Θ)** represents the rate of time decay of an option. If the option’s time to maturity decreases by one day, the option’s price will change by the *Θ* amount.

Traders often use these metrics to compare the risk of options and make decisions as to which option closer meets their strategy.


---

# 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.earn.polynomial.fi/fundamental/options-primer/the-greeks.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.
