Listing a new asset in the main App
Prerequisites
4
Connect Yield Data (APY)
Option A: DefiLlama Integration
Option B: Merkl Integration
Option C: Points Campaigns
somnia: (multiplier: PointsReward["multiplier"]): PointsReward => ({ name: "Somnia", units: "points multiplier", multiplier, type: "somnia", }),
{ address: "0xCollateralAddress...", symbol: "weETH", rewards: [REWARDS_BASE_INFO.etherfi(200n)], // 200n = 2x Multiplier },
{ pool: POOLS.USDC_E_V3_SOMNIA, token: TOKENS.USDC_E_SOMNIA, symbol: "USDC.e", amount: 12n * 1000n, // 12n * 1000n = 1.2x Multiplier duration: "day", name: `${REWARDS_BASE_INFO.somnia(1n).name} ${REWARDS_BASE_INFO.somnia(1n).units}`, type: REWARDS_BASE_INFO.somnia(1n).type, estimation: "absolute", condition: "holding", },
Last updated


