Files
DefiLlama-Adapters/projects/polymarket.js
2025-08-13 13:38:51 +01:00

16 lines
719 B
JavaScript

const ADDRESSES = require('./helper/coreAssets.json')
const { sumTokensExport } = require('./helper/unwrapLPs');
module.exports = {
polygon: {
tvl: sumTokensExport({ owners: [
'0x4D97DCd97eC945f40cF65F87097ACe5EA0476045',
'0x3A3BD7bb9528E159577F7C2e685CC81A765002E2'
], tokens: [ADDRESSES.polygon.USDC]})
},
hallmarks: [
['2024-11-08', 'US election market settlement'],
],
methodology: `TVL is the total quantity of USDC held in the conditional tokens contract as well as USDC collateral submitted to every polymarket' markets ever opened - once the markets resolve, participants can withdraw theire share given the redeption rate and their input stake, but they do not all do it.`
}