Skip to content

Commit 481668b

Browse files
committed
Fix: jup perp JLP labels
1 parent 2ed51b0 commit 481668b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

fees/jupiter-perpetual/index.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ const methodology = {
8686

8787
const breakdownMethodology = {
8888
Fees: {
89-
[JUPITER_METRICS.JupPerpsAddLiquidityFees]: "Fees charged when users add liquidity to the pool",
90-
[JUPITER_METRICS.JupPerpsRemoveLiquidityFees]: "Fees charged when users remove liquidity from the pool",
89+
[JUPITER_METRICS.JupPerpsAddLiquidityFees]: "Fees charged when users mint JLP to the pool",
90+
[JUPITER_METRICS.JupPerpsRemoveLiquidityFees]: "Fees charged when users burn JLP from the pool",
9191
[JUPITER_METRICS.JupPerpsSwapFees]: "Fees from swaps within the perpetual pool",
9292
[JUPITER_METRICS.JupPerpsOpenPositionFees]: "Position fees charged when opening or increasing a perpetual position",
9393
[JUPITER_METRICS.JupPerpsClosePositionFees]: "Position fees charged when closing or decreasing a perpetual position",
@@ -96,8 +96,8 @@ const breakdownMethodology = {
9696
[JUPITER_METRICS.JupPerpsPriceImpactFees]: "Price impact fees charged on trades based on market conditions and imbalance, up to 0.44% of trade size",
9797
},
9898
Revenue: {
99-
[JUPITER_METRICS.JupPerpsAddLiquidityFees]: "25% of add liquidity fees goes to protocol",
100-
[JUPITER_METRICS.JupPerpsRemoveLiquidityFees]: "25% of remove liquidity fees goes to protocol",
99+
[JUPITER_METRICS.JupPerpsAddLiquidityFees]: "25% of mint JLP fees goes to protocol",
100+
[JUPITER_METRICS.JupPerpsRemoveLiquidityFees]: "25% of burn JLP fees goes to protocol",
101101
[JUPITER_METRICS.JupPerpsSwapFees]: "25% of swap fees goes to protocol",
102102
[JUPITER_METRICS.JupPerpsOpenPositionFees]: "25% of open position fees goes to protocol",
103103
[JUPITER_METRICS.JupPerpsClosePositionFees]: "25% of close position fees goes to protocol",
@@ -106,8 +106,8 @@ const breakdownMethodology = {
106106
[JUPITER_METRICS.JupPerpsPriceImpactFees]: "25% of price impact fees goes to protocol",
107107
},
108108
SupplySideRevenue: {
109-
[JUPITER_METRICS.JupPerpsAddLiquidityFees]: "75% of add liquidity fees distributed to liquidity providers",
110-
[JUPITER_METRICS.JupPerpsRemoveLiquidityFees]: "75% of remove liquidity fees distributed to liquidity providers",
109+
[JUPITER_METRICS.JupPerpsAddLiquidityFees]: "75% of mint JLP fees distributed to liquidity providers",
110+
[JUPITER_METRICS.JupPerpsRemoveLiquidityFees]: "75% of burn JLP fees distributed to liquidity providers",
111111
[JUPITER_METRICS.JupPerpsSwapFees]: "75% of swap fees distributed to liquidity providers",
112112
[JUPITER_METRICS.JupPerpsOpenPositionFees]: "75% of open position fees distributed to liquidity providers",
113113
[JUPITER_METRICS.JupPerpsClosePositionFees]: "75% of close position fees distributed to liquidity providers",
@@ -116,8 +116,8 @@ const breakdownMethodology = {
116116
[JUPITER_METRICS.JupPerpsPriceImpactFees]: "75% of price impact fees distributed to liquidity providers",
117117
},
118118
ProtocolRevenue: {
119-
[JUPITER_METRICS.JupPerpsAddLiquidityFees]: "50% of protocol revenue from add liquidity fees (12.5% of total fees) goes to treasury, it was 100% before 2025-02-17",
120-
[JUPITER_METRICS.JupPerpsRemoveLiquidityFees]: "50% of protocol revenue from remove liquidity fees (12.5% of total fees) goes to treasury, it was 100% before 2025-02-17",
119+
[JUPITER_METRICS.JupPerpsAddLiquidityFees]: "50% of protocol revenue from mint JLP fees (12.5% of total fees) goes to treasury, it was 100% before 2025-02-17",
120+
[JUPITER_METRICS.JupPerpsRemoveLiquidityFees]: "50% of protocol revenue from burn JLP fees (12.5% of total fees) goes to treasury, it was 100% before 2025-02-17",
121121
[JUPITER_METRICS.JupPerpsSwapFees]: "50% of protocol revenue from swap fees (12.5% of total fees) goes to treasury, it was 100% before 2025-02-17",
122122
[JUPITER_METRICS.JupPerpsOpenPositionFees]: "50% of protocol revenue from open position fees (12.5% of total fees) goes to treasury, it was 100% before 2025-02-17",
123123
[JUPITER_METRICS.JupPerpsClosePositionFees]: "50% of protocol revenue from close position fees (12.5% of total fees) goes to treasury, it was 100% before 2025-02-17",
@@ -126,8 +126,8 @@ const breakdownMethodology = {
126126
[JUPITER_METRICS.JupPerpsPriceImpactFees]: "50% of protocol revenue from price impact fees (12.5% of total fees) goes to treasury, it was 100% before 2025-02-17",
127127
},
128128
HoldersRevenue: {
129-
[JUPITER_METRICS.JupPerpsAddLiquidityFees]: "From 2025-02-17, 50% of protocol revenue from add liquidity fees (12.5% of total fees) goes to JUP holders",
130-
[JUPITER_METRICS.JupPerpsRemoveLiquidityFees]: "From 2025-02-17, 50% of protocol revenue from remove liquidity fees (12.5% of total fees) goes to JUP holders",
129+
[JUPITER_METRICS.JupPerpsAddLiquidityFees]: "From 2025-02-17, 50% of protocol revenue from mint JLP fees (12.5% of total fees) goes to JUP holders",
130+
[JUPITER_METRICS.JupPerpsRemoveLiquidityFees]: "From 2025-02-17, 50% of protocol revenue from burn JLP fees (12.5% of total fees) goes to JUP holders",
131131
[JUPITER_METRICS.JupPerpsSwapFees]: "From 2025-02-17, 50% of protocol revenue from swap fees (12.5% of total fees) goes to JUP holders",
132132
[JUPITER_METRICS.JupPerpsOpenPositionFees]: "From 2025-02-17, 50% of protocol revenue from open position fees (12.5% of total fees) goes to JUP holders",
133133
[JUPITER_METRICS.JupPerpsClosePositionFees]: "From 2025-02-17, 50% of protocol revenue from close position fees (12.5% of total fees) goes to JUP holders",

0 commit comments

Comments
 (0)