@jup-ag/platform-list 1.2.33 → 1.2.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/platforms/1inch.js +2 -0
- package/dist/platforms/accessprotocol.js +2 -0
- package/dist/platforms/adrena.js +2 -0
- package/dist/platforms/allbridge.js +3 -0
- package/dist/platforms/alldomains.js +2 -0
- package/dist/platforms/atrix.js +2 -0
- package/dist/platforms/banx.js +3 -0
- package/dist/platforms/bio.js +5 -2
- package/dist/platforms/bonfida.js +4 -0
- package/dist/platforms/bonkrewards.js +6 -0
- package/dist/platforms/bouncebit.js +3 -0
- package/dist/platforms/byreal.js +6 -0
- package/dist/platforms/carrot.js +3 -0
- package/dist/platforms/circle.js +5 -2
- package/dist/platforms/cropper.js +2 -0
- package/dist/platforms/debridge.js +5 -0
- package/dist/platforms/defituna.js +5 -0
- package/dist/platforms/drift.js +5 -0
- package/dist/platforms/drip.js +3 -0
- package/dist/platforms/ensofi.js +7 -2
- package/dist/platforms/famousfoxfederation.js +4 -0
- package/dist/platforms/fragmetric.js +2 -0
- package/dist/platforms/francium.js +2 -0
- package/dist/platforms/futarchy.js +4 -0
- package/dist/platforms/goosefx.js +3 -0
- package/dist/platforms/graphite.js +3 -0
- package/dist/platforms/grass.js +2 -0
- package/dist/platforms/hastra.js +3 -0
- package/dist/platforms/helio.js +1 -0
- package/dist/platforms/huma.js +5 -0
- package/dist/platforms/hylo.js +3 -0
- package/dist/platforms/jito.js +4 -0
- package/dist/platforms/jupiter-exchange.js +5 -0
- package/dist/platforms/jupiter-governance.js +2 -0
- package/dist/platforms/jupiter-launchpad.js +2 -0
- package/dist/platforms/kamino.js +12 -0
- package/dist/platforms/lifinity.js +2 -0
- package/dist/platforms/loopscale.js +4 -1
- package/dist/platforms/magiceden.js +7 -0
- package/dist/platforms/magna.js +3 -0
- package/dist/platforms/mango.js +3 -0
- package/dist/platforms/marginfi.js +2 -0
- package/dist/platforms/marinade.js +3 -0
- package/dist/platforms/mayan.js +2 -0
- package/dist/platforms/metaplex.js +6 -0
- package/dist/platforms/meteora.js +13 -0
- package/dist/platforms/moonwalk.js +2 -0
- package/dist/platforms/neutral.js +3 -0
- package/dist/platforms/nosana.js +2 -0
- package/dist/platforms/nxfinance.js +7 -0
- package/dist/platforms/okx.js +1 -0
- package/dist/platforms/orca.js +6 -0
- package/dist/platforms/orderly.js +4 -1
- package/dist/platforms/oresupply.js +1 -0
- package/dist/platforms/oro.js +2 -0
- package/dist/platforms/parcl.js +3 -0
- package/dist/platforms/phoenix.js +2 -0
- package/dist/platforms/pyth.js +4 -0
- package/dist/platforms/quarry.js +4 -0
- package/dist/platforms/rain.js +5 -0
- package/dist/platforms/raydium.js +9 -0
- package/dist/platforms/relay.js +4 -1
- package/dist/platforms/saber.js +2 -0
- package/dist/platforms/sanctum.js +7 -0
- package/dist/platforms/save.js +4 -0
- package/dist/platforms/sendit.js +3 -0
- package/dist/platforms/sharky.js +2 -0
- package/dist/platforms/solana.js +10 -0
- package/dist/platforms/solanart.js +3 -0
- package/dist/platforms/solayer.js +7 -0
- package/dist/platforms/solcasino.js +2 -0
- package/dist/platforms/solstice.js +6 -1
- package/dist/platforms/squads.js +2 -0
- package/dist/platforms/stabble.js +5 -0
- package/dist/platforms/streamflow.js +6 -0
- package/dist/platforms/tensor.js +6 -0
- package/dist/platforms/tribeca.js +3 -0
- package/dist/platforms/tulip.js +4 -0
- package/dist/platforms/underdog.js +3 -0
- package/dist/platforms/uxd.js +3 -1
- package/dist/platforms/vidar.js +5 -0
- package/dist/platforms/wormhole.js +5 -0
- package/dist/platforms/zeta.js +3 -0
- package/dist/platforms/zeus.js +7 -0
- package/package.json +1 -1
|
@@ -33,11 +33,13 @@ exports.governanceService = {
|
|
|
33
33
|
name: "Vote",
|
|
34
34
|
platformId: exports.platform.id,
|
|
35
35
|
contractsRaw: [exports.jupiterGovernanceContract, exports.jupiterVoteContract],
|
|
36
|
+
description: "Governance voting system for JUP holders to participate in protocol decisions and proposals.",
|
|
36
37
|
};
|
|
37
38
|
exports.asrService = {
|
|
38
39
|
id: `${exports.platform.id}-asr`,
|
|
39
40
|
name: "ASR",
|
|
40
41
|
platformId: exports.platform.id,
|
|
41
42
|
contractsRaw: [asrContract],
|
|
43
|
+
description: "Active Staking Rewards distribution for JUP stakers who participate in governance voting.",
|
|
42
44
|
};
|
|
43
45
|
exports.services = [exports.asrService, exports.governanceService];
|
|
@@ -27,11 +27,13 @@ exports.lfgService = {
|
|
|
27
27
|
name: "LFG",
|
|
28
28
|
platformId: exports.platform.id,
|
|
29
29
|
contractsRaw: [lfgContract],
|
|
30
|
+
description: "Token launch platform enabling new projects to raise capital through community-driven fair launches.",
|
|
30
31
|
};
|
|
31
32
|
exports.dtfService = {
|
|
32
33
|
id: `${exports.platform.id}-dtf`,
|
|
33
34
|
name: "DTF",
|
|
34
35
|
platformId: exports.platform.id,
|
|
35
36
|
contractsRaw: [dtfContract],
|
|
37
|
+
description: "Direct Token Financing presale system enabling projects to distribute tokens directly to community members.",
|
|
36
38
|
};
|
|
37
39
|
exports.services = [exports.lfgService, exports.dtfService];
|
package/dist/platforms/kamino.js
CHANGED
|
@@ -62,54 +62,66 @@ exports.scopePriceService = {
|
|
|
62
62
|
name: "Scope Price",
|
|
63
63
|
platformId: exports.platform.id,
|
|
64
64
|
contractsRaw: [scopePriceContract],
|
|
65
|
+
description: "On-chain price oracle aggregating multiple price feeds for accurate and manipulation-resistant asset valuations.",
|
|
65
66
|
};
|
|
66
67
|
exports.lendService = {
|
|
67
68
|
id: `${exports.platform.id}-lend`,
|
|
68
69
|
name: "Lending",
|
|
69
70
|
platformId: exports.platform.id,
|
|
70
71
|
contractsRaw: [exports.lendContract],
|
|
72
|
+
link: "https://app.kamino.finance/lending",
|
|
73
|
+
description: "Lending and borrowing protocol with eMode for higher LTV on correlated assets, enabling users to earn yield on deposits and access leverage.",
|
|
71
74
|
};
|
|
72
75
|
exports.multiplyService = {
|
|
73
76
|
id: `${exports.platform.id}-multiply`,
|
|
74
77
|
name: "Multiply",
|
|
75
78
|
platformId: exports.platform.id,
|
|
76
79
|
contractsRaw: [],
|
|
80
|
+
link: "https://app.kamino.finance/multiply",
|
|
81
|
+
description: "One-click leveraged vaults enabling up to 10x exposure on yield-bearing assets by automatically looping deposits and borrows.",
|
|
77
82
|
};
|
|
78
83
|
exports.limitOrderService = {
|
|
79
84
|
id: `${exports.platform.id}-limit-order`,
|
|
80
85
|
name: "Limit Order",
|
|
81
86
|
platformId: exports.platform.id,
|
|
82
87
|
contractsRaw: [exports.limitOrderContract],
|
|
88
|
+
description: "Limit order service allowing users to set buy or sell orders at specific prices that execute automatically when market conditions are met.",
|
|
83
89
|
};
|
|
84
90
|
exports.swapService = {
|
|
85
91
|
id: `${exports.platform.id}-swap`,
|
|
86
92
|
name: "Swap",
|
|
87
93
|
platformId: exports.platform.id,
|
|
88
94
|
contractsRaw: [],
|
|
95
|
+
description: "Token swap interface aggregating liquidity from multiple DEXs to find optimal trade routes and minimize slippage.",
|
|
89
96
|
};
|
|
90
97
|
exports.liquidityService = {
|
|
91
98
|
id: `${exports.platform.id}-liquidity`,
|
|
92
99
|
name: "Liquidity",
|
|
93
100
|
platformId: exports.platform.id,
|
|
94
101
|
contractsRaw: [poolsContract, exports.vaultContract],
|
|
102
|
+
link: "https://app.kamino.finance/liquidity",
|
|
103
|
+
description: "Automated liquidity vaults that manage concentrated liquidity positions with auto-rebalancing and auto-compounding of fees.",
|
|
95
104
|
};
|
|
96
105
|
const farmService = {
|
|
97
106
|
id: `${exports.platform.id}-farm`,
|
|
98
107
|
name: "Farm",
|
|
99
108
|
platformId: exports.platform.id,
|
|
100
109
|
contractsRaw: [farmContract],
|
|
110
|
+
description: "Yield farming program distributing additional token rewards to liquidity providers who stake their vault shares.",
|
|
101
111
|
};
|
|
102
112
|
exports.vaultLeverageService = {
|
|
103
113
|
id: `${exports.platform.id}-leverage`,
|
|
104
114
|
name: "Leverage",
|
|
105
115
|
platformId: exports.platform.id,
|
|
106
116
|
contractsRaw: [leverageOnVaultContract],
|
|
117
|
+
description: "Leverage service enabling users to amplify their exposure to liquidity vault positions through flash loan-powered loops.",
|
|
107
118
|
};
|
|
108
119
|
exports.airdropService = {
|
|
109
120
|
id: `${exports.platform.id}-airdrop`,
|
|
110
121
|
name: "Airdrop",
|
|
111
122
|
platformId: exports.platform.id,
|
|
112
123
|
contractsRaw: [airdropContract],
|
|
124
|
+
description: "KMNO token distribution program for early adopters and active protocol users.",
|
|
113
125
|
};
|
|
114
126
|
exports.services = [
|
|
115
127
|
exports.scopePriceService,
|
|
@@ -36,11 +36,13 @@ exports.service = {
|
|
|
36
36
|
name: "Locker",
|
|
37
37
|
platformId: exports.platform.id,
|
|
38
38
|
contractsRaw: [contract],
|
|
39
|
+
description: "Token locking mechanism allowing users to lock LFNTY for veLFNTY to earn protocol fees and participate in governance voting.",
|
|
39
40
|
};
|
|
40
41
|
exports.rewarderService = {
|
|
41
42
|
id: `${exports.platform.id}-Reward`,
|
|
42
43
|
name: "Reward",
|
|
43
44
|
platformId: exports.platform.id,
|
|
44
45
|
contractsRaw: [rewarderContract],
|
|
46
|
+
description: "Rewards distribution contract allocating trading fees and incentives to veLFNTY holders and liquidity providers.",
|
|
45
47
|
};
|
|
46
48
|
exports.services = [exports.service, exports.rewarderService];
|
|
@@ -27,14 +27,17 @@ const creditBookContract = {
|
|
|
27
27
|
};
|
|
28
28
|
exports.service = {
|
|
29
29
|
id: "loopscale-lending",
|
|
30
|
-
name: "
|
|
30
|
+
name: "Lending",
|
|
31
31
|
platformId: exports.platform.id,
|
|
32
32
|
contractsRaw: [contract],
|
|
33
|
+
link: "https://app.loopscale.com/",
|
|
34
|
+
description: "Order-book based lending protocol matching borrowers and lenders directly for customizable fixed-rate loans with isolated risk markets.",
|
|
33
35
|
};
|
|
34
36
|
exports.creditBookService = {
|
|
35
37
|
id: "loopscale-creditbook",
|
|
36
38
|
name: "CreditBook",
|
|
37
39
|
platformId: exports.platform.id,
|
|
38
40
|
contractsRaw: [creditBookContract],
|
|
41
|
+
description: "Limit Creditbook marketplace grouping similar loan orders into standardized categories for concentrated liquidity and efficient matching.",
|
|
39
42
|
};
|
|
40
43
|
exports.services = [exports.service, exports.creditBookService];
|
|
@@ -66,12 +66,14 @@ exports.escrowService = {
|
|
|
66
66
|
name: "MarketPlace V2",
|
|
67
67
|
platformId: exports.platform.id,
|
|
68
68
|
contractsRaw: [escrowContract],
|
|
69
|
+
description: "NFT marketplace escrow system managing secure token transfers between buyers and sellers.",
|
|
69
70
|
};
|
|
70
71
|
exports.stakingService = {
|
|
71
72
|
id: `${exports.platform.id}-staking`,
|
|
72
73
|
name: "Staking",
|
|
73
74
|
platformId: exports.platform.id,
|
|
74
75
|
contractsRaw: [stakingContract],
|
|
76
|
+
description: "Token staking program allowing ME holders to lock tokens for governance voting power and earn protocol rewards.",
|
|
75
77
|
};
|
|
76
78
|
exports.auctionV1Service = {
|
|
77
79
|
id: `${exports.platform.id}-auction-v1`,
|
|
@@ -90,24 +92,29 @@ exports.cnftService = {
|
|
|
90
92
|
name: "cNFT",
|
|
91
93
|
platformId: exports.platform.id,
|
|
92
94
|
contractsRaw: [cnftContract],
|
|
95
|
+
description: "Compressed NFT trading infrastructure enabling low-cost transactions for large-scale NFT collections using state compression technology.",
|
|
93
96
|
};
|
|
94
97
|
exports.launchpadService = {
|
|
95
98
|
id: `${exports.platform.id}-launchpad`,
|
|
96
99
|
name: "Launchpad",
|
|
97
100
|
platformId: exports.platform.id,
|
|
98
101
|
contractsRaw: [candyMachineContract],
|
|
102
|
+
link: "https://magiceden.io/launchpad",
|
|
103
|
+
description: "NFT launch platform powered by Candy Machine, enabling creators to mint and distribute new NFT collections with customizable parameters.",
|
|
99
104
|
};
|
|
100
105
|
exports.ammService = {
|
|
101
106
|
id: `${exports.platform.id}-amm`,
|
|
102
107
|
name: "AMM",
|
|
103
108
|
platformId: exports.platform.id,
|
|
104
109
|
contractsRaw: [ammContract],
|
|
110
|
+
description: "NFT AMM pools enabling instant liquidity for collections, allowing users to buy and sell NFTs against bonding curve-based pools.",
|
|
105
111
|
};
|
|
106
112
|
exports.airdropService = {
|
|
107
113
|
id: `${exports.platform.id}-airdrop`,
|
|
108
114
|
name: "Airdrop",
|
|
109
115
|
platformId: exports.platform.id,
|
|
110
116
|
contractsRaw: [airdropContract, distributionContract],
|
|
117
|
+
description: "ME token distribution program for marketplace users and NFT traders.",
|
|
111
118
|
};
|
|
112
119
|
exports.services = [
|
|
113
120
|
exports.escrowService,
|
package/dist/platforms/magna.js
CHANGED
|
@@ -28,11 +28,14 @@ exports.airdropService = {
|
|
|
28
28
|
name: "Vesting Airdrop",
|
|
29
29
|
platformId: exports.platform.id,
|
|
30
30
|
contractsRaw: [airdropContract],
|
|
31
|
+
description: "Token distribution with vesting schedules enabling projects to conduct airdrops with customizable unlock periods and cliff dates.",
|
|
31
32
|
};
|
|
32
33
|
exports.service = {
|
|
33
34
|
id: `${exports.platform.id}-core`,
|
|
34
35
|
name: "Asset Management",
|
|
35
36
|
platformId: exports.platform.id,
|
|
36
37
|
contractsRaw: [maintContract],
|
|
38
|
+
link: "https://www.magna.so/",
|
|
39
|
+
description: "Token management platform for cap table tracking, vesting automation, and custody solutions across multiple chains.",
|
|
37
40
|
};
|
|
38
41
|
exports.services = [exports.airdropService, exports.service];
|
package/dist/platforms/mango.js
CHANGED
|
@@ -37,18 +37,21 @@ exports.airdropService = {
|
|
|
37
37
|
name: "Markets V4",
|
|
38
38
|
platformId: exports.platform.id,
|
|
39
39
|
contractsRaw: [marketsContract],
|
|
40
|
+
description: "Unified trading interface for perpetuals, spot trading, and borrowing with cross-collateralized margin accounts.",
|
|
40
41
|
};
|
|
41
42
|
exports.redeemService = {
|
|
42
43
|
id: `${exports.platform.id}-redeem`,
|
|
43
44
|
name: "Markets & Redeem V3",
|
|
44
45
|
platformId: exports.platform.id,
|
|
45
46
|
contractsRaw: [redeemContract],
|
|
47
|
+
description: "Legacy V3 markets and token redemption for migrating positions and claiming funds from deprecated contracts.",
|
|
46
48
|
};
|
|
47
49
|
exports.boostService = {
|
|
48
50
|
id: `${exports.platform.id}-boost`,
|
|
49
51
|
name: "Boost",
|
|
50
52
|
platformId: exports.platform.id,
|
|
51
53
|
contractsRaw: [boostContract],
|
|
54
|
+
description: "Leveraged staking product enabling amplified exposure to yield-bearing assets through automated borrowing loops.",
|
|
52
55
|
};
|
|
53
56
|
exports.services = [
|
|
54
57
|
exports.airdropService,
|
|
@@ -27,5 +27,7 @@ exports.service = {
|
|
|
27
27
|
name: "Lending",
|
|
28
28
|
platformId: exports.platform.id,
|
|
29
29
|
contractsRaw: [contract],
|
|
30
|
+
link: "https://app.marginfi.com/",
|
|
31
|
+
description: "Overcollateralized lending and borrowing protocol with isolated risk pools, enabling users to supply assets to earn yield and borrow against their collateral.",
|
|
30
32
|
};
|
|
31
33
|
exports.services = [exports.service];
|
|
@@ -35,6 +35,7 @@ exports.service = {
|
|
|
35
35
|
name: "Ticket",
|
|
36
36
|
platformId: exports.platform.id,
|
|
37
37
|
contractsRaw: [contract],
|
|
38
|
+
description: "Delayed unstaking ticket system for converting mSOL back to SOL at a 1:1 ratio after the standard unstaking period.",
|
|
38
39
|
};
|
|
39
40
|
exports.airdropService = {
|
|
40
41
|
id: `${exports.platform.id}-airdrop`,
|
|
@@ -47,6 +48,8 @@ exports.nativeStakeService = {
|
|
|
47
48
|
name: "Native Stake",
|
|
48
49
|
platformId: exports.platform.id,
|
|
49
50
|
contractsRaw: [],
|
|
51
|
+
link: "https://marinade.finance/app/native/",
|
|
52
|
+
description: "Non-custodial native staking service that delegates SOL directly to validators selected by an automated strategy promoting network decentralization.",
|
|
50
53
|
};
|
|
51
54
|
exports.services = [
|
|
52
55
|
exports.service,
|
package/dist/platforms/mayan.js
CHANGED
|
@@ -24,11 +24,13 @@ exports.claimService = {
|
|
|
24
24
|
name: "Claim",
|
|
25
25
|
platformId: exports.platform.id,
|
|
26
26
|
contractsRaw: [exports.swiftContract],
|
|
27
|
+
description: "Redemption service for claiming bridged tokens after cross-chain transfer completion.",
|
|
27
28
|
};
|
|
28
29
|
exports.bridgeService = {
|
|
29
30
|
id: `${exports.platform.id}-bridge`,
|
|
30
31
|
name: "Bridge",
|
|
31
32
|
platformId: exports.platform.id,
|
|
32
33
|
contractsRaw: [],
|
|
34
|
+
description: "Cross-chain token bridge using auction-driven transfers for optimal speed and cost across multiple networks.",
|
|
33
35
|
};
|
|
34
36
|
exports.services = [exports.claimService, exports.bridgeService];
|
|
@@ -52,18 +52,24 @@ exports.cnftService = {
|
|
|
52
52
|
name: "Bubblegum (cNFT)",
|
|
53
53
|
platformId: exports.platform.id,
|
|
54
54
|
contractsRaw: [exports.bubblegumContract],
|
|
55
|
+
link: "https://developers.metaplex.com/bubblegum",
|
|
56
|
+
description: "Compressed NFT standard enabling millions of NFTs to be minted at a fraction of the cost using state compression and merkle trees.",
|
|
55
57
|
};
|
|
56
58
|
exports.metadataService = {
|
|
57
59
|
id: `${exports.platform.id}-metadata`,
|
|
58
60
|
name: "Token Metadata",
|
|
59
61
|
platformId: exports.platform.id,
|
|
60
62
|
contractsRaw: [exports.metaplexContract],
|
|
63
|
+
link: "https://developers.metaplex.com/token-metadata",
|
|
64
|
+
description: "NFT metadata standard attaching rich metadata (name, symbol, URI, royalties) to SPL tokens, forming the foundation for NFTs.",
|
|
61
65
|
};
|
|
62
66
|
exports.coreService = {
|
|
63
67
|
id: `${exports.platform.id}-core`,
|
|
64
68
|
name: "Core",
|
|
65
69
|
platformId: exports.platform.id,
|
|
66
70
|
contractsRaw: [coreContract],
|
|
71
|
+
link: "https://developers.metaplex.com/core",
|
|
72
|
+
description: "Next-generation NFT standard with lower costs and improved performance, featuring a single-account design and native plugin support.",
|
|
67
73
|
};
|
|
68
74
|
exports.candyMachineService = {
|
|
69
75
|
id: `${exports.platform.id}-candy-machine`,
|
|
@@ -80,36 +80,45 @@ exports.stableSwapService = {
|
|
|
80
80
|
name: "Stable Swap",
|
|
81
81
|
platformId: exports.platform.id,
|
|
82
82
|
contractsRaw: [mercurialStableSwap],
|
|
83
|
+
description: "Optimized AMM for swapping between pegged assets like stablecoins and wrapped tokens with minimal slippage and low fees.",
|
|
83
84
|
};
|
|
84
85
|
exports.vaultsService = {
|
|
85
86
|
id: `${exports.platform.id}-vaults`,
|
|
86
87
|
name: "Vaults",
|
|
87
88
|
platformId: exports.platform.id,
|
|
88
89
|
contractsRaw: [meteoraVaults],
|
|
90
|
+
link: "https://app.meteora.ag/vaults",
|
|
91
|
+
description: "Dynamic vaults that automatically allocate deposited assets to lending protocols and liquidity pools to optimize yield generation.",
|
|
89
92
|
};
|
|
90
93
|
exports.poolsService = {
|
|
91
94
|
id: `${exports.platform.id}-pools`,
|
|
92
95
|
name: "Pools",
|
|
93
96
|
platformId: exports.platform.id,
|
|
94
97
|
contractsRaw: [meteoraPools],
|
|
98
|
+
link: "https://app.meteora.ag/pools",
|
|
99
|
+
description: "Standard AMM liquidity pools for token pairs allowing users to provide liquidity and earn trading fees from swaps.",
|
|
95
100
|
};
|
|
96
101
|
exports.farmsService = {
|
|
97
102
|
id: `${exports.platform.id}-farms`,
|
|
98
103
|
name: "Farms",
|
|
99
104
|
platformId: exports.platform.id,
|
|
100
105
|
contractsRaw: [meteoraFarms],
|
|
106
|
+
description: "Yield farming program rewarding liquidity providers with additional token incentives for staking their LP tokens.",
|
|
101
107
|
};
|
|
102
108
|
exports.dlmmService = {
|
|
103
109
|
id: `${exports.platform.id}-dlmm`,
|
|
104
110
|
name: "DLMM",
|
|
105
111
|
platformId: exports.platform.id,
|
|
106
112
|
contractsRaw: [meteoraDlmm],
|
|
113
|
+
link: "https://app.meteora.ag/dlmm",
|
|
114
|
+
description: "Dynamic Liquidity Market Maker using discrete price bins for zero-slippage swaps and dynamic fees that adjust based on market volatility.",
|
|
107
115
|
};
|
|
108
116
|
exports.dlmmVaultsService = {
|
|
109
117
|
id: `${exports.platform.id}-dlmm-vaults`,
|
|
110
118
|
name: "DLMM Vaults",
|
|
111
119
|
platformId: exports.platform.id,
|
|
112
120
|
contractsRaw: [meteoraDlmmVaults],
|
|
121
|
+
description: "Automated vaults that manage DLMM positions, automatically rebalancing liquidity within optimal price ranges to maximize fee earnings.",
|
|
113
122
|
};
|
|
114
123
|
exports.dammV2Service = {
|
|
115
124
|
id: `${exports.platform.id}-damm-v2`,
|
|
@@ -122,24 +131,28 @@ exports.stakingService = {
|
|
|
122
131
|
name: "Staking",
|
|
123
132
|
platformId: exports.platform.id,
|
|
124
133
|
contractsRaw: [m3m3],
|
|
134
|
+
description: "M3M3 staking mechanism that rewards top stakers from memecoin trading fees, creating sustainable incentives for long-term token holders.",
|
|
125
135
|
};
|
|
126
136
|
exports.bondingCurveService = {
|
|
127
137
|
id: `${exports.platform.id}-bonding-curve`,
|
|
128
138
|
name: "Bonding Curve",
|
|
129
139
|
platformId: exports.platform.id,
|
|
130
140
|
contractsRaw: [bondingCurve],
|
|
141
|
+
description: "Token launch infrastructure using bonding curves for price discovery, enabling new tokens to bootstrap liquidity before migrating to standard AMM pools.",
|
|
131
142
|
};
|
|
132
143
|
exports.zapService = {
|
|
133
144
|
id: `${exports.platform.id}-zap`,
|
|
134
145
|
name: "Zap",
|
|
135
146
|
platformId: exports.platform.id,
|
|
136
147
|
contractsRaw: [zap],
|
|
148
|
+
description: "One-click liquidity provision that automatically converts a single token into balanced LP positions, simplifying the deposit process.",
|
|
137
149
|
};
|
|
138
150
|
exports.liquidityAirdropService = {
|
|
139
151
|
id: `${exports.platform.id}-liquidity-airdrop`,
|
|
140
152
|
name: "Liquidity Airdrop",
|
|
141
153
|
platformId: exports.platform.id,
|
|
142
154
|
contractsRaw: [liquidityAirdrop],
|
|
155
|
+
description: "Distribution mechanism for token projects to reward early liquidity providers with airdrops based on their participation in pools.",
|
|
143
156
|
};
|
|
144
157
|
exports.services = [
|
|
145
158
|
exports.stableSwapService,
|
|
@@ -25,6 +25,8 @@ exports.gameService = {
|
|
|
25
25
|
name: "Game",
|
|
26
26
|
platformId: exports.platform.id,
|
|
27
27
|
contractsRaw: [exports.mainContract],
|
|
28
|
+
link: "https://app.moonwalk.fit/",
|
|
29
|
+
description: "Move-to-earn fitness challenges where participants deposit crypto and achieve daily step goals to retain stakes and earn rewards from forfeited pools.",
|
|
28
30
|
};
|
|
29
31
|
exports.airdropService = {
|
|
30
32
|
id: `${exports.platform.id}-airdrop`,
|
|
@@ -42,6 +42,8 @@ exports.strategiesService = {
|
|
|
42
42
|
name: "Strategies",
|
|
43
43
|
platformId: exports.platform.id,
|
|
44
44
|
contractsRaw: [contract],
|
|
45
|
+
link: "https://www.app.neutral.trade/",
|
|
46
|
+
description: "Marketplace of battle-tested quantitative trading strategies including basis trading, funding rate arbitrage, and delta-neutral approaches.",
|
|
45
47
|
};
|
|
46
48
|
exports.vaultsService = {
|
|
47
49
|
id: `${exports.platform.id}-vaults`,
|
|
@@ -52,5 +54,6 @@ exports.vaultsService = {
|
|
|
52
54
|
neutral2VaultsContract,
|
|
53
55
|
neutral3VaultsContract,
|
|
54
56
|
],
|
|
57
|
+
description: "Non-custodial JLP-powered delta-neutral vaults delivering double-digit yields for USDC, SOL, ETH, and wBTC via institutional-grade strategies.",
|
|
55
58
|
};
|
|
56
59
|
exports.services = [exports.strategiesService, exports.vaultsService];
|
package/dist/platforms/nosana.js
CHANGED
|
@@ -26,5 +26,7 @@ exports.stakingService = {
|
|
|
26
26
|
name: "Staking",
|
|
27
27
|
platformId: exports.platform.id,
|
|
28
28
|
contractsRaw: [contract],
|
|
29
|
+
link: "https://app.nosana.io/stake",
|
|
30
|
+
description: "NOS token staking program allowing users to lock tokens and earn rewards while supporting the decentralized GPU compute network.",
|
|
29
31
|
};
|
|
30
32
|
exports.services = [exports.stakingService];
|
|
@@ -43,30 +43,37 @@ exports.service = {
|
|
|
43
43
|
name: "Lend",
|
|
44
44
|
platformId: exports.platform.id,
|
|
45
45
|
contractsRaw: [contract],
|
|
46
|
+
link: "https://app.nxfinance.io/lend",
|
|
47
|
+
description: "Lending market allowing users to supply assets to earn interest or borrow against their collateral with dynamic rates.",
|
|
46
48
|
};
|
|
47
49
|
exports.leverageService = {
|
|
48
50
|
id: `${exports.platform.id}-leverage`,
|
|
49
51
|
name: "Leverage",
|
|
50
52
|
platformId: exports.platform.id,
|
|
51
53
|
contractsRaw: [leverageContract],
|
|
54
|
+
link: "https://app.nxfinance.io/leverage",
|
|
55
|
+
description: "Leveraged position management enabling users to amplify exposure to yield-bearing assets through automated borrowing loops.",
|
|
52
56
|
};
|
|
53
57
|
exports.vaultsService = {
|
|
54
58
|
id: `${exports.platform.id}-vaults`,
|
|
55
59
|
name: "Vaults",
|
|
56
60
|
platformId: exports.platform.id,
|
|
57
61
|
contractsRaw: [vaultsContract],
|
|
62
|
+
description: "Automated yield vaults managing strategies to optimize returns on deposited assets through various DeFi protocols.",
|
|
58
63
|
};
|
|
59
64
|
exports.stakingService = {
|
|
60
65
|
id: `${exports.platform.id}-staking`,
|
|
61
66
|
name: "Staking",
|
|
62
67
|
platformId: exports.platform.id,
|
|
63
68
|
contractsRaw: [stakingContract],
|
|
69
|
+
description: "Token staking program enabling users to lock tokens for governance participation and protocol fee sharing.",
|
|
64
70
|
};
|
|
65
71
|
exports.airdropService = {
|
|
66
72
|
id: `${exports.platform.id}-airdrop`,
|
|
67
73
|
name: "Airdrop",
|
|
68
74
|
platformId: exports.platform.id,
|
|
69
75
|
contractsRaw: [airdropContract],
|
|
76
|
+
description: "Token distribution program for protocol governance tokens to early users and participants.",
|
|
70
77
|
};
|
|
71
78
|
exports.services = [
|
|
72
79
|
exports.service,
|
package/dist/platforms/okx.js
CHANGED
|
@@ -26,6 +26,7 @@ exports.aggregatorService = {
|
|
|
26
26
|
name: "Aggregator",
|
|
27
27
|
platformId: exports.platform.id,
|
|
28
28
|
contractsRaw: [aggregator],
|
|
29
|
+
description: "DEX aggregator finding optimal swap routes across multiple liquidity sources for best execution prices.",
|
|
29
30
|
};
|
|
30
31
|
exports.aggregatorV6Service = {
|
|
31
32
|
id: `${exports.platform.id}-aggregator-v6`,
|
package/dist/platforms/orca.js
CHANGED
|
@@ -46,24 +46,30 @@ exports.poolsService = {
|
|
|
46
46
|
name: "Pools",
|
|
47
47
|
platformId: exports.platform.id,
|
|
48
48
|
contractsRaw: [pools],
|
|
49
|
+
link: "https://www.orca.so/pools",
|
|
50
|
+
description: "Standard AMM liquidity pools using the constant product model, allowing users to provide liquidity across the full price range and earn trading fees from swaps.",
|
|
49
51
|
};
|
|
50
52
|
exports.farmsService = {
|
|
51
53
|
id: `${exports.platform.id}-farms`,
|
|
52
54
|
name: "Aqua Farms",
|
|
53
55
|
platformId: exports.platform.id,
|
|
54
56
|
contractsRaw: [aquaFarms],
|
|
57
|
+
description: "Yield farming program that rewards liquidity providers with additional token incentives on top of trading fees for participating in selected pools.",
|
|
55
58
|
};
|
|
56
59
|
exports.whirlpoolsService = {
|
|
57
60
|
id: `${exports.platform.id}-whirlpools`,
|
|
58
61
|
name: "Whirlpools",
|
|
59
62
|
platformId: exports.platform.id,
|
|
60
63
|
contractsRaw: [whirlpool],
|
|
64
|
+
link: "https://www.orca.so/pools",
|
|
65
|
+
description: "Concentrated liquidity pools allowing liquidity providers to allocate capital within custom price ranges for improved capital efficiency and higher fee earnings.",
|
|
61
66
|
};
|
|
62
67
|
exports.stakingService = {
|
|
63
68
|
id: `${exports.platform.id}-staking`,
|
|
64
69
|
name: "Staking",
|
|
65
70
|
platformId: exports.platform.id,
|
|
66
71
|
contractsRaw: [staking],
|
|
72
|
+
description: "Token staking program allowing users to lock their governance tokens to participate in protocol governance and earn staking rewards.",
|
|
67
73
|
};
|
|
68
74
|
exports.services = [
|
|
69
75
|
exports.poolsService,
|
|
@@ -36,14 +36,17 @@ const stakingContract2 = {
|
|
|
36
36
|
};
|
|
37
37
|
exports.mainService = {
|
|
38
38
|
id: `${exports.platform.id}-main`,
|
|
39
|
-
name: "
|
|
39
|
+
name: "Trading",
|
|
40
40
|
platformId: exports.platform.id,
|
|
41
41
|
contractsRaw: [contract],
|
|
42
|
+
link: "https://orderly.network/",
|
|
43
|
+
description: "Omnichain CLOB infrastructure providing shared liquidity orderbook trading across 18+ blockchains for perpetuals DEX builders.",
|
|
42
44
|
};
|
|
43
45
|
exports.stakingService = {
|
|
44
46
|
id: `${exports.platform.id}-staking`,
|
|
45
47
|
name: "Staking",
|
|
46
48
|
platformId: exports.platform.id,
|
|
47
49
|
contractsRaw: [stakingContract, stakingContract2],
|
|
50
|
+
description: "ORDER token staking granting ownership of the Orderly treasury funded by 60% of protocol revenue and cross-chain reward claiming.",
|
|
48
51
|
};
|
|
49
52
|
exports.services = [exports.mainService, exports.stakingService];
|
|
@@ -41,6 +41,7 @@ exports.service = {
|
|
|
41
41
|
name: "Mining",
|
|
42
42
|
platformId: exports.platform.id,
|
|
43
43
|
contractsRaw: [contract],
|
|
44
|
+
description: "Proof-of-work mining pools allowing users to contribute hash power and earn ORE token rewards.",
|
|
44
45
|
};
|
|
45
46
|
exports.v1Service = {
|
|
46
47
|
id: `${exports.platform.id}-v1`,
|
package/dist/platforms/oro.js
CHANGED
|
@@ -27,11 +27,13 @@ exports.stakingService = {
|
|
|
27
27
|
name: "Staking",
|
|
28
28
|
platformId: exports.platform.id,
|
|
29
29
|
contractsRaw: [staking],
|
|
30
|
+
description: "Token staking for earning yield rewards and participating in protocol governance.",
|
|
30
31
|
};
|
|
31
32
|
exports.coreService = {
|
|
32
33
|
id: `${exports.platform.id}-core`,
|
|
33
34
|
name: "Core",
|
|
34
35
|
platformId: exports.platform.id,
|
|
35
36
|
contractsRaw: [core],
|
|
37
|
+
description: "Core protocol infrastructure managing yield strategies and asset allocation.",
|
|
36
38
|
};
|
|
37
39
|
exports.services = [exports.stakingService, exports.coreService];
|
package/dist/platforms/parcl.js
CHANGED
|
@@ -37,12 +37,15 @@ exports.mainService = {
|
|
|
37
37
|
name: "Liquidity & Trading",
|
|
38
38
|
platformId: exports.platform.id,
|
|
39
39
|
contractsRaw: [mainContract],
|
|
40
|
+
link: "https://app.parcl.co/",
|
|
41
|
+
description: "Perpetual trading platform for real estate price indices, allowing users to go long or short on city housing markets with leverage.",
|
|
40
42
|
};
|
|
41
43
|
exports.stakingService = {
|
|
42
44
|
id: `${exports.platform.id}-staking`,
|
|
43
45
|
name: "Staking",
|
|
44
46
|
platformId: exports.platform.id,
|
|
45
47
|
contractsRaw: [stakingContract],
|
|
48
|
+
description: "Token staking program allowing users to lock PRCL tokens to earn rewards and participate in protocol governance.",
|
|
46
49
|
};
|
|
47
50
|
exports.airdropService = {
|
|
48
51
|
id: `${exports.platform.id}-airdrop`,
|
|
@@ -26,5 +26,7 @@ exports.marketService = {
|
|
|
26
26
|
name: "Market",
|
|
27
27
|
platformId: exports.platform.id,
|
|
28
28
|
contractsRaw: [contract],
|
|
29
|
+
link: "https://www.phoenix.trade/",
|
|
30
|
+
description: "On-chain central limit order book enabling traders to place limit and market orders with full price-time priority matching.",
|
|
29
31
|
};
|
|
30
32
|
exports.services = [exports.marketService];
|
package/dist/platforms/pyth.js
CHANGED
|
@@ -42,18 +42,22 @@ exports.stakingService = {
|
|
|
42
42
|
name: "Staking",
|
|
43
43
|
platformId: exports.platform.id,
|
|
44
44
|
contractsRaw: [contract],
|
|
45
|
+
link: "https://staking.pyth.network/",
|
|
46
|
+
description: "PYTH token staking enabling holders to participate in data validation, earn rewards, and contribute to oracle network security.",
|
|
45
47
|
};
|
|
46
48
|
exports.governanceService = {
|
|
47
49
|
id: `${exports.platform.id}-governance`,
|
|
48
50
|
name: "Governance",
|
|
49
51
|
platformId: exports.platform.id,
|
|
50
52
|
contractsRaw: [governanceContract],
|
|
53
|
+
description: "On-chain governance system allowing PYTH stakers to vote on protocol improvements, parameter changes, and network upgrades.",
|
|
51
54
|
};
|
|
52
55
|
exports.expressRelayService = {
|
|
53
56
|
id: `${exports.platform.id}-express-relay`,
|
|
54
57
|
name: "Express Relay",
|
|
55
58
|
platformId: exports.platform.id,
|
|
56
59
|
contractsRaw: [exports.expressRelayContract],
|
|
60
|
+
description: "MEV protection service routing liquidation and arbitrage opportunities to a competitive auction, returning value to DeFi protocols and users.",
|
|
57
61
|
};
|
|
58
62
|
exports.airdropService = {
|
|
59
63
|
id: `${exports.platform.id}-airdrop`,
|
package/dist/platforms/quarry.js
CHANGED
|
@@ -38,24 +38,28 @@ exports.minerService = {
|
|
|
38
38
|
name: "Miner",
|
|
39
39
|
platformId: exports.platform.id,
|
|
40
40
|
contractsRaw: [contract],
|
|
41
|
+
description: "Liquidity mining program for staking LP tokens and earning protocol token rewards.",
|
|
41
42
|
};
|
|
42
43
|
exports.mergeMinerService = {
|
|
43
44
|
id: `${exports.platform.id}-merge-miner`,
|
|
44
45
|
name: "Merge Miner",
|
|
45
46
|
platformId: exports.platform.id,
|
|
46
47
|
contractsRaw: [mergeContract],
|
|
48
|
+
description: "Combined mining allowing single LP token staking to earn rewards from multiple quarries simultaneously.",
|
|
47
49
|
};
|
|
48
50
|
exports.redeemService = {
|
|
49
51
|
id: `${exports.platform.id}-redeemer`,
|
|
50
52
|
name: "Redeemer",
|
|
51
53
|
platformId: exports.platform.id,
|
|
52
54
|
contractsRaw: [redeemContract],
|
|
55
|
+
description: "Token redemption system for converting IOU tokens into underlying reward tokens.",
|
|
53
56
|
};
|
|
54
57
|
exports.registryService = {
|
|
55
58
|
id: `${exports.platform.id}-registry`,
|
|
56
59
|
name: "Registry",
|
|
57
60
|
platformId: exports.platform.id,
|
|
58
61
|
contractsRaw: [registryContract],
|
|
62
|
+
description: "On-chain registry tracking all quarries and their configurations for protocol-wide discovery.",
|
|
59
63
|
};
|
|
60
64
|
exports.services = [
|
|
61
65
|
exports.minerService,
|
package/dist/platforms/rain.js
CHANGED
|
@@ -42,24 +42,29 @@ exports.defiService = {
|
|
|
42
42
|
name: "Lending",
|
|
43
43
|
platformId: exports.platform.id,
|
|
44
44
|
contractsRaw: [contractDefiLending],
|
|
45
|
+
link: "https://rain.fi/",
|
|
46
|
+
description: "Peer-to-peer token lending allowing users to create or accept loan offers with customizable terms, rates, and collateral requirements.",
|
|
45
47
|
};
|
|
46
48
|
exports.nftService = {
|
|
47
49
|
id: "rain-nft-lending",
|
|
48
50
|
name: "NFT Lending",
|
|
49
51
|
platformId: exports.platform.id,
|
|
50
52
|
contractsRaw: [contractNftLending],
|
|
53
|
+
description: "NFT-collateralized lending enabling users to borrow against NFT assets with peer-to-peer loan offers and flexible repayment terms.",
|
|
51
54
|
};
|
|
52
55
|
exports.vaultsService = {
|
|
53
56
|
id: "rain-vaults",
|
|
54
57
|
name: "Vaults",
|
|
55
58
|
platformId: exports.platform.id,
|
|
56
59
|
contractsRaw: [contractBank],
|
|
60
|
+
description: "Lending vaults aggregating depositor funds to automatically fulfill loan requests and earn passive yield from interest payments.",
|
|
57
61
|
};
|
|
58
62
|
exports.liquidService = {
|
|
59
63
|
id: "rain-vaults-liquid",
|
|
60
64
|
name: "Liquid",
|
|
61
65
|
platformId: exports.platform.id,
|
|
62
66
|
contractsRaw: [liquidContract],
|
|
67
|
+
description: "Liquid staking product providing receipt tokens for vault deposits, enabling users to maintain liquidity while earning lending yields.",
|
|
63
68
|
};
|
|
64
69
|
exports.services = [
|
|
65
70
|
exports.defiService,
|