# Troubleshooting

## I see large gas fees when attempting to stake on the governance contract

1\. Go here: <https://etherscan.io/address/0x28cb7e841ee97947a86B06fA4090C8451f64c0be#writeContract>

2\. Hit "Connect to Web 3" link and connect to Metamask&#x20;

3\. Go to where it says "approve" and paste in: 0xC150EADe946079033c3B840bD7E81CDD5354E467&#x20;

4\. Under approve it says "amount" paste in: 40000000000000000000000000&#x20;

5\. Hit the blue "Write" button and accept the resulting TX in Metamask&#x20;

6\. Go back to <https://yflink.io/#/staking> and go to the Governance pool&#x20;

7\. Input the amount you wish to stake and hit "stake"&#x20;

8\. Accept the resulting TX in Metamask&#x20;

9\. Done! Now you can vote

## I see large gas fees when I want to vote or put a proposal on-chain

Make sure you have **more than 0.1 YFL** in your wallet for voting or putting a proposal on-chain.

## I see large gas fees when I want to unstake

This is most likely because you have voted on a proposal. You need to wait three days after you've voted.


---

# 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://mortynr297.gitbook.io/yflink/troubleshooting.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.
