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