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
Fees: "All swap fees paid by users on Omnipair. Computed from Dune as lp_fee + protocol_fee, grouped by input token mint.",
43
-
Revenue: "Protocol revenue equals the protocol_fee portion of swap fees.",
44
-
ProtocolRevenue: "Protocol revenue equals the protocol_fee portion of swap fees.",
45
-
SupplySideRevenue: "Supply-side revenue equals the lp_fee portion distributed to liquidity providers.",
77
+
Fees: "All swap fees and borrow interest paid by users on Omnipair. Swap fees are computed as lp_fee + protocol_fee. Borrow interest is computed from UpdatePairEvent accrued_interest fields.",
78
+
UserFees: "All swap fees and borrow interest paid directly by users on Omnipair.",
79
+
Revenue: "Protocol revenue equals the protocol share of swap fees plus the protocol share of borrow interest.",
80
+
ProtocolRevenue: "Protocol revenue equals the protocol share of swap fees plus the protocol share of borrow interest.",
81
+
SupplySideRevenue: "Supply-side revenue equals the LP share of swap fees plus the LP share of borrow interest.",
46
82
};
47
83
48
84
constbreakdownMethodology={
49
85
Fees: {
50
-
[METRIC.SWAP_FEES]: "All swap fees paid by users on Omnipair",
86
+
[METRIC.SWAP_FEES]: "All swap fees paid by users on Omnipair.",
87
+
[METRIC.BORROW_INTEREST]: "All interest paid by borrowers on Omnipair.",
88
+
},
89
+
UserFees: {
90
+
[METRIC.SWAP_FEES]: "All swap fees paid by users on Omnipair.",
91
+
[METRIC.BORROW_INTEREST]: "All interest paid by borrowers on Omnipair.",
51
92
},
52
93
Revenue: {
53
94
[METRIC.SWAP_FEES]: "The protocol_fee portion of swap fees.",
95
+
[METRIC.BORROW_INTEREST]: "The protocol share of borrow interest.",
54
96
},
55
97
ProtocolRevenue: {
56
98
[METRIC.SWAP_FEES]: "The protocol_fee portion of swap fees.",
99
+
[METRIC.BORROW_INTEREST]: "The protocol share of borrow interest.",
57
100
},
58
101
SupplySideRevenue: {
59
102
[METRIC.SWAP_FEES]: "The lp_fee portion of swap fees distributed to liquidity providers.",
103
+
[METRIC.BORROW_INTEREST]: "The LP share of borrow interest distributed to liquidity providers.",
0 commit comments