Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add yprisma docs #377

Merged
merged 19 commits into from
Nov 8, 2023
2 changes: 1 addition & 1 deletion docs/getting-started/products/ycrv/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ yveCRV and yvBOOST are being deprecated, and there is a migration path available
- **ZapYCRV.vy :** [0x01D7f32B6E463c96c00575fA97B8224326C6A6B9](https://etherscan.io/token/0x01D7f32B6E463c96c00575fA97B8224326C6A6B9)
- **yCRV Interface:** http://y.finance/

## Read more
## Read More

- [yCRV Interface Guide](https://docs.yearn.fi/getting-started/products/ycrv/guide)
- [yCRV FAQ](https://docs.yearn.fi/getting-started/products/ycrv/faq)
32 changes: 32 additions & 0 deletions docs/getting-started/products/yprisma/farming.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Introduction to Yearn PRISMA Incentives Farming

The Prisma Wars are officially underway, which means full steam ahead for yPRISMA: Yearn's newest tokenized locker product.

Yearn has claimed its PRISMA airdrop as yPRISMA and is preparing to distribute these tokens to yCRV users and yPRISMA LPs.

This post will outline exactly how that will work.

### What's happening with Yearn's veCRV Airdrop?

The roughly 280,000 yPRISMA tokens minted from Yearn's airdrop claim will be distributed across two simple staking contracts: yCRV and yPRISMA LPs.

If you are a user in the yCRV ecosystem, you may migrate your position by withdrawing to vanilla yCRV and depositing it into the new staking contract on https://yprisma.yearn.fi to earn yPRISMA rewards.

## What do I do with yPRISMA?

As the Prisma protocol continues progressing towards native yield distribution to vePRISMA lockers, Yearn has approved an incentive program for yPRISMA stakers. This will provide a direct source of yield for yPRISMA users while we wait for native fee distribution to go live on Prisma Finance.

When ready, any yPRISMA holder can stake to earn wstETH rewards.

## Rewards Breakdown

The breakdown of the scheduled events will be:

| Deposit Token | Reward Token | Reward Token amount | Start time |
| ------------------------- | ------------ | ------------------- |-----------------------|
| yPRISMA | wstETH | ? | Nov 9 @ 3:00 AM UTC |
| PRISMA Early-user Airdrop | n/a | n/a | Nov 9 @ 9:00 AM UTC |
| yCRV | yPRISMA | 200,000 | Nov 10 @ 12:00 AM UTC |
| Curve PRISMA/yPRISMA LPs | yPRISMA | 80,000 | Nov 10 @ 12:00 PM UTC |

You can claim and deposit at https://yprisma.yearn.fi
40 changes: 40 additions & 0 deletions docs/getting-started/products/yprisma/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Overview

Claim and deposit at [yprisma.yearn.fi](https://yprisma.yearn.fi)

## What is yPRISMA?

yPRISMA is Yearn's latest veToken wrapper, built on top of Prisma Finance. Importantly, yPRISMA:

- Is a token that represents 1 vePRISMA max-locked to Yearn
- Is not redeemable for PRISMA
- Has no transfer restrictions and can always be swapped in DEX pools.

Governance for Prisma is controlled by vePRISMA, a locked token position that grants users voting power, fee revenue, and boosted PRISMA emissions.

Because all PRISMA emissions come as locked vePRISMA, it is often inconvenient for users who want to avoid managing their position or want to cash out. yPRISMA aims to offer users a tokenized version of this position, giving them instant liquidity and auto-managing governance participation to maximize yield.

With built-in boost delegation coming soon, users who hold yPRISMA will be able to boost their yields on any of their positions within the Prisma ecosystem, including:

- Prisma Vaults (CDPs)
- Stability Pool
- Curve / Convex Farming
- Yearn Farming (coming soon!)

## How do I obtain yPRISMA?

There are many ways to get yPRISMA:

- Claim your PRISMA airdrop directly to yPRISMA
- Claim your emissions directly from yPRISMA from prismafinance.com
- Mint 1:1 directly from PRISMA tokens
- Buy yPRISMA from the Curve pool


## What can I do with my yPRISMA?

Until Prisma governance begins distributing fee revenue, the best thing to do with your yPRISMA is to farm wstETH yield on [yprisma.yearn.fi](https://yprisma.yearn.fi).

## Read More

- [Introduction to Yearn PRISMA Incentives Farming](https://docs.yearn.finance/getting-started/products/yprisma/farming)
14 changes: 11 additions & 3 deletions sidebars/sidebarsGettingStarted.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ module.exports = {
'products/yvaults/v3',
],
},
{
type: 'category',
label: 'yETH',
items: [
'products/yeth/overview',
],
},
{
type: 'category',
label: 'yCRV',
Expand All @@ -28,12 +35,13 @@ module.exports = {
},
{
type: 'category',
label: 'yETH',
label: 'yPrisma',
items: [
'products/yeth/overview',
'products/yprisma/overview',
'products/yprisma/farming',
],
},
{
{
type: 'category',
label: 'yBribe',
items: [
Expand Down
Loading