You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tidal Smart Contracts
2
2
3
-
Tidal is a yield farming platform built on the Flow blockchain using Cadence 1.0. The platform enables users to deposit tokens to supported DeFi strategies such as collateralized borrowing via TidalProtocol's Active Lending Platform. Tidal aims to support yield-generating strategies, automatically optimizing returns through DeFiBlocks components and auto-balancing mechanisms.
3
+
Tidal is a yield farming platform built on the Flow blockchain using Cadence 1.0. The platform enables users to deposit tokens to supported DeFi strategies such as collateralized borrowing via TidalProtocol's Active Lending Platform. Tidal aims to support yield-generating strategies, automatically optimizing returns through DeFiActions components and auto-balancing mechanisms.
4
4
5
5
## System Architecture
6
6
@@ -21,7 +21,7 @@ The main contract that orchestrates the entire yield farming system:
21
21
Implements specific yield strategies:
22
22
23
23
-**TracerStrategy**: A strategy that uses TidalProtocol lending positions with auto-balancing
24
-
-**TracerStrategyComposer**: Creates TracerStrategy instances with complex DeFiBlocks stacking
24
+
-**TracerStrategyComposer**: Creates TracerStrategy instances with complex DeFiActions stacking
25
25
-**StrategyComposerIssuer**: Controls access to strategy composer creation
26
26
27
27
#### 3. TidalYieldAutoBalancers.cdc - Auto-Balancing System
0 commit comments