Skip to content

Commit e0e7b66

Browse files
authored
Merge pull request #215 from pendle-finance/vependle-removal
resolved conflict
2 parents 6cb0c6f + 714395f commit e0e7b66

27 files changed

Lines changed: 141 additions & 597 deletions

File tree

docs/pendle-v2/AppGuide/Calculator.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/pendle-v2/AppGuide/Pool.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hide_table_of_contents: true
44

55
# Pool
66

7-
Pendle's liquidity pools can be found [here](https://app.pendle.finance/pro/pools). You can see the **Pools**, their **Maturity** date, the total **Liquidity** in the pool, and the current APY of liquidity provision. This **APY** is the base value, and can be boosted with vePENDLE.
7+
Pendle's liquidity pools can be found [here](https://app.pendle.finance/pro/pools). You can see the **Pools**, their **Maturity** date, the total **Liquidity** in the pool, and the current APY of liquidity provision.
88

99
Liquidity providers receive returns from multiple avenues
1010
* Fixed rate from PT
@@ -120,5 +120,4 @@ LP needs to be wrapped to ensure Pendle rewards are still properly distributed w
120120
Wrapped LPs have the following properties:
121121

122122
- Wrapped LP rewards are claimable on dashboard in Merkle Rewards Tab every few weeks.
123-
- Wrapped LPs do not receive boost from your vePENDLE.
124123
- Wrapped LPs are not trackable on the dashboard

docs/pendle-v2/Developers/HighLevelArchitecture.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -73,26 +73,3 @@ Currently, there is no market to trade YT, but it is always tradable by the foll
7373
- `SY ➝ YT` = flashswap SY, mint PT & YT, payback PT, send YT to users.
7474
- `YT ➝ SY` = flashswap PT, use PT & YT, redeem SY, pay back, send excess to users.
7575

76-
### PendleGauge
77-
78-
PendleGauge is a contract that distributes PENDLE and other rewards generated by SY to Market LP holders. Each Gauge is directly embedded into the corresponding Market, so there is no need to stake LP to receive these rewards. It's important to note that rewards can be redeemed at any time.
79-
80-
The rewards are not distributed based on the amount of LP holdings, but rather on the **activeBalance**. The **activeBalance** is calculated as follows:
81-
82-
```solidity
83-
activeBalance = min(userLpBalance, userBoostedBalance);
84-
userBoostedBalance = 0.4 * userLpBalance + 0.6 * totalLpSupply * userVePendleBalance/ totalVePendleSupply;
85-
```
86-
87-
### VotingController
88-
89-
The VotingController is a contract that allows users to utilize their vePENDLE to vote for markets. This voting process determines the amount of PENDLE each market will receive in the following epoch. Each epoch lasts for one week, beginning at **0:00 UTC on Thursday** and ending at the same time on the following Thursday. During the epoch, users can change their vote as desired, but the vote will only become finalized when the epoch ends.
90-
91-
### GaugeController
92-
93-
The GaugeController is a contract that receives the voting results from the VotingController and distributes PENDLE to the Gauges accordingly. The PENDLE for the epoch is not distributed all at once, but instead is released every second throughout the epoch.
94-
95-
### vePENDLE
96-
97-
The vePENDLE contract allows users to lock their PENDLE in order to receive vePENDLE. Each user's position is represented by a pair of values: `(amount, expiry)`. After the `expiry`, the user can withdraw their `amount` of PENDLE from the contract. The balance of a user's vePENDLE will decay weekly until it becomes zero at expiry.
98-

docs/pendle-v2/Developers/Overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ hide_table_of_contents: true
2121

2222
- [High Level Architecture](./HighLevelArchitecture.md)
2323
- [StandardizedYield (SY)](./Contracts/StandardizedYield.md)
24-
- [vePENDLE](./Contracts/vePENDLE.md)
2524
- [Common Questions](./FAQ.md)
2625

2726
## Integration Guides

docs/pendle-v2/FAQ.mdx

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ hide_table_of_contents: true
1010

1111
Each PT and YT has an maturity date. For PT, you can redeem the full underlying yield-bearing token after this date. For YT, the yield of the yield-bearing token is only accrued up until the maturity date, after which YT has no value.
1212

13-
### What is an epoch?
14-
15-
For Pendle, an epoch is exactly one week. Each epoch starts at Thursday, 00:00 UTC and ends at Wednesday, 23:59 UTC.
16-
17-
Snapshots of vePENDLE voting are taken every epoch.
18-
1913
### Why is the Underlying APY shown on Pendle differ from the APY shown in the underlying protocol?
2014

2115
The Underlying APY displayed on Pendle is a 7-day average of the underlying protocol (with some assets like GLP as exceptions) to smoothen out short-term fluctuations of the underlying protocol's APY.
@@ -32,30 +26,6 @@ The Underlying APY displayed on Pendle is a 7-day average of the underlying prot
3226

3327
No, you do not have to stake LP tokens. All LP token holders will receive their fair share of the rewards.
3428

35-
## vePENDLE
36-
37-
### What is vePENDLE?
38-
39-
vePENDLE is Pendle’s governance system.
40-
41-
### How does vePENDLE work?
42-
43-
Lock PENDLE for vePENDLE. The greater the lock duration, the greater your vePENDLE value. Your vePENDLE value decays over time, but your lock duration can be extended to negate the decay.
44-
45-
Use vePENDLE to channel PENDLE incentives. Vote for your desired pool to incentivize liquidity. The more vePENDLE you have, the more voting power you hold. Voting for a pool entitles you to 80% of the swap fees collected by the pool. This APY is shown in the "Voter APY" prior to casting your vote.
46-
47-
vePENDLE holders also receive a portion of protocol revenue, earned from swap fees and YT fees.
48-
49-
### When does my PENDLE unlock?
50-
51-
You can lock PENDLE for vePENDLE for up to 2 years. One wallet is associated with a single unlock date. If you extend your lock duration or lock more PENDLE, the unlock date will be changed for your entire vePENDLE balance.
52-
53-
### Is there a difference between Ethereum and other chains?
54-
55-
<div className="callout info">
56-
<strong>Important:</strong> vePENDLE resides solely on the Ethereum blockchain, meaning you can only lock PENDLE and vote from Ethereum, but you can vote for pools on other chains. So incentives can be channelled to other blockchains via voting, but again, voting is only done on Ethereum.
57-
</div>
58-
5929
## Security
6030

6131
### Is Pendle audited?

docs/pendle-v2/Introduction.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We give users the reins to their yield.
2323

2424
[Pendle](https://pendle.finance/) is a permissionless yield-trading protocol where users can execute various yield-management strategies.
2525

26-
There are 3 main parts to fully understand Pendle:
26+
There are 2 main parts to fully understand Pendle:
2727

2828
1. Yield Tokenization
2929

@@ -34,8 +34,6 @@ There are 3 main parts to fully understand Pendle:
3434

3535
Both **PT** and **YT** can be traded via Pendle’s **AMM**. Even though this is the core engine of Pendle, understanding of the AMM is not required to trade PT and YT.
3636

37-
3. vePENDLE
38-
3937

4038
As a yield derivative protocol, we are bringing the TradFi interest derivative market ([worth over $400T in notional value](https://www.bis.org/publ/otc_hy2111/intgraphs/graphA3.htm)) into DeFi, making it accessible to all.
4139

docs/pendle-v2/ProtocolMechanics/Mechanisms/Fees.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ Fee wallet for pools launched AFTER 8th October 2024
2929
:::
3030
All chains: `0xC328dFcD2C8450e2487a91daa9B75629075b7A43`
3131

32-
Once the token rewards are claimable, the fee wallets will claim the rewards which will later be forwarded to vePENDLE holders.
33-
3432
- **Swap Fees**
3533

3634
Pendle collects a percentage-based swap fee, scaled with maturity, from all PT swaps. Each fee tier will be displayed in the dApp and is decided by the pool deployer (currently only the Pendle team deploys pools on Pendle).
@@ -41,7 +39,7 @@ Pendle taxes the yield-receivables of PT when swaps occur. This creates a fair f
4139

4240
Pendle has 2 sources of fees **YT fees** and **Swap fees**. 20% of all swap fees are given to LP providers of the pool as yield.
4341

44-
The remaining swap fees and all YT fees are split between vePendle holders and Pendle protocol in the following ratio
45-
- 80% to vePendle
42+
The remaining swap fees and all YT fees are split between PENDLE buyback fund and Pendle protocol in the following ratio
43+
- 80% for PENDLE buyback
4644
- 10% to Protocol Treasury
4745
- 10% to Protocol Operations

docs/pendle-v2/ProtocolMechanics/Mechanisms/Guides/ApplyBoost.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/pendle-v2/ProtocolMechanics/Mechanisms/Guides/ChannelIncentives.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/pendle-v2/ProtocolMechanics/Mechanisms/Guides/ClaimRewards.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)