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

# GMI Vesting - NGMI

As a GMI holder, you can vest your GMI tokens into **WAGMI** at any time. To do this, click the "GET **WAGMI**" button on the GMI page, which will navigate you to the Vesting page.

<figure><img src="https://lh5.googleusercontent.com/05rPVd8KbKY99-Ck9GNhHYHOXZ9kJFcJrUkfbkY2R1JDI8vGOfdOnkIO2EDnkrPQyz3y72_gznc-7mCw489e2JsfZtVwrMtSb4pU9Dzi5zmnxSZrzwrsH7VEVTDKt-0Eiivi3ffusXm8YGxiGlyIHok" alt=""><figcaption></figcaption></figure>

Here, you have the option to swap your GMI tokens for **WAGMI** tokens.

<figure><img src="https://lh6.googleusercontent.com/rSDqPq4JZtdkUix8-FRkHP-yXg4Mo352OL_w3hzOCzDFtBn6oafWSwx6vt3e88br6IdbSEUzeUsSBJxI61es4BbMbt9exoY99k7kmk8g-AsK2x91B2_s2rwUARAcL8adl-CfWA6WNQfVXcvymdikhaY" alt=""><figcaption></figcaption></figure>

**Steps:**

1. **Choose the Amount**: Select the amount of GMI you wish to swap.
2. **Calculation**: The amount of **WAGMI** you will receive is calculated as a percentage based on your position balance. For example, if you have 200 GMI and 1000 locked **WAGMI**:
   * Swapping 100 GMI (which is 50% of your GMI balance) will give you 500 **WAGMI** (50% of your locked **WAGMI**).

**Note:**

If you decide that you're not going to make it (NGMI), please be fully aware of the implications before proceeding.

<figure><img src="https://lh3.googleusercontent.com/t6eWDZ_NKJ9OTlvrU17gp0-4x7akCtJR5rF_IJBL-ZXHxCsDF_TZ2owGKGWbW4qr2uN95GgIVBy2KeZHQ8Iozd7vbolQlhtyzqy3kSskuMJAd38IznC1kQsmMGYu7ElmlkW8IdHw8fFQVoW1VFSsgTA" alt="" width="563"><figcaption></figcaption></figure>

***

If you exit early, you will lose all **WAGMI** tokens that have not yet vested.

If the vesting period is completely over, you can claim all **WAGMI** tokens without any losses.

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


---

# 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.wagmi.com/wagmi/protocol-mechanics/gmi/gmi-vesting-ngmi.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.
