> For the complete documentation index, see [llms.txt](https://docs.predy.finance/predy-v6/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.predy.finance/predy-v6/trader/tutorial-gamma.md).

# Tutorial: Gamma

Visit our App -->

Click “Gamma” on the menu bar, then you come to this page.

<figure><img src="/files/jJpby5UxCrxQu6w2AK6j" alt=""><figcaption></figcaption></figure>

Connect your wallet from the right corner. after connecting your wallet, you can create your position immeadetly without any Vault.

<figure><img src="/files/ln6DMn5StaBUMRMWtWwp" alt=""><figcaption></figcaption></figure>

We’re offering three Prodcuts here.

1. **Low Risk : x3 Leveraged, Auto Hedge and Auto Close**
2. **High APR : x6 Leveraged, Auto Hedge and Auto Close**
3. **Super APR : x12 Leveraged and Auto Close**

## Order Position

Let’s try the Low Risk here.

<br>

<figure><img src="/files/E170QQIlBZNrg7HrgLhT" alt=""><figcaption></figcaption></figure>

from above...

① **Auto Close:** set the duration of the position from 1 hour to 72 hours.

② **Auto Delta Hedge:** set ‘ in which time’ and ‘how much moving’ to be auto-hedged.

③ **Amount**: choose the amount.

④ Create Position: Click!!

Done!

## How to see the Graph <a href="#id-05a2" id="id-05a2"></a>

<figure><img src="/files/1Wc3Vv9f9DTDtJW22OjL" alt=""><figcaption></figcaption></figure>

**Red lines**: the prices that the position will be closed (Loss cut)

**White lines**: the range you set for Auto Delta Hedge. when the price gets out of the white lines, this strategy will be auto-hedged.

## Manage Position

<figure><img src="/files/tcHIJpqPODHXHKN84WKh" alt=""><figcaption></figcaption></figure>

you can see your Position data on “ My Positions”, from More Detail, can see also more detailed settings and change the amount.

<figure><img src="/files/OxwergtYs57XDGd5ci0m" alt=""><figcaption></figcaption></figure>

Predy v6 is still a hyper beta version yet, We’d love to hear any feedback from you! Please post on our Discord!!

<http://discord.gg/predy><br>


---

# 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.predy.finance/predy-v6/trader/tutorial-gamma.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.
