Skip to content

Commit 77bd336

Browse files
committed
fix the readme
1 parent 232ec04 commit 77bd336

File tree

7 files changed

+29
-0
lines changed

7 files changed

+29
-0
lines changed

defi/Euler/img/dump.jpg

126 KB
Loading

defi/Euler/img/grade.jpg

142 KB
Loading

defi/Euler/img/pump.jpg

129 KB
Loading

defi/Euler/img/tvl.jpg

178 KB
Loading

defi/Euler/oracle/readme.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# oracle
2+
euler使用uniswap v3作为价格输入源。但是如果引用了一个流动性差的池子,会有很大风险。
3+
4+
**oracle oracle评级**
5+
euler项目方开发的工具:https://oracle.euler.finance/
6+
euer团队的univ3预言机分析:https://blog.euler.finance/uniswap-oracle-attack-simulator-42d18adf65af
7+
8+
9+
**Attack Simulator**
10+
具体攻击可参考此篇链接:
11+
12+
Given current concentrated liquidity profile of the ABC/WETH pool, what would it cost the attacker to move a N-minute TWAP of the ABC price to x?
13+
14+
影响攻击Uniswap V3 oracle难度的两个主要因素:tvb和流动性的集中。
15+
评分系统:
16+
由三个因素组成:
17+
1. TVL locked in the Uniswap V3 pool
18+
2. Slippage on a $1mil XYZ vs ETH buy order on Uniswap
19+
3. Slippage on a $1mil XYZ vs ETH sell order on Uniswap
20+
总体评级从A到F,总之,任何低于B的内容都应该避免使用!
21+
攻击成本分析论文:https://github.com/euler-xyz/uni-v3-twap-manipulation/blob/master/cost-of-attack.pdf
22+
23+
24+
25+
26+
## 参考链接
27+
- 官方文档:https://docs.euler.finance/risk-framework/oracle-rating

defi/Uniswap-V2/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Interface 是 User Interface 的含义,此为 Uniswap 网站的代码,包括
4242
详细内容请戳这里 :point_right: [UniswapV2 Interface Guide](./Interface/readme.md)
4343

4444
## 参考链接
45+
- jeiwan专栏: https://jeiwan.net/posts/programming-defi-uniswapv2-1/
4546
- 如何 Fork uniswap: https://www.youtube.com/watch?v=U3fTTqHy7F4
4647
- 将UniswapV2部署到所有区块链: https://www.youtube.com/watch?v=TCYnec5G9pE
4748
- 构建一个简单的交易所: https://medium.com/@austin_48503/%EF%B8%8F-minimum-viable-exchange-d84f30bd0c90

nft/opensea/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
- [ ] OpenSea站的工作流程
2424

2525
## 参考链接
26+
NFT及OpenSea交易背后的技术分享: https://mirror.xyz/xing824.eth/O3hpbibMf9vLNz6p80YUriU8Bf3bEaJWvRL49FGAgAc
2627

0 commit comments

Comments
 (0)