@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.
Files changed (85) hide show
  1. package/dist/platforms/1inch.js +2 -0
  2. package/dist/platforms/accessprotocol.js +2 -0
  3. package/dist/platforms/adrena.js +2 -0
  4. package/dist/platforms/allbridge.js +3 -0
  5. package/dist/platforms/alldomains.js +2 -0
  6. package/dist/platforms/atrix.js +2 -0
  7. package/dist/platforms/banx.js +3 -0
  8. package/dist/platforms/bio.js +5 -2
  9. package/dist/platforms/bonfida.js +4 -0
  10. package/dist/platforms/bonkrewards.js +6 -0
  11. package/dist/platforms/bouncebit.js +3 -0
  12. package/dist/platforms/byreal.js +6 -0
  13. package/dist/platforms/carrot.js +3 -0
  14. package/dist/platforms/circle.js +5 -2
  15. package/dist/platforms/cropper.js +2 -0
  16. package/dist/platforms/debridge.js +5 -0
  17. package/dist/platforms/defituna.js +5 -0
  18. package/dist/platforms/drift.js +5 -0
  19. package/dist/platforms/drip.js +3 -0
  20. package/dist/platforms/ensofi.js +7 -2
  21. package/dist/platforms/famousfoxfederation.js +4 -0
  22. package/dist/platforms/fragmetric.js +2 -0
  23. package/dist/platforms/francium.js +2 -0
  24. package/dist/platforms/futarchy.js +4 -0
  25. package/dist/platforms/goosefx.js +3 -0
  26. package/dist/platforms/graphite.js +3 -0
  27. package/dist/platforms/grass.js +2 -0
  28. package/dist/platforms/hastra.js +3 -0
  29. package/dist/platforms/helio.js +1 -0
  30. package/dist/platforms/huma.js +5 -0
  31. package/dist/platforms/hylo.js +3 -0
  32. package/dist/platforms/jito.js +4 -0
  33. package/dist/platforms/jupiter-exchange.js +5 -0
  34. package/dist/platforms/jupiter-governance.js +2 -0
  35. package/dist/platforms/jupiter-launchpad.js +2 -0
  36. package/dist/platforms/kamino.js +12 -0
  37. package/dist/platforms/lifinity.js +2 -0
  38. package/dist/platforms/loopscale.js +4 -1
  39. package/dist/platforms/magiceden.js +7 -0
  40. package/dist/platforms/magna.js +3 -0
  41. package/dist/platforms/mango.js +3 -0
  42. package/dist/platforms/marginfi.js +2 -0
  43. package/dist/platforms/marinade.js +3 -0
  44. package/dist/platforms/mayan.js +2 -0
  45. package/dist/platforms/metaplex.js +6 -0
  46. package/dist/platforms/meteora.js +13 -0
  47. package/dist/platforms/moonwalk.js +2 -0
  48. package/dist/platforms/neutral.js +3 -0
  49. package/dist/platforms/nosana.js +2 -0
  50. package/dist/platforms/nxfinance.js +7 -0
  51. package/dist/platforms/okx.js +1 -0
  52. package/dist/platforms/orca.js +6 -0
  53. package/dist/platforms/orderly.js +4 -1
  54. package/dist/platforms/oresupply.js +1 -0
  55. package/dist/platforms/oro.js +2 -0
  56. package/dist/platforms/parcl.js +3 -0
  57. package/dist/platforms/phoenix.js +2 -0
  58. package/dist/platforms/pyth.js +4 -0
  59. package/dist/platforms/quarry.js +4 -0
  60. package/dist/platforms/rain.js +5 -0
  61. package/dist/platforms/raydium.js +9 -0
  62. package/dist/platforms/relay.js +4 -1
  63. package/dist/platforms/saber.js +2 -0
  64. package/dist/platforms/sanctum.js +7 -0
  65. package/dist/platforms/save.js +4 -0
  66. package/dist/platforms/sendit.js +3 -0
  67. package/dist/platforms/sharky.js +2 -0
  68. package/dist/platforms/solana.js +10 -0
  69. package/dist/platforms/solanart.js +3 -0
  70. package/dist/platforms/solayer.js +7 -0
  71. package/dist/platforms/solcasino.js +2 -0
  72. package/dist/platforms/solstice.js +6 -1
  73. package/dist/platforms/squads.js +2 -0
  74. package/dist/platforms/stabble.js +5 -0
  75. package/dist/platforms/streamflow.js +6 -0
  76. package/dist/platforms/tensor.js +6 -0
  77. package/dist/platforms/tribeca.js +3 -0
  78. package/dist/platforms/tulip.js +4 -0
  79. package/dist/platforms/underdog.js +3 -0
  80. package/dist/platforms/uxd.js +3 -1
  81. package/dist/platforms/vidar.js +5 -0
  82. package/dist/platforms/wormhole.js +5 -0
  83. package/dist/platforms/zeta.js +3 -0
  84. package/dist/platforms/zeus.js +7 -0
  85. package/package.json +1 -1
@@ -35,11 +35,13 @@ const whitelistService = {
35
35
  name: "Whitelist Service",
36
36
  platformId: exports.platform.id,
37
37
  contractsRaw: [whitelistContract],
38
+ description: "Resolver validation service managing approved addresses for cross-chain transaction execution.",
38
39
  };
39
40
  exports.crossCHainService = {
40
41
  id: `${exports.platform.id}-cross-chain-escrow`,
41
42
  name: "Cross-Chain Escrow",
42
43
  platformId: exports.platform.id,
43
44
  contractsRaw: [sourceContract, destinationContract],
45
+ description: "Cross-chain swap escrow handling atomic token exchanges between networks with source and destination contracts.",
44
46
  };
45
47
  exports.services = [whitelistService, exports.crossCHainService];
@@ -27,5 +27,7 @@ exports.service = {
27
27
  name: "Staking",
28
28
  platformId: exports.platform.id,
29
29
  contractsRaw: [contract],
30
+ link: "https://hub.accessprotocol.co/",
31
+ description: "Stake-for-access mechanism allowing users to stake ACS tokens to unlock premium content and services from creators and publishers.",
30
32
  };
31
33
  exports.services = [exports.service];
@@ -30,5 +30,7 @@ exports.service = {
30
30
  name: "Core",
31
31
  platformId: exports.platform.id,
32
32
  contractsRaw: [contract],
33
+ link: "https://app.adrena.xyz/trade",
34
+ description: "Perpetual futures trading with up to 100x leverage, zero price impact, and non-custodial execution using Pyth oracle for real-time pricing.",
33
35
  };
34
36
  exports.services = [exports.service];
@@ -33,11 +33,14 @@ exports.service = {
33
33
  name: "Bridge",
34
34
  platformId: exports.platform.id,
35
35
  contractsRaw: [contract],
36
+ link: "https://core.allbridge.io/",
37
+ description: "Cross-chain bridge enabling seamless transfers of stablecoins and native assets between multiple blockchain networks with minimal fees.",
36
38
  };
37
39
  exports.stakingService = {
38
40
  id: `${exports.platform.id}-staking`,
39
41
  name: "Staking",
40
42
  platformId: exports.platform.id,
41
43
  contractsRaw: [stakingContract],
44
+ description: "Liquidity pool staking allowing users to provide assets for bridge liquidity and earn fees from cross-chain transfers.",
42
45
  };
43
46
  exports.services = [exports.service, exports.stakingService];
@@ -37,11 +37,13 @@ const nameHouseService = {
37
37
  name: "Name House",
38
38
  platformId: exports.platform.id,
39
39
  contractsRaw: [nameHouseContract],
40
+ description: "Domain registry and management system for organizing and resolving registered domain names.",
40
41
  };
41
42
  exports.nameService = {
42
43
  id: `${exports.platform.id}-name-service`,
43
44
  name: "Name Service",
44
45
  platformId: exports.platform.id,
45
46
  contractsRaw: [contract, coSignerContract],
47
+ description: "Domain registration and TLD creation service enabling users to mint custom domain names as NFTs.",
46
48
  };
47
49
  exports.services = [nameHouseService, exports.nameService];
@@ -30,11 +30,13 @@ exports.farmService = {
30
30
  name: "Farms",
31
31
  platformId: exports.platform.id,
32
32
  contractsRaw: [farmContract],
33
+ description: "Yield farming program for staking LP tokens to earn additional token rewards.",
33
34
  };
34
35
  exports.poolService = {
35
36
  id: `${exports.platform.id}-pool`,
36
37
  name: "Pools",
37
38
  platformId: exports.platform.id,
38
39
  contractsRaw: [poolContract],
40
+ description: "AMM liquidity pools enabling token swaps and liquidity provision with automated market making.",
39
41
  };
40
42
  exports.services = [exports.farmService, exports.poolService];
@@ -37,12 +37,15 @@ exports.bondsService = {
37
37
  name: "Bonds",
38
38
  platformId: exports.platform.id,
39
39
  contractsRaw: [exports.bondsContract],
40
+ link: "https://banx.gg/",
41
+ description: "Perpetual loans on NFTs and tokens using a bonds mechanism with no expiration dates and protection against price-based liquidations.",
40
42
  };
41
43
  exports.vaultsService = {
42
44
  id: "banx-vaults",
43
45
  name: "Vaults",
44
46
  platformId: exports.platform.id,
45
47
  contractsRaw: [vaultsContract],
48
+ description: "Lending vaults where users deposit SOL to fund loans and earn yield from interest paid by borrowers.",
46
49
  };
47
50
  exports.airdropService = {
48
51
  id: "banx-airdrop",
@@ -31,11 +31,14 @@ exports.service = {
31
31
  name: "Fundraising",
32
32
  platformId: exports.platform.id,
33
33
  contractsRaw: [contract],
34
+ link: "https://www.bio.xyz/launchpad",
35
+ description: "Permissionless launchpad enabling global communities to fund and co-own new drugs and therapeutics through BioDAO token generation events.",
34
36
  };
35
37
  exports.serviceDao = {
36
- id: `${exports.platform.id}-Curatiing`,
37
- name: "Curatiing",
38
+ id: `${exports.platform.id}-curating`,
39
+ name: "Curating",
38
40
  platformId: exports.platform.id,
39
41
  contractsRaw: [daoContract],
42
+ description: "BIO token staking and curation system allowing holders to signal support for BioDAOs, access funding whitelists, and earn curation rewards.",
40
43
  };
41
44
  exports.services = [exports.service, exports.serviceDao];
@@ -48,18 +48,22 @@ const airdropService = {
48
48
  name: "Airdrop",
49
49
  platformId: exports.platform.id,
50
50
  contractsRaw: [airdropContract],
51
+ description: "Token distribution program for domain holders and early SNS ecosystem participants.",
51
52
  };
52
53
  const offerService = {
53
54
  id: `${exports.platform.id}-offers`,
54
55
  name: "Offers",
55
56
  platformId: exports.platform.id,
56
57
  contractsRaw: [contract],
58
+ description: "Domain marketplace enabling users to make and accept offers for .sol domain names.",
57
59
  };
58
60
  exports.mainService = {
59
61
  id: `${exports.platform.id}-domaine-name`,
60
62
  name: "Name Service",
61
63
  platformId: exports.platform.id,
62
64
  contractsRaw: [nameServiceContract, registrarContract, recordContract],
65
+ link: "https://www.sns.id/",
66
+ description: "Domain name service allowing users to register human-readable .sol addresses and link them to wallet addresses, social profiles, and on-chain records.",
63
67
  };
64
68
  exports.services = [
65
69
  exports.mainService,
@@ -47,18 +47,23 @@ exports.stakingService = {
47
47
  name: "Staking",
48
48
  platformId: exports.platform.id,
49
49
  contractsRaw: [contract],
50
+ link: "https://bonkrewards.com/stake",
51
+ description: "BONK staking program allowing holders to lock tokens and earn rewards from the BONK Rewards Pool while gaining governance voting rights.",
50
52
  };
51
53
  exports.fireService = {
52
54
  id: `${exports.platform.id}-fire`,
53
55
  name: "Fire",
54
56
  platformId: exports.platform.id,
55
57
  contractsRaw: [fireContract],
58
+ description: "Token burn mechanism enabling the community to permanently remove BONK from circulation through scheduled burns and special events like BURNmas.",
56
59
  };
57
60
  exports.swapService = {
58
61
  id: `${exports.platform.id}-swap`,
59
62
  name: "Swap",
60
63
  platformId: exports.platform.id,
61
64
  contractsRaw: [swapContract],
65
+ link: "https://bonkrewards.com/swap",
66
+ description: "Decentralized exchange for swapping tokens and providing liquidity to AMM pools within the BONK ecosystem.",
62
67
  };
63
68
  exports.bonkMasService = {
64
69
  id: `${exports.platform.id}-bonkmas`,
@@ -71,6 +76,7 @@ exports.daoService = {
71
76
  name: "DAO",
72
77
  platformId: exports.platform.id,
73
78
  contractsRaw: [daoContract],
79
+ description: "Decentralized governance system enabling staked BONK holders to submit proposals and vote on community initiatives, grants, and ecosystem development.",
74
80
  };
75
81
  exports.services = [
76
82
  exports.stakingService,
@@ -37,12 +37,15 @@ exports.service = {
37
37
  name: "CeDeFi",
38
38
  platformId: exports.platform.id,
39
39
  contractsRaw: [contract],
40
+ link: "https://portal.bouncebit.io/cedefi",
41
+ description: "CeDeFi vault offering institutional-grade market-neutral strategies with auto-compounding yields for BTC, ETH, SOL, and stablecoins.",
40
42
  };
41
43
  exports.rewardsService = {
42
44
  id: `${exports.platform.id}-cedefi`,
43
45
  name: "Rewards",
44
46
  platformId: exports.platform.id,
45
47
  contractsRaw: [rewardsContract],
48
+ description: "Rewards distribution program for CeDeFi depositors with boosted APY incentives and promotional reward campaigns.",
46
49
  };
47
50
  exports.promoService = {
48
51
  id: `${exports.platform.id}-promo`,
@@ -39,24 +39,30 @@ exports.clmmService = {
39
39
  name: "CLMM",
40
40
  platformId: exports.platform.id,
41
41
  contractsRaw: [clmmContract],
42
+ link: "https://www.byreal.io/pools",
43
+ description: "Concentrated liquidity market maker pools enabling capital-efficient liquidity provision with customizable price ranges.",
42
44
  };
43
45
  exports.resetService = {
44
46
  id: "byreal-reset",
45
47
  name: "Reset Launchpad",
46
48
  platformId: exports.platform.id,
47
49
  contractsRaw: [resetContract],
50
+ description: "Fair token launchpad with Smart Price Ladder and Fairshare Engine for democratized IDO access and transparent price-based allocation.",
48
51
  };
49
52
  exports.routerService = {
50
53
  id: "byreal-router",
51
54
  name: "Router",
52
55
  platformId: exports.platform.id,
53
56
  contractsRaw: [routerContract],
57
+ description: "Smart-routing engine combining CLMM and RFQ mechanisms to find optimal trade paths with minimal slippage.",
54
58
  };
55
59
  exports.rfqService = {
56
60
  id: "byreal-rfq",
57
61
  name: "RFQ",
58
62
  platformId: exports.platform.id,
59
63
  contractsRaw: [rfqContract],
64
+ link: "https://www.byreal.io/swap",
65
+ description: "Request-for-Quote system enabling gasless, zero-slippage trades with MEV protection through CEX liquidity integration.",
60
66
  };
61
67
  exports.services = [
62
68
  exports.clmmService,
@@ -31,11 +31,14 @@ exports.minterService = {
31
31
  name: "Minter",
32
32
  platformId: exports.platform.id,
33
33
  contractsRaw: [minterContract],
34
+ link: "https://deficarrot.com/",
35
+ description: "Stablecoin yield aggregator minting CRT tokens backed by USDC, USDT, and PYUSD deposits earning optimized yields across lending protocols.",
34
36
  };
35
37
  exports.boostService = {
36
38
  id: `${exports.platform.id}-boost`,
37
39
  name: "Boost",
38
40
  platformId: exports.platform.id,
39
41
  contractsRaw: [boostContract],
42
+ description: "Leveraged yield strategy using recursive lending loops to amplify returns on yield-bearing assets within a single transaction.",
40
43
  };
41
44
  exports.services = [exports.minterService, exports.boostService];
@@ -28,14 +28,17 @@ const transmitterContract = {
28
28
  };
29
29
  exports.minterService = {
30
30
  id: `${exports.platform.id}-cctp-minter`,
31
- name: "CCTP",
31
+ name: "CCTP Minter",
32
32
  platformId: exports.platform.id,
33
33
  contractsRaw: [minterContract],
34
+ link: "https://www.circle.com/usdc-multichain/cross-chain-transfer-protocol",
35
+ description: "Cross-Chain Transfer Protocol minting component that creates native USDC on destination chains after cross-chain transfers.",
34
36
  };
35
37
  exports.transmitterService = {
36
38
  id: `${exports.platform.id}-cctp-transmitter`,
37
- name: "CCTP",
39
+ name: "CCTP Transmitter",
38
40
  platformId: exports.platform.id,
39
41
  contractsRaw: [transmitterContract],
42
+ description: "Cross-Chain Transfer Protocol message transmitter handling attestation and verification of cross-chain USDC transfers.",
40
43
  };
41
44
  exports.services = [exports.minterService, exports.transmitterService];
@@ -34,11 +34,13 @@ exports.stakingService = {
34
34
  name: "Staking",
35
35
  platformId: exports.platform.id,
36
36
  contractsRaw: [stakingContract],
37
+ description: "CRP token staking for earning protocol fee share and governance voting rights.",
37
38
  };
38
39
  exports.clmmService = {
39
40
  id: `${exports.platform.id}-liquidity`,
40
41
  name: "Liquidity",
41
42
  platformId: exports.platform.id,
42
43
  contractsRaw: [clmmContract],
44
+ description: "Concentrated liquidity market maker pools enabling capital-efficient liquidity provision with custom price ranges.",
43
45
  };
44
46
  exports.services = [exports.stakingService, exports.clmmService];
@@ -48,12 +48,15 @@ exports.transferService = {
48
48
  name: "Transfer",
49
49
  platformId: exports.platform.id,
50
50
  contractsRaw: [transferContract],
51
+ link: "https://app.debridge.finance/",
52
+ description: "Cross-chain asset transfer service enabling token bridging between blockchains with native liquidity and fast finality.",
51
53
  };
52
54
  exports.vaultService = {
53
55
  id: `${exports.platform.id}-vault`,
54
56
  name: "Vault",
55
57
  platformId: exports.platform.id,
56
58
  contractsRaw: [vaultContract],
59
+ description: "Liquidity vault holding bridged assets, enabling capital-efficient cross-chain transfers without wrapped token overhead.",
57
60
  };
58
61
  exports.airdropService = {
59
62
  id: `${exports.platform.id}-airdrop`,
@@ -66,6 +69,8 @@ exports.dlnService = {
66
69
  name: "DLN",
67
70
  platformId: exports.platform.id,
68
71
  contractsRaw: [sourceContract, destContract],
72
+ link: "https://dln.trade/",
73
+ description: "Decentralized Liquidity Network providing limit order cross-chain trading with guaranteed rates and MEV protection through solver competition.",
69
74
  };
70
75
  exports.services = [
71
76
  exports.transferService,
@@ -35,18 +35,23 @@ exports.defiTunaService = {
35
35
  name: "Lending",
36
36
  platformId: exports.platform.id,
37
37
  contractsRaw: [defiTunaContract],
38
+ link: "https://defituna.com/lending",
39
+ description: "Lending pools enabling users to supply assets for yield or borrow to open leveraged concentrated liquidity positions up to 5x.",
38
40
  };
39
41
  exports.stakingService = {
40
42
  id: "defituna-staking",
41
43
  name: "Staking",
42
44
  platformId: exports.platform.id,
43
45
  contractsRaw: [stakingContract],
46
+ description: "TUNA token staking allowing holders to lock tokens and earn protocol revenue share from trading and lending fees.",
44
47
  };
45
48
  exports.fusionAmmService = {
46
49
  id: "defituna-fusion-amm",
47
50
  name: "Fusion AMM",
48
51
  platformId: exports.platform.id,
49
52
  contractsRaw: [fusionAmmContract],
53
+ link: "https://defituna.com/swap",
54
+ description: "Fusion AMM combining concentrated liquidity with native limit orders for capital-efficient trading and seamless order execution.",
50
55
  };
51
56
  exports.services = [
52
57
  exports.defiTunaService,
@@ -42,12 +42,15 @@ exports.perpsService = {
42
42
  name: "Main",
43
43
  platformId: exports.platform.id,
44
44
  contractsRaw: [contract],
45
+ link: "https://app.drift.trade/",
46
+ description: "Cross-margined perpetual futures trading with up to 10x leverage, combining an on-chain order book with AMM liquidity for deep markets.",
45
47
  };
46
48
  exports.marketMakerService = {
47
49
  id: `${exports.platform.id}-market-maker`,
48
50
  name: "Market Maker",
49
51
  platformId: exports.platform.id,
50
52
  contractsRaw: [proxyContract],
53
+ description: "Just-in-time (JIT) liquidity proxy enabling market makers to provide liquidity and fill orders at optimal prices with reduced latency.",
51
54
  };
52
55
  exports.airdropService = {
53
56
  id: `${exports.platform.id}-airdrop`,
@@ -60,6 +63,8 @@ exports.vaultsService = {
60
63
  name: "Vaults",
61
64
  platformId: exports.platform.id,
62
65
  contractsRaw: [vaultsContract],
66
+ link: "https://app.drift.trade/vaults",
67
+ description: "Managed strategy vaults allowing users to deposit funds and earn yield through automated trading strategies run by professional managers.",
63
68
  };
64
69
  exports.services = [
65
70
  exports.perpsService,
@@ -17,12 +17,15 @@ exports.collectingService = {
17
17
  name: "Collecting",
18
18
  platformId: exports.platform.id,
19
19
  contractsRaw: [],
20
+ link: "https://drip.haus/",
21
+ description: "Free NFT distribution platform using compressed NFT technology to deliver digital art, music, and collectibles to subscribers at near-zero cost.",
20
22
  };
21
23
  exports.creatorRewardsService = {
22
24
  id: `${exports.platform.id}-creator-rewards`,
23
25
  name: "Creator Rewards",
24
26
  platformId: exports.platform.id,
25
27
  contractsRaw: [],
28
+ description: "Droplets-based donation system enabling collectors to directly support creators by minting NFTs and tipping through in-platform currency.",
26
29
  };
27
30
  exports.services = [
28
31
  exports.collectingService,
@@ -33,21 +33,26 @@ const liquidityContract = {
33
33
  };
34
34
  exports.lendingService = {
35
35
  id: `${exports.platform.id}-lending`,
36
- name: "Lending",
36
+ name: "Fixed Lending",
37
37
  platformId: exports.platform.id,
38
38
  contractsRaw: [lendingContract],
39
+ link: "https://app.ensofi.xyz/fixed-lending",
40
+ description: "Peer-to-peer fixed-rate lending market where lenders create custom offers with specified rates and durations for predictable yields.",
39
41
  };
40
42
  exports.lendingFlexService = {
41
43
  id: `${exports.platform.id}-lending-flex`,
42
- name: "Lending",
44
+ name: "Flexible Lending",
43
45
  platformId: exports.platform.id,
44
46
  contractsRaw: [lendingFlexContract],
47
+ link: "https://app.ensofi.xyz/flex-lending",
48
+ description: "Flexible-term lending pools allowing borrowers and lenders to enter and exit positions with variable rates based on utilization.",
45
49
  };
46
50
  exports.liquidityService = {
47
51
  id: `${exports.platform.id}-liquidity`,
48
52
  name: "Liquidity",
49
53
  platformId: exports.platform.id,
50
54
  contractsRaw: [liquidityContract],
55
+ description: "Cross-chain liquidity infrastructure enabling borrowers to access funds and use collateral across multiple blockchains.",
51
56
  };
52
57
  exports.services = [
53
58
  exports.lendingService,
@@ -34,6 +34,8 @@ exports.stakingService = {
34
34
  name: "Staking",
35
35
  platformId: exports.platform.id,
36
36
  contractsRaw: [stakingContract],
37
+ link: "https://famousfoxes.com/stake",
38
+ description: "NFT staking program allowing Fox holders to lock their NFTs and earn daily FOXY token rewards while retaining DAO eligibility.",
37
39
  };
38
40
  exports.mainService = {
39
41
  id: `${exports.platform.id}-tools`,
@@ -46,6 +48,8 @@ exports.missionsService = {
46
48
  name: "Missions",
47
49
  platformId: exports.platform.id,
48
50
  contractsRaw: [missionsContract],
51
+ link: "https://famousfoxes.com/missions",
52
+ description: "Gamified staking feature where Foxes embark on themed adventures to earn Treasury Chests and FAME tokens for cosmetic upgrades.",
49
53
  };
50
54
  exports.services = [
51
55
  exports.stakingService,
@@ -36,6 +36,8 @@ exports.service = {
36
36
  name: "Fragmetric",
37
37
  platformId: exports.platform.id,
38
38
  contractsRaw: [contract],
39
+ link: "https://fragmetric.xyz/",
40
+ description: "Liquid restaking protocol enabling users to restake SOL-based LSTs to secure additional networks while earning enhanced yields through fragSOL.",
39
41
  };
40
42
  exports.airdropService = {
41
43
  id: "fragmetric-airdrop",
@@ -38,11 +38,13 @@ exports.lendingService = {
38
38
  name: "Lending",
39
39
  platformId: exports.platform.id,
40
40
  contractsRaw: [mainContract, lendingContract],
41
+ description: "Lending pools for depositing assets to earn yield or borrowing for leveraged farming positions.",
41
42
  };
42
43
  exports.orcaService = {
43
44
  id: `${exports.platform.id}-orca`,
44
45
  name: "Orca",
45
46
  platformId: exports.platform.id,
46
47
  contractsRaw: [orcaContract],
48
+ description: "Leveraged yield farming strategy using Orca LP positions with automated rebalancing and hedging.",
47
49
  };
48
50
  exports.services = [exports.orcaService, exports.lendingService];
@@ -41,11 +41,15 @@ exports.launchpadService = {
41
41
  name: "Launchpad",
42
42
  platformId: exports.platform.id,
43
43
  contractsRaw: [launchpadContract],
44
+ link: "https://metadao.fi/launchpad",
45
+ description: "Futarchy-governed token launchpad issuing ownership coins with on-chain treasuries and performance-locked team allocations.",
44
46
  };
45
47
  exports.decisionMarketService = {
46
48
  id: "futarchy-decision-market",
47
49
  name: "Decision Market",
48
50
  platformId: exports.platform.id,
49
51
  contractsRaw: [contract, conditionalContract, ammContract],
52
+ link: "https://metadao.fi/",
53
+ description: "Prediction market governance system where proposals pass or fail based on their predicted impact on token price via conditional markets.",
50
54
  };
51
55
  exports.services = [exports.launchpadService, exports.decisionMarketService];
@@ -37,18 +37,21 @@ exports.singleTokenPoolsService = {
37
37
  name: "Single Token Pools",
38
38
  platformId: exports.platform.id,
39
39
  contractsRaw: [singleTokenPoolContract],
40
+ description: "Single-sided liquidity pools allowing deposits of a single asset while earning trading fees without impermanent loss risk.",
40
41
  };
41
42
  exports.dualTokenPoolsService = {
42
43
  id: `${exports.platform.id}-dual-pools`,
43
44
  name: "Dual Token Pools",
44
45
  platformId: exports.platform.id,
45
46
  contractsRaw: [dualTokenPoolContract],
47
+ description: "Traditional AMM pools requiring dual-asset deposits for liquidity provision and earning trading fees.",
46
48
  };
47
49
  exports.lpStakingService = {
48
50
  id: `${exports.platform.id}-staking`,
49
51
  name: "Staking",
50
52
  platformId: exports.platform.id,
51
53
  contractsRaw: [stakingContract],
54
+ description: "GOFX token staking for earning additional protocol rewards and governance participation.",
52
55
  };
53
56
  exports.services = [
54
57
  exports.singleTokenPoolsService,
@@ -33,17 +33,20 @@ exports.service = {
33
33
  name: "Staking",
34
34
  platformId: exports.platform.id,
35
35
  contractsRaw: [stakingContract],
36
+ description: "Token staking for earning rewards and participating in Taiyo ecosystem benefits.",
36
37
  };
37
38
  exports.nftGen1service = {
38
39
  id: `${exports.platform.id}-gen1-staking`,
39
40
  name: "Taiyo Gen1 Staking",
40
41
  platformId: exports.platform.id,
41
42
  contractsRaw: [nftGen1StakingContract],
43
+ description: "NFT staking for Taiyo Robotics Gen1 collection holders to earn rewards and access utilities.",
42
44
  };
43
45
  exports.nftGen2service = {
44
46
  id: `${exports.platform.id}-gen2-staking`,
45
47
  name: "Taiyo Gen2 Staking",
46
48
  platformId: exports.platform.id,
47
49
  contractsRaw: [nftGen2StakingContract],
50
+ description: "NFT staking for Taiyo Robotics Gen2 collection holders to earn rewards and access utilities.",
48
51
  };
49
52
  exports.services = [exports.service, exports.nftGen1service, exports.nftGen2service];
@@ -30,6 +30,8 @@ exports.service = {
30
30
  name: "Staking",
31
31
  platformId: exports.platform.id,
32
32
  contractsRaw: [contract],
33
+ link: "https://www.grass.io/stake",
34
+ description: "Token staking to Routers facilitating web traffic for AI data collection, earning rewards while contributing to network security.",
33
35
  };
34
36
  exports.airdropService = {
35
37
  id: `${exports.platform.id}-airdrop`,
@@ -27,11 +27,14 @@ exports.mintService = {
27
27
  name: "Mint",
28
28
  platformId: exports.platform.id,
29
29
  contractsRaw: [mintContract],
30
+ link: "https://www.hastra.io/",
31
+ description: "Minting service for PRIME liquid staking tokens backed by Figure's RWA loan originations via Chainlink oracle infrastructure.",
30
32
  };
31
33
  exports.stakeService = {
32
34
  id: `${exports.platform.id}-stake`,
33
35
  name: "Stake",
34
36
  platformId: exports.platform.id,
35
37
  contractsRaw: [stakeContract],
38
+ description: "Staking vault enabling users to amplify yield earnings while maintaining asset liquidity through the PRIME token system.",
36
39
  };
37
40
  exports.services = [exports.mintService, exports.stakeService];
@@ -27,6 +27,7 @@ exports.paymentService = {
27
27
  name: "Payment",
28
28
  platformId: exports.platform.id,
29
29
  contractsRaw: [contractV2],
30
+ description: "Crypto payment processing enabling merchants to accept token payments with fiat conversion options.",
30
31
  };
31
32
  exports.paymentV2Service = {
32
33
  id: `${exports.platform.id}-payment-v1`,
@@ -44,24 +44,29 @@ exports.service = {
44
44
  name: "Permissionless",
45
45
  platformId: exports.platform.id,
46
46
  contractsRaw: [contract],
47
+ link: "https://app.huma.finance/",
48
+ description: "Open liquidity pools allowing any user to provide capital and earn yield from payment financing and cross-border transaction flows.",
47
49
  };
48
50
  exports.institutionalService = {
49
51
  id: `${exports.platform.id}-institutional`,
50
52
  name: "Institutional",
51
53
  platformId: exports.platform.id,
52
54
  contractsRaw: [institutionalContract],
55
+ description: "KYC-gated liquidity pools for accredited investors seeking higher yields from institutional-grade payment financing opportunities.",
53
56
  };
54
57
  exports.airdropService = {
55
58
  id: `${exports.platform.id}-airdrop`,
56
59
  name: "Airdrop",
57
60
  platformId: exports.platform.id,
58
61
  contractsRaw: [airdropContract],
62
+ description: "Token distribution program for HUMA governance tokens to early users and liquidity providers.",
59
63
  };
60
64
  exports.stakingService = {
61
65
  id: `${exports.platform.id}-staking`,
62
66
  name: "Staking",
63
67
  platformId: exports.platform.id,
64
68
  contractsRaw: [stakingContract],
69
+ description: "HUMA token staking for governance participation and earning protocol revenue share.",
65
70
  };
66
71
  exports.services = [
67
72
  exports.service,
@@ -34,11 +34,14 @@ exports.exchangeService = {
34
34
  name: "Exchange",
35
35
  platformId: exports.platform.id,
36
36
  contractsRaw: [exchangeContract],
37
+ link: "https://hylo.so/",
38
+ description: "Protocol for minting hyUSD stablecoin backed by LSTs and xSOL leveraged positions with slippage-free liquidity and no oracle dependencies.",
37
39
  };
38
40
  exports.stabilityPoolService = {
39
41
  id: `${exports.platform.id}-stability-pool`,
40
42
  name: "Stability Pool",
41
43
  platformId: exports.platform.id,
42
44
  contractsRaw: [stabilityPoolContract],
45
+ description: "Insurance vault staking hyUSD to backstop protocol solvency, earning yield from LST staking rewards, protocol fees, and rebalancing premiums.",
43
46
  };
44
47
  exports.services = [exports.exchangeService, exports.stabilityPoolService];
@@ -41,12 +41,15 @@ exports.service = {
41
41
  name: "Governance",
42
42
  platformId: exports.platform.id,
43
43
  contractsRaw: [contract],
44
+ description: "On-chain governance system enabling JTO token holders to vote on protocol proposals and treasury management decisions.",
44
45
  };
45
46
  exports.restakingService = {
46
47
  id: `${exports.platform.id}-restaking`,
47
48
  name: "Restaking",
48
49
  platformId: exports.platform.id,
49
50
  contractsRaw: [restakingContract],
51
+ link: "https://www.jito.network/restaking/",
52
+ description: "Restaking vaults allowing staked assets to secure additional Node Consensus Networks (NCNs) while earning extra rewards from MEV and network services.",
50
53
  };
51
54
  exports.airdropService = {
52
55
  id: `${exports.platform.id}-airdrop`,
@@ -59,6 +62,7 @@ exports.tipService = {
59
62
  name: "Tip",
60
63
  platformId: exports.platform.id,
61
64
  contractsRaw: [],
65
+ description: "MEV tip payment system distributing searcher tips to validators and stakers through a decentralized TipRouter mechanism.",
62
66
  };
63
67
  exports.services = [
64
68
  exports.service,
@@ -176,6 +176,7 @@ exports.apeService = {
176
176
  name: "Ape",
177
177
  platformId: exports.platform.id,
178
178
  contractsRaw: [exports.apeContract],
179
+ description: "Quick-buy feature for rapid token purchases with simplified one-click trading flow.",
179
180
  };
180
181
  exports.jupiterZService = {
181
182
  id: `${exports.platform.id}-jupiter-z`,
@@ -203,6 +204,7 @@ exports.limitService = {
203
204
  name: "Limit",
204
205
  platformId: exports.platform.id,
205
206
  contractsRaw: [exports.jupiterLimitContract],
207
+ description: "Limit order execution engine filling orders when market prices match specified targets.",
206
208
  };
207
209
  exports.dcaService = {
208
210
  id: `${exports.platform.id}-dca`,
@@ -223,6 +225,7 @@ exports.dcaVaService = {
223
225
  name: "DCA VA",
224
226
  platformId: exports.platform.id,
225
227
  contractsRaw: [jupiterDcaVaContract],
228
+ description: "Value Averaging DCA adjusting purchase amounts based on portfolio performance targets.",
226
229
  };
227
230
  exports.lockService = {
228
231
  id: `${exports.platform.id}-lock`,
@@ -245,12 +248,14 @@ exports.airdropService = {
245
248
  name: "Airdrop",
246
249
  platformId: exports.platform.id,
247
250
  contractsRaw: [airdropContract],
251
+ description: "JUP token distribution program for platform users and liquidity providers.",
248
252
  };
249
253
  exports.inviteService = {
250
254
  id: `${exports.platform.id}-invite`,
251
255
  name: "Invite",
252
256
  platformId: exports.platform.id,
253
257
  contractsRaw: [inviteContract],
258
+ description: "Referral program tracking invitations and rewarding users for onboarding new traders.",
254
259
  };
255
260
  exports.lendService = {
256
261
  id: `${exports.platform.id}-lend`,