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
[METRIC.ASSETS_YIELDS]: "Daily value generated for depositors from vault operations during the specified time period (includes both gains and losses)",
197
-
[METRIC.MANAGERMENT_FEES]: "Management fees chagred by Gauntlet",
197
+
[METRIC.MANAGEMENT_FEES]: "Management fees chagred by Gauntlet",
198
198
},
199
199
Revenue: {
200
200
[METRIC.ASSETS_YIELDS]: "Daily performance fees claimed by the Gauntlet manager during the specified time period",
201
-
[METRIC.MANAGERMENT_FEES]: "Management fees chagred by Gauntlet",
201
+
[METRIC.MANAGEMENT_FEES]: "Management fees chagred by Gauntlet",
202
202
},
203
203
ProtocolRevenue: {
204
204
[METRIC.ASSETS_YIELDS]: "Daily performance fees claimed by the Gauntlet manager during the specified time period",
205
-
[METRIC.MANAGERMENT_FEES]: "Management fees chagred by Gauntlet",
205
+
[METRIC.MANAGEMENT_FEES]: "Management fees chagred by Gauntlet",
206
206
},
207
207
SupplySideRevenue: {
208
208
[METRIC.ASSETS_YIELDS]: "Amount of yields distributed to supply-side depositors.",
Fees: "Includes Market Effective Yield(MEY) earned by treehouse assets and redemption fee",
59
+
Revenue: "Standard Redemption(7 days waiting(tEth), 17 days waiting(tAvax)) fee of 0.05%,Fastlane redemption fee of 2%(tEth), 4%(tAvax) and 20% performance fee on MEY",
60
+
ProtocolRevenue: "All the revenue goes to protocol treasury",
61
+
HoldersRevenue: "No fee sharing to holders yet",
62
+
SupplySideRevenue: "MEY earned by treehouse asset holders post performance fee",
63
+
};
64
+
65
+
constbreakdownMethodology={
66
+
Revenue: {
67
+
[METRIC.MINT_REDEEM_FEES]: 'Standard and fastlane redemption fees',
68
+
[METRIC.PERFORMANCE_FEES]: '20% perfomance fees on MEY only when MEY is positive'
69
+
},
70
+
SupplySideRevenue: {
71
+
[METRIC.ASSETS_YIELDS]: 'Market effective yields post performance fees',
0 commit comments