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: docs/Horizon/Horizon-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ All other existing functionality remains unchanged from v3.3. Stablecoins, or ot
87
87
- borrowingEnabled: true
88
88
- borrowableInIsolation: true
89
89
- withSiloedBorrowing: false
90
-
- flashloanable: true (authorized flashborrowers can be configured)
90
+
- flashloanable: false
91
91
- LTV: 0
92
92
- liquidationThreshold: 0 (to disable its use as collateral)
93
93
- liquidationBonus: N/A (can be 0)
@@ -97,11 +97,11 @@ All other existing functionality remains unchanged from v3.3. Stablecoins, or ot
97
97
- debtCeiling: 0 (only applies to isolated asset)
98
98
- liquidationProtocolFee: 0 (as it won't apply for a non-collateral asset)
99
99
100
-
Stablecoins, or other non-RWA permissionless assets, may also be configured as collateral in the future, by setting `liquidationThreshold` above `0`. In such case, natively permissionless borrowing would therefore be enabled within the instance.
100
+
Stablecoins, or other non-RWA permissionless assets, may also be configured as collateral in the future, by setting `liquidationThreshold` above `0`. In such case, natively permissionless borrowing would therefore be enabled within the instance. Flashloans and authorized flashborrowers may be configured in the future.
101
101
102
102
## Edge Cases of Note
103
103
104
-
Consider the following scenarios involving the example permissioned `RWA_1` token.
104
+
Consider the following scenarios involving the example permissioned `RWA_1` token. Flashloans may be utilized from other protocols if disabled in Horizon.
0 commit comments