# Lock YMT

First, go to the [Yamato official site](https://app.yamato.fi/#/), click “veYMT” on the top left to navigate,\
and connect with your preferred wallet by clicking the “Connect Wallet” button on the top right.\
(If you are already connected, this step is not necessary.)\
To change the connected network, click the network selection button at the top right and choose from Ethereum mainnet or Sepolia.\
You can also access the veYMT page directly from [this link](https://ve.yamato.fi/).

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

In the center of the page, within the “My YMT Portfolio” section, click the “Lock” button.

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

A popup will appear. Specify the amount of YMT to lock and the lock duration,\
then click the “Lock” button at the bottom.

If you wish to lock all your YMT, simply click the balance displayed below the input field.

Lock duration can be set in weekly increments, up to a maximum of 4 years.

The amount of veYMT you receive depends on the lock duration. You can check the exchange ratio [here](/en/ymt-yamato-dao-token.md#veymttoha).

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

If you haven’t approved the token yet, a “Approve Token” button will appear at the bottom.

Click it to proceed to the approval screen.

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

Here is an example using MetaMask.

The approval screen below will appear.

Check the spending limit and gas fee, then click the confirmation button at the bottom.

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

Once the approval transaction succeeds, the confirmation screen for locking will appear immediately.

Review the lock amount and gas fee, then click the confirmation button at the bottom.

<figure><img src="/files/05oAbBH9uzCTVSZbFCjQ" alt=""><figcaption></figcaption></figure>

When the locking transaction succeeds, the display in “My YMT Portfolio” will update as shown.

Please verify that your veYMT balance, the amount of YMT locked, and the lock end date are as expected.

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

For peace of mind, also check your wallet to confirm your YMT and veYMT balances.

Your YMT balance should have decreased, and your veYMT balance should have increased.

This completes the YMT locking (veYMT acquisition) process! 🎉

\
**To Increase Your Locked Amount**

Click the “Increase Locked Amount” button in the “My YMT Portfolio” section.

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

Enter the additional amount of YMT you want to lock.

If you want to lock your entire YMT balance, simply click the balance below the input field for easy input.

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

Once you’ve entered the amount, proceed with token approval if needed.\
If already approved, proceed directly to the locking transaction.

After the transaction succeeds, check the updated balances in “My YMT Portfolio.”

**To Extend the Lock Period**

Click the “Extend Lock Duration” button in the “My YMT Portfolio” section.

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

Select the extended lock period and click the “Lock” button at the bottom.

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

After the transaction succeeds, please confirm that the lock end date and balances have been updated in “My YMT Portfolio.”


---

# 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.yamato.fi/en/user-guide/lock-ymt.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.
