Skip to content

Commit 7aca012

Browse files
committed
add veYFI faq and update user-faq
1 parent 8ba44a2 commit 7aca012

File tree

9 files changed

+61
-5
lines changed

9 files changed

+61
-5
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# veYFI FAQ
2+
3+
<details className="customFaqDetails">
4+
5+
<summary>
6+
7+
## My dYFI rewards from locking aren't increasing
8+
9+
</summary>
10+
11+
The dYFI rewards that are earned from locking YFI to veYFI are not streamed linearly but instead can come in chunks. This is because veYFI earns from unclaimed dYFI from users who don't have full boost, so it is earned after gauge dYFI is distributed.
12+
13+
</details>
14+
15+
<details className="customFaqDetails">
16+
17+
<summary>
18+
19+
## Can I lock my veYFI so it always stays max-locked?
20+
21+
</summary>
22+
23+
If you want your veYFI to remain max-locked, you can "overLock" it, up to 10 years. This will keep your YFI at max boost and earning power until it drops below the 4 year mark. You can always set the lock time back to 4 years in the UI. Here is how you do it:
24+
25+
click on the gear icon in the top right hand corner.
26+
![overLock](/img/guides/FAQ/overlock-1.png)
27+
28+
You can then lock up to 520 weeks (10 years).
29+
![overLock](/img/guides/FAQ/overlock-3.png)
30+
31+
If you want to adjust this lock time, you can lower the length of the lock down to any value above 207 weeks.
32+
![overLock](/img/guides/FAQ/overlock-4.png)
33+
34+
- Any lock can be extended to be longer
35+
- only locks over 208 weeks, can be reduced, and only to 208 weeks.
36+
37+
</details>

docs/getting-started/guides/user-faq.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
If you deposited into a Yearn Vault and then click the "withdraw" tab and don't see your tokens, don't worry, they are probably staked!
1212

13-
The default "deposit" action in yVaults with a gauge or other extra rewards is to deposit your tokens in the yVault and stake the yVault token for extra rewards. To see your yVault tokens, click on the "veYFI BOOST" tab (it may be named something else like "staking BOOST") next to the withdraw tab. You should be able to unstake your vault tokens there and then withdraw.
13+
The default "deposit" action in yVaults with a gauge or other extra rewards is to deposit your tokens in the yVault and stake the yVault token for extra rewards. To see your yVault tokens, look at the "veYFI BOOST" section (it may be named something else like "staking BOOST") below the withdraw section. You should be able to unstake your vault tokens there and then withdraw.
1414

1515
![Withdraw modal](/img/guides/FAQ/unstake.png)
1616

@@ -26,7 +26,7 @@ If you want to change the default deposit behavior to only deposit and not also
2626

2727
<summary>
2828

29-
## My veYFI rewards are lower than expected, Why?
29+
## My dYFI rewards are lower than expected, Why?
3030

3131
</summary>
3232

@@ -42,6 +42,20 @@ And remember, you have to consider transaction costs when using Yearn. If using
4242

4343
</details>
4444

45+
<details className="customFaqDetails">
46+
47+
<summary>
48+
49+
## I have withdrawn from a Factory Vault and now I have a Curve LP token. What do I do with it?
50+
51+
</summary>
52+
53+
Curve factory vaults accept Curve LP tokens that represent the 2 assets being traded in a curve pool. When you withdraw, you will most likely get this back. In order to withdraw the underlying assets from that token, you need to go to the curve website and withdraw. You can find a link to the pool page for a specific factory vault by looking in the "Info" section on the vault page. There will be a Curve deposit URI field that will link you to the correct page to withdraw.
54+
55+
![curve-page-link](/img/guides/FAQ/curve-page-link.png)
56+
57+
</details>
58+
4559
<details className="customFaqDetails">
4660

4761
<summary>
@@ -154,6 +168,7 @@ Yearn offers vaults for Pendle fixed term positions in a number of different ass
154168

155169
The current partner sites are:
156170

171+
- [Katana](https://katana.yearn.space)
157172
- [Aerodrome](https://aerodrome.yearn.space)
158173
- [Ajna](https://ajna.yearn.space)
159174
- [Curve](https://curve.yearn.space)
@@ -346,6 +361,7 @@ Your YFI is most likely in the main governance staking contract, but there are a
346361
- [`0xb01419e74d8a2abb1bbad82925b19c36c191a701`](https://etherscan.io/address/0xb01419e74d8a2abb1bbad82925b19c36c191a701)
347362

348363
For each contract:
364+
349365
- Open the contract page on Etherscan.
350366
- Click the **Contract** tab.
351367
- Click the **Read Contract** tab.
@@ -356,7 +372,8 @@ For each contract:
356372
- If the result is a non-zero value, you have YFI staked in that contract.
357373

358374
Step 2: Withdraw Your Staked YFI
359-
- Stay on the same contract page.
375+
376+
- Stay on the same contract page.
360377
- Click the **Write Contract** tab.
361378
- Click **Connect to Web3** and connect your wallet app, making sure you are using the correct address.
362379
- Find the `exit` function and click it.
@@ -365,7 +382,8 @@ Step 2: Withdraw Your Staked YFI
365382
- Once confirmed, your entire staked balance will be returned to your address.
366383

367384
Tips:
385+
368386
- Always double-check you’re connected with the correct wallet address.
369387
- If you have trouble or see unexpected results, reach out to the Yearn community for help.
370-
388+
371389
</details>

scripts/fetchedAddressData.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timeLastChecked": 1758573444,
2+
"timeLastChecked": 1759152565,
33
"addressesData": {
44
"v3ContractAddresses": {
55
"topLevel": {

sidebars/sidebarsContributing.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = {
3131
items: [
3232
'governance/veYFI-comp-summary',
3333
'governance/veyfi-calculator',
34+
'governance/veyfi-faq',
3435
{
3536
type: 'link',
3637
label: 'Contract Addresses →',
95.5 KB
Loading
85.5 KB
Loading
47.4 KB
Loading
65 KB
Loading

static/img/guides/FAQ/unstake.png

-116 KB
Loading

0 commit comments

Comments
 (0)