# Manual Withdrawal

In the event that you are unable to interact with <http://yieldyak.com> UI for whatever reason, you may need to conduct a withdrawal from the contract. Below, you will find a helpful guide on how to interact with Yield Yak farms and contracts directly from the explorer.

## Step 1. Locate the particular farm you wish to remove your LP from

**Method 1**: Locate the particular farm on yieldyak.com/farms that you wish to withdraw from and click on 'More' to go in to the farm detail page.&#x20;

Once there, scroll down and click the 'View on Explorer button' which will open the contract on [https://snowtrace.io/ ](<https://snowtrace.io/ >)

![Click the 'View on Explorer' button on the farm detail page.](/files/0EnhG3erjtBmDbZdvei2)

**Method 2**: Open your wallet on C-Chain Explorer: <https://snowtrace.io/> and click on the 'Tokens' drop down menu. Scroll down until you find the YRT tokens for the farm you wish to withdraw from and click it.&#x20;

## Step 2: Read Contract and balance

Once the page for that contract or token tracker loads, click on the 'Contract' tab and then 'Read Contract' button:

<img src="/files/a9EyfvJSjEBrt4qE9Mko" alt="Reading the contract on Snowtrace" width="375">

Scroll down until you get to the 'balanceOf' field. Enter your wallet address and hit 'Query'. This will output your balance. Copy the number you see after '(unit256) : '.

<img src="/files/QJU25cA75XKqqUSYzPQl" alt="Copy the number after uint256:" width="353">

## Step 3: Write contract and withdraw

Scroll up to the top of the page and click the 'Write Contract button':

<img src="/files/vk6q0tmUUjApZqdy3Qef" alt="" width="375">

Then click the 'Connect to Web3' link which will prompt you to connect your wallet.

<img src="/files/tLrKRBH75x9EWY0Mr5Lm" alt="Select MetaMask of WalletConnect to connect your wallet" width="375">

Click 'OK' if you sbelow warning.

<img src="/files/rqhLKxHqKYsVXW6XSc6y" alt="Warning: Feature is in beta" width="375">

You will see your wallet address and the Green circle confirming your wallet is connected.

<img src="/files/LvxiFJ4Vn7XzVzXh1Crd" alt="" width="375">

Scroll down until you see 'withdraw' and paste the number from the previous page in to this field and click 'write'.

<img src="/files/ceaTSHGbadEU9rpC05uK" alt="" width="245">

You will have to approve this transaction in Metamask (or whichever wallet you are using).&#x20;

You now have your LP tokens in your wallet.


---

# 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.yieldyak.com/for-farmers/support/manual-withdrawal.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.
