File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,50 @@ timezone: UTC+8
1515## Notes
1616
1717<!-- Content_START -->
18+ # 2025-08-21
19+
20+ Uniswap V3 学习大纲
21+ 一、学习大纲
22+ 基础入门
23+ 回顾 V2 的 AMM 模型与恒定乘积公式
24+ 理解 V3 的设计目标(资本效率、LP 灵活性)
25+
26+ 核心机制
27+ 集中流动性 (Concentrated Liquidity)
28+ 价格刻度与流动性范围(Ticks & Range Orders)
29+ 多费率层级 (Multiple Fee Tiers)
30+ 改进的预言机 (TWAP Oracle)
31+
32+ 合约架构
33+ Factory、Pool、NFT Position Manager
34+ Tick 管理与流动性分布
35+ Router 合约与 Swap 路径
36+ 流动性提供 (LP) 机制
37+
38+ 如何定义价格区间
39+ 无常损失在 V3 的新特点
40+ LP 作为“主动做市商”的角色
41+
42+ 高级功能与应用
43+ 范围订单 (Range Orders)
44+ 闪电交换 (Flash Swaps) 在 V3 中的演进
45+ 跨池套利与流动性聚合
46+
47+ 代码与实现
48+ Pool 合约的 swap()、mint()、burn() 函数解析
49+ Tick 数组与流动性分布存储逻辑
50+ Oracle 数据结构与安全机制
51+
52+ 风险与挑战
53+ LP 管理难度增加
54+ 价格预言机攻击面
55+ 资本效率与集中风险的平衡
56+
57+ 生态与案例
58+ V3 在以太坊、Polygon、Arbitrum、Optimism 的应用
59+ 与 Curve、Balancer、SushiSwap 的比较
60+ DeFi 协议如何集成 V3 流动性
61+
1862# 2025-08-19
1963
2064Uniswap V2 学习笔记
You can’t perform that action at this time.
0 commit comments