# Register — full agent context Source of truth for protocol details: [dtf-cli SKILL.md](https://app.reserve.org/skills/dtf.md) and reserve-sdk KNOWLEDGE.md. Source of truth for live data: https://api.reserve.org. This document has two parts: 1. A static protocol primer (what a DTF is, rebalancing, governance, roles). 2. The 20 featured DTF factsheets concatenated — one section each. For a single DTF, prefer fetching its dedicated `.md` factsheet. --- ## What is a DTF? A **Decentralized Token Folio** (DTF) is an ERC20 token backed 1:1 by a basket of other ERC20 tokens — effectively an on-chain index fund or ETF. Mint by depositing the underlying basket proportionally; redeem for the underlying at any time. The Reserve Protocol deploys and governs DTFs. ### Two product lines | | Index DTFs | Yield DTFs (legacy RTokens) | |---|---|---| | Purpose | On-chain index funds | Yield-bearing stablecoins | | Launch | Feb 2025 | 2020 | | Rebalancing | Dutch auctions via governance | Automated from collateral yield | | Staking | DTF shares → stToken (voting) | RSR → stRSR (first-loss capital) | | Fee model | TVL fee + minting fee | Revenue share from collateral yield | | Status | Active development | Legacy maintenance | ### Index DTF types | Type | `weightControl` | Behavior | |---|---|---| | Native | `true` | Maintain percentage allocations; units drift with price | | Tracking | `false` | Maintain fixed token units regardless of price | Most live Index DTFs are Native. ## Rebalance lifecycle (Index DTFs) ``` PROPOSE → VOTE → QUEUE → EXECUTE → LAUNCHER WINDOW → COMMUNITY WINDOW → AUCTION → BID → REPEAT → EXPIRE ``` - **Launcher window:** designated Auction Launchers have exclusive access (typically 24h). - **Community window:** after the launcher window, anyone can `openAuction()`. - **Progressive rebalancing:** a percent slider (0–100%) controls how much of the gap to close. - **Auction rounds:** EJECT (remove tokens) → PROGRESS (rebalance) → FINAL (fine-tune). ### Price volatility mapping | Volatility | Auction (tight) | Proposal (wide) | |---|---|---| | low | 2% | 25% | | medium | 5% | 50% | | high | 10% | 75% | | degen | 50% | 90% | ### D27 price format On-chain prices are `D27{nanoUSD/tok}` — bigint with 27 decimals. To convert to USD: ``` price_usd = sqrt(low * high) / 10^(36 - tokenDecimals) ``` ## Governance DTFs can run 0–3 governance systems, all built on OZ Governor v5 with `CLOCK_MODE = "mode=timestamp"` (timepoints are unix timestamps, **not** block numbers). | System | Speed | Controls | |---|---|---| | Owner Governance | Slow (long voting) | Upgrades, fee changes, emergency actions | | Trading Governance | Fast (short voting) | Rebalancing, auction parameters | | Community (stToken) | Varies | Configured per DTF | ## Roles | Role | Purpose | |---|---| | Default Admin (`zeroHash`) | Full admin access | | Guardian | Can veto proposals before execution | | Brand Manager | Manages social links + UI appearance | | Auction Launcher | Launches governance-approved auctions | ## Chains | Chain | ID | Status | |---|---|---| | Ethereum | 1 | Supported | | Base | 8453 | Supported | | BSC | 56 | Supported | | Arbitrum | 42161 | Deprecated for Index DTFs | ## Data routing - **Basket / balances / rebalance state / proposal state:** read from RPC (`totalAssets()`, `getRebalance()`, `governor.state()`). - **Prices:** Reserve API `/current/prices` (multi-source consensus). - **Metadata (governance, fees, roles):** subgraph. - **Historical:** Reserve API `/historical/*`. ## SDK + CLI The `@reserve-protocol/dtf-cli` skill exposes typed reads, transaction builders, and a proposal-action decoder for every protocol interaction. Preferred entry point for agents. --- # BTC ETH DCA Index (BED) - **Type:** Index DTF - **Chain:** ethereum (id 1) - **Contract address:** `0x4e3b170dcbe704b248df5f56d488114ace01b1c5` - **Annual fee:** 0.25% - **Page:** https://app.reserve.org/ethereum/index-dtf/0x4e3b170dcbe704b248df5f56d488114ace01b1c5/ - **Tags:** Majors, Bitcoin, DeFi, Stablecoins ## Description You can set it and go to BED. An equal weighted basket of BTC and ETH aimed to DCA into each constituent through monthly rebalancing and earn additional yield through lending into high-quality, low-risk isolated risk money markets. A good night’s sleep. ## Basket constituents `cbBTC` (0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf), `mooMorpho-Steakhouse-WETH` (0x68Ad3F6da23ad1cD24CB5089492ccF186bfBBe7b), `mooMorpho-Steakhouse-USDC` (0xbBA4D1CEcc111BDC74bD2f95050Fb11aCB3b8A5E) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=1` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # CoinDesk DeFi Select Index (DFX) - **Type:** Index DTF - **Chain:** ethereum (id 1) - **Contract address:** `0x188d12eb13a5eadd0867074ce8354b1ad6f4790b` - **Annual fee:** 2% - **Page:** https://app.reserve.org/ethereum/index-dtf/0x188d12eb13a5eadd0867074ce8354b1ad6f4790b/ - **Tags:** DeFi ## Description The CoinDesk DeFi Select Index DTF tracks the CoinDesk DeFi Select Index (DFX), designed to measure the market capitalization weighted performance of some of the largest and most liquid digital assets classified in the Decentralized Finance (“DeFi”) Sector that meet certain trading and custody requirements. ## Mandate CoinDesk DeFi Select Index DTF is tracking the CoinDesk DeFi Select Index (DFX) is designed to measure the market capitalization weighted performance of some of the largest and most liquid digital assets classified in the Decentralized Finance (“DeFi”) Sector that meet certain trading and custody requirements. ## Basket constituents `UNI` (0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984), `AAVE` (0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9), `LDO` (0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32), `CRV` (0xD533a949740bb3306d119CC777fa900bA034cd52), `ONDO` (0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=1` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # DeFi Growth Index (DGI) - **Type:** Index DTF - **Chain:** ethereum (id 1) - **Contract address:** `0x9a1741e151233a82cf69209a2f1bc7442b1fb29c` - **Annual fee:** 2% - **Page:** https://app.reserve.org/ethereum/index-dtf/0x9a1741e151233a82cf69209a2f1bc7442b1fb29c/ - **Tags:** DeFi ## Description The DeFi Growth Index tracks the performance of early-stage DeFi projects that demonstrate innovative mechanisms and established market demand, with strong potential for significant growth in user base, transaction volume, and/or Total Value Locked (TVL) as relevant. This is achieved through a curated portfolio of tokens native to these projects. ## Mandate The DeFi Growth Index (“DGI”) tracks the performance of early-stage DeFi projects that demonstrate innovative mechanisms and established market demand,with strong potential for significant growth in user base, transaction volume, and/or Total Value Locked (TVL) as relevant. This is achieved through a curated portfolio of tokens native to these projects. ## Basket constituents `COW` (0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB), `CPOOL` (0x66761Fa41377003622aEE3c7675Fc7b5c1C2FaC5), `MORPHO` (0x58D97B57BB95320F9a05dC918Aef65434969c2B2), `EUL` (0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b), `FLUID` (0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb), `SYRUP` (0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66), `FXN` (0x365AccFCa291e7D3914637ABf1F7635dB165Bb09), `RESOLV` (0x259338656198eC7A76c729514D3CB45Dfbf768A1), `YB` (0x01791F726B4103694969820be083196cC7c045fF) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=1` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Large Cap DeFi Index (mvDEFI) - **Type:** Index DTF - **Chain:** ethereum (id 1) - **Contract address:** `0x20d81101d254729a6e689418526be31e2c544290` - **Annual fee:** 2% - **Page:** https://app.reserve.org/ethereum/index-dtf/0x20d81101d254729a6e689418526be31e2c544290/ - **Tags:** DeFi ## Description This index tracks a curated basket of tokens from core DeFi sectors—including lending/borrowing protocols, decentralized exchanges, stablecoin issuers, yield aggregators, and other smart contract-based financial primitives. ## Basket constituents `AAVE` (0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9), `MORPHO` (0x58D97B57BB95320F9a05dC918Aef65434969c2B2), `CRV` (0xD533a949740bb3306d119CC777fa900bA034cd52), `UNI` (0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984), `PENDLE` (0x808507121B80c02388fAd14726482e061B8da827), `LDO` (0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32), `ETHFI` (0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB), `EIGEN` (0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=1` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # RWA Index (mvRWA) - **Type:** Index DTF - **Chain:** ethereum (id 1) - **Contract address:** `0xa5cdea03b11042fc10b52af9eca48bb17a2107d2` - **Annual fee:** 2% - **Page:** https://app.reserve.org/ethereum/index-dtf/0xa5cdea03b11042fc10b52af9eca48bb17a2107d2/ - **Tags:** RWA ## Description An index exclusively tracking governance tokens of protocols that bring real-world assets (e.g. T-bills, corporate debt, commodities) onto the blockchain, emphasizing credible tokenization, verifiable collateral, and regulatory clarity upheld by audits or attestations. ## Mandate An index exclusively tracking governance tokens of protocols that bring real-world assets (e.g., real estate, commodities, T-bills) onto the blockchain, emphasizing credible tokenization, verifiable collateral, and regulatory clarity upheld by audits or attestations. ## Basket constituents `RSR` (0x320623b8E4fF03373931769A31Fc52A4E78B5d70), `ONDO` (0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3), `MKR` (0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2), `ENA` (0x57e114B691Db790C35207b2e685D4A43181e6061), `PLUME` (0x4C1746A800D224393fE2470C70A35717eD4eA5F1), `CFG` (0xcccCCCcCCC33D538DBC2EE4fEab0a7A1FF4e8A94) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=1` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Open Stablecoin Index (OPEN) - **Type:** Index DTF - **Chain:** ethereum (id 1) - **Contract address:** `0x323c03c48660fe31186fa82c289b0766d331ce21` - **Annual fee:** 0.75% - **Page:** https://app.reserve.org/ethereum/index-dtf/0x323c03c48660fe31186fa82c289b0766d331ce21/ - **Tags:** Stablecoins, DeFi, Majors, Ecosystem ## Description Open Stablecoin Index is an equal-weight index tracking leading stablecoin-networks advancing transparency, composability, and user-led governance. Included protocols should be evaluated on verifiable asset-backing, peg design, mint/redeem logic, safety mechanisms, yield-sharing, and decentralized control. ## Mandate Track leading decentralized stablecoin-networks advancing transparency, composability, and user-led governance. Included protocols should be evaluated on verifiable asset-backing, peg design, mint/redeem logic, safety mechanisms, yield-sharing, and decentralized control. ## About The Open Stablecoin Networks Index is a value-weighted DTF that tracks DeFi’s ten strongest open stablecoin networks in one $OPEN token. Eligible projects are first whitelisted by vSQUILL-OPEN governance, which reviews asset backing, peg design, mint and redeem rules, safety mechanisms, revenue sharing, and decentralized control. Whitelisted projects are then ranked and weighted, with only the top ten included. Weights use a composite score: 60% on TVL relative to FDV, comparing supplied value to market valuation, 20% on year-over-year TVL growth, and 20% on liquidity efficiency. Quarterly rebalances cap holdings at 40% and set a 1% minimum to help reduce concentration risk and smooth large swings. ## Basket constituents `AAVE` (0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9), `CRV` (0xD533a949740bb3306d119CC777fa900bA034cd52), `OGN` (0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26), `FXS` (0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0), `INV` (0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68), `LQTY` (0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D), `RSR` (0x320623b8E4fF03373931769A31Fc52A4E78B5d70), `RSUP` (0x419905009e4656fdC02418C7Df35B1E61Ed5F726), `FXN` (0x365AccFCa291e7D3914637ABf1F7635dB165Bb09), `ALCX` (0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=1` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Imagine The SMEL (SMEL) - **Type:** Index DTF - **Chain:** ethereum (id 1) - **Contract address:** `0xf91384484f4717314798e8975bcd904a35fc2bf1` - **Annual fee:** 0.25% - **Page:** https://app.reserve.org/ethereum/index-dtf/0xf91384484f4717314798e8975bcd904a35fc2bf1/ - **Tags:** DeFi, Stablecoins, LST ## Description An equal weighted basket with monthly rebalancing aimed at outperforming the Galaxy DeFi index through exposure to a concentrated set of SMEL assets ## Basket constituents `SKY` (0x56072C95FAA701256059aa122697B133aDEd9279), `MORPHO` (0x58D97B57BB95320F9a05dC918Aef65434969c2B2), `mooMorpho-Smokehouse-wstETH` (0x63a936Cc9740126f21eC8144aCfF22C2Ff89149c), `LDO` (0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32), `mooMorpho-Smokehouse-USDC` (0x562Ea6FfFD1293b9433E7b81A2682C31892ea013) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=1` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # CoinMarketCap 20 Index DTF (CMC20) - **Type:** Index DTF - **Chain:** bsc (id 56) - **Contract address:** `0x2f8a339b5889ffac4c5a956787cda593b3c36867` - **Annual fee:** 0.3% - **Page:** https://app.reserve.org/bsc/index-dtf/0x2f8a339b5889ffac4c5a956787cda593b3c36867/ - **Tags:** Majors, Bitcoin, L1, DeFi, Perps, Ecosystem ## Description The CoinMarketCap 20 Index DTF (CMC20) is a liquid index token powered by Reserve that tracks the CoinMarketCap 20 Index. The CMC20 Index is a benchmark designed to measure the performance of the top 20 cryptocurrency projects by market capitalization, as ranked by CoinMarketCap. It excludes stablecoins (i.e. USDT), tokens that are pegged to other crypto assets (i.e. WBTC or stETH), and assets with limited investability (e.g. potential litigation risk, or limited circulating liquidity). The index represents the broader cryptocurrency market while providing insight into the performance of a diverse set of digital assets. ## Basket constituents `BTCB` (0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c), `ETH` (0x2170Ed0880ac9A755fd29B2688956BD959F933F8), `WBNB` (0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c), `XRP` (0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE), `SOL` (0x570A5D26f7765Ecb712C0924E4De545B89fD43dF), `TRX` (0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3), `DOGE` (0xbA2aE424d960c26247Dd6c32edC70B295c744C43), `ADA` (0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47), `HYPE` (0xAeD86A53A8f3DbBa4FB6aE7A5f65f337c606bf28), `LINK` (0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD), `XLM` (0x43C934A845205F0b514417d757d7235B8f53f1B9), `BCH` (0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf), `SUI` (0xd57f2e190C11cffc667AA5aD026Cd4C8DE0772a7), `AVAX` (0x1CE0c2827e2eF14D5C4f29a091d735A204794041), `HBAR` (0x0422f966Bf8E978075a97D47eF4c7EFd3563Fa51), `LTC` (0x4338665CBB7B2485A8855A139b75D5e34AB0DB94), `SHIB` (0x2859e4544C4bB03966803b044A93563Bd2D0DD4D), `wTAO` (0x812F2f9906c2Eba046a05601711d8e8EF39cdB77), `ZEC` (0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=56` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Alpha Base Index (ABX) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0xebcda5b80f62dd4dd2a96357b42bb6facbf30267` - **Annual fee:** 2% - **Page:** https://app.reserve.org/base/index-dtf/0xebcda5b80f62dd4dd2a96357b42bb6facbf30267/ - **Tags:** AI, RWA, DeFi, Memes ## Description The Alpha Base Index is a DAO-governed DTF, curating the top alpha Base projects with the highest risk-adjusted growth potential, leveraging the collective intelligence of the Base Trenches to identify market opportunities. ## Mandate The Alpha Base Index is a DAO-governed DTF, curating the Top 20 Base projects with the highest risk-adjusted growth potential, leveraging the collective intelligence of the Base Trenches to identify market opportunities. ## Basket constituents `KTA` (0xc0634090F2Fe6c6d75e61Be2b949464aBB498973), `EDGE` (0xED6E000dEF95780fb89734c07EE2ce9F6dcAf110), `TIBBIR` (0xA4A2E2ca3fBfE21aed83471D28b6f65A233C6e00), `ODAI` (0x0086cFF0c1E5D17b19F5bCd4c8840a5B4251D959), `SQDGN` (0x4674F73545F1db4036250ff8C33A39ad1678D864), `ETHY` (0xC44141a684f6AA4E36cD9264ab55550B03C88643), `KUDAI` (0x288F4Eb27400fA220d14b864259Ad1B7f77C1594), `ALTT` (0x1B5cE2a593a840E3ad3549a34D7b3dEc697c114D), `TIG` (0x0C03Ce270B4826Ec62e7DD007f0B716068639F7B), `DRB` (0x3ec2156D4c0A9CBdAB4a016633b7BcF6a8d68Ea2), `CLANKER` (0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb), `SIRE` (0x7Ce02e86354EA0Cc3b302AeAdC0Ab56bC7EB44b8), `GIZA` (0x590830dFDf9A3F68aFCDdE2694773dEBDF267774), `RSR` (0xaB36452DbAC151bE02b16Ca17d8919826072f64a), `FACY` (0xFAC77f01957ed1B3DD1cbEa992199B8f85B6E886), `TOSHI` (0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4), `NPC` (0xB166E8B140D35D9D8226E40C09f757BAC5A4d87d) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # AIndex (AI) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0xfe45eda533e97198d9f3deeda9ae6c147141f6f9` - **Annual fee:** 2% - **Page:** https://app.reserve.org/base/index-dtf/0xfe45eda533e97198d9f3deeda9ae6c147141f6f9/ - **Tags:** AI, Memes ## Description AIndex aims to provide users with diversified exposure to the top-performing AI agents and AI infrastructure projects. By leveraging the Base blockchain ecosystem, AIndex offers a carefully curated and balanced index of AI-focused tokens, allowing holders to benefit from the growth of AI technology and infrastructure while minimizing individual project risk. ## Basket constituents `VIRTUAL` (0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b), `FAI` (0xb33Ff54b9F7242EF1593d2C9Bcd8f9df46c77935), `TOSHI` (0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4), `AIXBT` (0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825), `VVV` (0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf), `TONY` (0xB22a793a81ff5b6Ad37F40d5FE1E0AC4184d52F3), `COOKIE` (0xC0041EF357B183448B235a8Ea73Ce4E4eC8c265F), `REKT` (0xB3e3c89B8D9c88B1fe96856E382959eE6291ebbA), `REI` (0x6B2504A03ca4D43d0D73776F6aD46dAb2F2a4cFD), `TIBBIR` (0xA4A2E2ca3fBfE21aed83471D28b6f65A233C6e00) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Base MemeIndexer DTF (BDTF) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0xb8753941196692e322846cfee9c14c97ac81928a` - **Annual fee:** 2% - **Page:** https://app.reserve.org/base/index-dtf/0xb8753941196692e322846cfee9c14c97ac81928a/ - **Tags:** Memes, Ecosystem ## Description A curated basket of MemeIndexer’s favorite meme coin communities with liquidity on Base. The strongest memecoin communities, all in one decentralized token folio, rebalanced for performance and expanding as top meme coins bridge liquidity. ## Basket constituents `DTF` (0x84054a6b72dd5c58Da8106e410e62658083a80E4), `SPX` (0x50dA645f148798F68EF2d7dB7C1CB22A6819bb2C), `uDOGE` (0x12E96C2BFEA6E835CF8Dd38a5834fa61Cf723736), `Mog` (0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71), `TYBG` (0x0d97F261b1e88845184f678e2d1e7a98D9FD38dE), `PEPE` (0xB4fDe59a779991bfB6a52253B51947828b982be3) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Bloomberg Galaxy Crypto Index (BGCI) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0x23418de10d422ad71c9d5713a2b8991a9c586443` - **Annual fee:** 2% - **Page:** https://app.reserve.org/base/index-dtf/0x23418de10d422ad71c9d5713a2b8991a9c586443/ - **Tags:** Majors, Bitcoin, L1 ## Description The Bloomberg Galaxy Crypto Index DTF tracks the Bloomberg Galaxy Crypto Index (“BGCI”). The BGCI is a benchmark designed to measure the performance of the largest cryptocurrencies by market capitalization traded in USD. The Index is owned and administered by Bloomberg and co-branded with Galaxy Digital Capital Management. Index constituents are selected based on qualified exchange and daily liquidity qualifications set forth by BGCI rules. Each constituent represents a holding no more than 35% of the Index and no less than 1% of the Index’s overall value. Cryptocurrencies are considered for addition/removal to/from the Index on a monthly basis. ## Mandate Bloomberg Galaxy Crypto Index DTF is tracking the Bloomberg Galaxy Crypto Index (“BGCI”) that is designed to measure the performance of the largest cryptocurrencies by market capitalization. Index constituents will be selected based on qualified exchange and daily liquidity qualifications set forth by BGCI rules. ## Basket constituents `cbBTC` (0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf), `bsdETH` (0xCb327b99fF831bF8223cCEd12B1338FF3aA322Ff), `uSOL` (0x9B8Df6E244526ab5F6e6400d331DB28C8fdDdb55), `uLINK` (0xd403D1624DAEF243FbcBd4A80d8A6F36afFe32b2), `uADA` (0xa3A34A0D9A08CCDDB6Ed422Ac0A28a06731335aA), `uXLM` (0x378c326A472915d38b2D8D41e1345987835FaB64), `uBCH` (0x7bE0Cc2cADCD4A8f9901B4a66244DcDd9Bd02e0F), `uXRP` (0x2615a94df961278DcbC41Fb0a54fEc5f10a693aE) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Club Night DTF (CLUB) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0xf8ef6e785473e82527908b06023ac3e401ccfdcd` - **Annual fee:** 2% - **Page:** https://app.reserve.org/base/index-dtf/0xf8ef6e785473e82527908b06023ac3e401ccfdcd/ - **Tags:** — ## Description This DTF contains and shall contain whatever the ETH Denver 2025 DTF Club Night partiers want it to! ## Basket constituents `SHEKEL` (0x5F6a682A58854C7fBE228712aEEFfcCDe0008Ac0), `HIGHER` (0x0578d8A44db98B23BF096A382e016e29a5Ce0ffe), `WETH` (0x4200000000000000000000000000000000000006), `DTF` (0x84054a6b72dd5c58Da8106e410e62658083a80E4), `cbBTC` (0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf), `mooBIFI` (0xc55E93C62874D8100dBd2DfE307EDc1036ad5434), `RSR` (0xaB36452DbAC151bE02b16Ca17d8919826072f64a), `COOKIE` (0xC0041EF357B183448B235a8Ea73Ce4E4eC8c265F), `VVV` (0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf), `uADA` (0xa3A34A0D9A08CCDDB6Ed422Ac0A28a06731335aA), `SPX` (0x50dA645f148798F68EF2d7dB7C1CB22A6819bb2C), `DEGEN` (0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed), `BITCOIN` (0x2a06A17CBC6d0032Cac2c6696DA90f29D39a1a29), `uHBAR` (0xc79e06860Aa9564f95E08fb7E5b61458d0C63898), `PEPE` (0xB4fDe59a779991bfB6a52253B51947828b982be3), `Mog` (0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71), `FUCK` (0x860E7C04a066a31E86750521C30F854F4f08D178), `uSOL` (0x9B8Df6E244526ab5F6e6400d331DB28C8fdDdb55), `Fartcoin` (0x2f6c17fa9f9bC3600346ab4e48C0701e1d5962AE), `uXRP` (0x2615a94df961278DcbC41Fb0a54fEc5f10a693aE) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Clanker Index (CLX) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0x44551ca46fa5592bb572e20043f7c3d54c85cad7` - **Annual fee:** 2% - **Page:** https://app.reserve.org/base/index-dtf/0x44551ca46fa5592bb572e20043f7c3d54c85cad7/ - **Tags:** Memes, SocialFi ## Description One-click exposure to the best performing assets in the Clanker ecosystem through a single liquid asset. ## Basket constituents `CLANKER` (0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb), `BNKR` (0x22aF33FE49fD1Fa80c7149773dDe5890D3c76F3b), `FELIX` (0xf30Bf00edd0C22db54C9274B90D2A4C21FC09b07), `CLAWD` (0x9f86dB9fc6f7c9408e8Fda3Ff8ce4e78ac7a6b07), `MOLT` (0xB695559b26BB2c9703ef1935c37AeaE9526bab07), `noice` (0x9Cb41FD9dC6891BAe8187029461bfAADF6CC0C69), `CLAWNCH` (0xa1F72459dfA10BAD200Ac160eCd78C6b77a747be), `DRB` (0x3ec2156D4c0A9CBdAB4a016633b7BcF6a8d68Ea2), `JUNO` (0x4E6c9f48f73E54EE5F3AB7e2992B2d733D0d0b07), `KellyClaude` (0x50D2280441372486BeecdD328c1854743EBaCb07) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # CF Large Cap Index (LCAP) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0x4da9a0f397db1397902070f93a4d6ddbc0e0e6e8` - **Annual fee:** 1.5% - **Page:** https://app.reserve.org/base/index-dtf/0x4da9a0f397db1397902070f93a4d6ddbc0e0e6e8/ - **Tags:** Majors, Bitcoin, L1 ## Description The CF Large Cap Index (Diversified Weight) is a liquid, investible benchmark portfolio index designed to track the performance of large-cap digital assets. The index seeks to capture 95% of the total market capitalization of the investible digital asset universe as its constituents. ## Basket constituents `cbBTC` (0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf), `WETH` (0x4200000000000000000000000000000000000006), `uXRP` (0x2615a94df961278DcbC41Fb0a54fEc5f10a693aE), `uSOL` (0x9B8Df6E244526ab5F6e6400d331DB28C8fdDdb55), `uDOGE` (0x12E96C2BFEA6E835CF8Dd38a5834fa61Cf723736), `uADA` (0xa3A34A0D9A08CCDDB6Ed422Ac0A28a06731335aA), `uXLM` (0x378c326A472915d38b2D8D41e1345987835FaB64) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # MarketVector Digital Assets 25 Index (MVDA25) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0xd600e748c17ca237fcb5967fa13d688aff17be78` - **Annual fee:** 2% - **Page:** https://app.reserve.org/base/index-dtf/0xd600e748c17ca237fcb5967fa13d688aff17be78/ - **Tags:** Majors, L1, DeFi, Ecosystem, Bitcoin ## Description The MarketVector™ Digital Assets 25 Index DTF tracks the MarketVector™ Digital Assets 25 Index (MVDA25) which is a modified market cap-weighted index which tracks the performance of the 25 largest and most liquid digital assets. Most demanding size and liquidity screenings are applied to potential index components to ensure investability. ## Mandate MarketVector™ Digital Assets 25 DTF is tracking the MarketVector™ Digital Assets 25 Index (MVDA25) which is a modified market cap-weighted index which tracks the performance of the 25 largest and most liquid digital assets. Most demanding size and liquidity screenings are applied to potential index components to ensure investability. ## Basket constituents `cbBTC` (0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf), `bsdETH` (0xCb327b99fF831bF8223cCEd12B1338FF3aA322Ff), `uXRP` (0x2615a94df961278DcbC41Fb0a54fEc5f10a693aE), `uSOL` (0x9B8Df6E244526ab5F6e6400d331DB28C8fdDdb55), `WBNB` (0x7fdAa50d7399ac436943028edA6ed9a1BD89509f), `uADA` (0xa3A34A0D9A08CCDDB6Ed422Ac0A28a06731335aA), `TRX` (0xfA1df3F6108dB461Fd89437F320fE50C125aF5F0), `uLINK` (0xd403D1624DAEF243FbcBd4A80d8A6F36afFe32b2), `uAVAX` (0xd6a34b430C05ac78c24985f8abEE2616BC1788Cb), `HYPE` (0x15D0e0c55a3E7eE67152aD7E89acf164253Ff68d), `uXLM` (0x378c326A472915d38b2D8D41e1345987835FaB64), `uHBAR` (0xc79e06860Aa9564f95E08fb7E5b61458d0C63898), `uSUI` (0xb0505e5a99abd03d94a1169e638B78EDfEd26ea4), `uDOT` (0x0F813f4785b2360009F9aC9BF6121a85f109efc6), `uLTC` (0x3EB097375fc2FC361e4a472f5E7067238c547c52), `stTAO` (0x806041B6473DA60abbe1b256d9A2749A151be6C6), `uBCH` (0x7bE0Cc2cADCD4A8f9901B4a66244DcDd9Bd02e0F), `UNI` (0xc3De830EA07524a0761646a6a4e4be0e114a3C83), `uNEAR` (0x5ed25E305E08F58AFD7995EaC72563E6BE65A617), `AAVE` (0x63706e401c06ac8513145b7687A14804d17f814b), `MNT` (0xF0134C5eA11d1fc75fa1b25fAC00F8d82C38bD52) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # MarketVector Token Terminal Fundamental Index (MVTT10F) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0xe8b46b116d3bdfa787ce9cf3f5acc78dc7ca380e` - **Annual fee:** 2% - **Page:** https://app.reserve.org/base/index-dtf/0xe8b46b116d3bdfa787ce9cf3f5acc78dc7ca380e/ - **Tags:** Majors, L1, DeFi, Bitcoin ## Description The MarketVector™ Token Terminal Fundamental Index DTF tracks the MarketVector™ Token Terminal Fundamental Index (MVTT10F), designed to track the performance of the largest and most liquid digital assets that meet the fundamental criteria of daily average fees and daily average users. The fundamental data is provided by Token Terminal. The index is weighted based on fundamental factors. ## Mandate MarketVector™ Token Terminal Fundamental Index DTF is tracking the MarketVector™ Token Terminal Fundamental Index (MVTT10F) is designed to track the performance of the largest and most liquid digital assets that meet the fundamental criteria of daily average fees and daily average users. The fundamental data is provided by Token Terminal. The index is weighted based on fundamental factors. ## Basket constituents `TRX` (0xfA1df3F6108dB461Fd89437F320fE50C125aF5F0), `uSOL` (0x9B8Df6E244526ab5F6e6400d331DB28C8fdDdb55), `bsdETH` (0xCb327b99fF831bF8223cCEd12B1338FF3aA322Ff), `uNEAR` (0x5ed25E305E08F58AFD7995EaC72563E6BE65A617), `UNI` (0xc3De830EA07524a0761646a6a4e4be0e114a3C83), `WBNB` (0x7fdAa50d7399ac436943028edA6ed9a1BD89509f), `cbBTC` (0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf), `AAVE` (0x63706e401c06ac8513145b7687A14804d17f814b), `HYPE` (0x15D0e0c55a3E7eE67152aD7E89acf164253Ff68d) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Strategic Base Reserve by SSR (SBR) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0x89ff8f639d402839205a6bf03cc01bdffa4768b7` - **Annual fee:** 1% - **Page:** https://app.reserve.org/base/index-dtf/0x89ff8f639d402839205a6bf03cc01bdffa4768b7/ - **Tags:** AI, DeFi, SocialFi, RWA, DeSci, LST, Oracles, Ecosystem, Memes ## Description The Strategic Base Reserve by EnigmaFund Venture Capital is a DAO-governed DTF, curating the best of Base projects restoring liquidity and attention to the premiere projects, builders and communities. A part of the Strategic Super Reserve, governed with the $SSR token. ## Mandate The Strategic Super Reserve (SSR) is a curated series of DTFs and utilities, launched by EnigmaFund Venture Capital. The Strategic Base Reserve ($SBR) DTF provides exposure to key assets and protocols native to the Base ecosystem. It is initially seeded with EnigmaFund’s own capital and will be strengthened over time through reinvested profits and utilities developed within the SSR ecosystem. ## Basket constituents `USDC` (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), `AERO` (0x940181a94A35A4569E4529A3CDfB74e38FD98631), `RSR` (0xaB36452DbAC151bE02b16Ca17d8919826072f64a), `EDGE` (0xED6E000dEF95780fb89734c07EE2ce9F6dcAf110), `TOSHI` (0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4), `wstETH` (0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452), `SSR` (0xaBa3eEab76737AcCf3d73F5a00FC971F8cbE24d5), `ALTT` (0x1B5cE2a593a840E3ad3549a34D7b3dEc697c114D), `ZORA` (0x1111111111166b7FE7bd91427724B487980aFc69), `RSC` (0xFbB75A59193A3525a8825BeBe7D4b56899E2f7e1), `TIBBIR` (0xA4A2E2ca3fBfE21aed83471D28b6f65A233C6e00), `SEDA` (0x306aCd0c07c430AbBBb2e74Ef7bdE94F32A898c0), `SAPIEN` (0xC729777d0470F30612B1564Fd96E8Dd26f5814E3), `AVNT` (0x696F9436B67233384889472Cd7cD58A6fB5DF4f1), `CLANKER` (0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb), `A0X` (0x820C5F0fB255a1D18fd0eBB0F1CCefbC4D546dA7), `NPC` (0xB166E8B140D35D9D8226E40C09f757BAC5A4d87d), `MIGGLES` (0xB1a03EdA10342529bBF8EB700a06C60441fEf25d), `KEYCAT` (0x9a26F5433671751C3276a065f57e5a02D2817973), `BRACKY` (0x06f71fb90F84b35302d132322A3C90E4477333b0), `SIRE` (0x7Ce02e86354EA0Cc3b302AeAdC0Ab56bC7EB44b8) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Reserve Venionaire L1 Select DTF (VLONE) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0xe00cfa595841fb331105b93c19827797c925e3e4` - **Annual fee:** 0.5% - **Page:** https://app.reserve.org/base/index-dtf/0xe00cfa595841fb331105b93c19827797c925e3e4/ - **Tags:** L1, Majors ## Description The Venionaire VLONE DTF is designed to track the Venionaire Layer-1 Select Index (VLONE), which measures the performance of leading Layer-1 blockchain protocols. These protocols constitute the foundational infrastructure of the Web3 ecosystem. The VLONE DTF offers investors diversified exposure to the performance and growth potential of premier Layer-1 assets. The index employs comprehensive qualitative and quantitative evaluation to select its constituents. Selection criteria include exchange eligibility, liquidity metrics, trading volume thresholds, and market capitalization requirements. Additionally, on-chain parameters are integrated to capture protocol-specific quality assessments through the VLONE Quality Assessment Framework. Constituents are weighted based on liquidity, market capitalization, price performance, and sector-specific quality criteria, with a 15% maximum allocation per asset to ensure diversification. The index undergoes monthly rebalancing to maintain optimal diversification and reflect evolving market dynamics. ## Basket constituents `TONCOIN` (0x51436F6bD047797DE7D11E9d32685f029aed1069), `uAPT` (0x9c0e042d65a2e1fF31aC83f404E5Cb79F452c337), `stTAO` (0x806041B6473DA60abbe1b256d9A2749A151be6C6), `uSEI` (0x71a67215a2025F501f386A49858A9ceD2FC0249d), `uSUI` (0xb0505e5a99abd03d94a1169e638B78EDfEd26ea4), `cbBTC` (0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf), `uSOL` (0x9B8Df6E244526ab5F6e6400d331DB28C8fdDdb55), `WETH` (0x4200000000000000000000000000000000000006), `uXRP` (0x2615a94df961278DcbC41Fb0a54fEc5f10a693aE), `TRX` (0xfA1df3F6108dB461Fd89437F320fE50C125aF5F0), `uALGO` (0x3a51f2a377EA8B55FAf3c671138A00503B031Af3), `uATOM` (0x6e934283DaE5D5D1831cbE8d557c44c9B83F30Ee), `uAVAX` (0xd6a34b430C05ac78c24985f8abEE2616BC1788Cb), `uBCH` (0x7bE0Cc2cADCD4A8f9901B4a66244DcDd9Bd02e0F), `uDOT` (0x0F813f4785b2360009F9aC9BF6121a85f109efc6), `uHBAR` (0xc79e06860Aa9564f95E08fb7E5b61458d0C63898), `uINJ` (0xDB18Fb11Db1b972A54bD89cE04bAd61855c07788), `uLTC` (0x3EB097375fc2FC361e4a472f5E7067238c547c52), `uNEAR` (0x5ed25E305E08F58AFD7995EaC72563E6BE65A617), `uXLM` (0x378c326A472915d38b2D8D41e1345987835FaB64) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill. --- # Virtuals Index (VTF) - **Type:** Index DTF - **Chain:** base (id 8453) - **Contract address:** `0x47686106181b3cefe4eaf94c4c10b48ac750370b` - **Annual fee:** 1% - **Page:** https://app.reserve.org/base/index-dtf/0x47686106181b3cefe4eaf94c4c10b48ac750370b/ - **Tags:** AI, Ecosystem, Memes ## Description Curated index of the largest AI agents created on Virtuals Protocol, rebalanced frequently to capture the upside from newly launched agents in the ecosystem. ## Basket constituents `AIXBT` (0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825), `GAME` (0x1C4CcA7C5DB003824208aDDA61Bd749e55F463a3), `VADER` (0x731814e491571A2e9eE3c5b1F7f3b962eE8f4870), `LUNA` (0x55cD6469F597452B5A7536e2CD98fDE4c1247ee4), `AXR` (0x58Db197E91Bc8Cf1587F75850683e4bd0730e6BF), `WIRE` (0x0b3AE50BaBE7FFa4E1A50569ceE6bDEFd4ccAeE0), `VPAY` (0x98aC5B33A4Ef1151f138941c979211599c2fF953), `TIBBIR` (0xA4A2E2ca3fBfE21aed83471D28b6f65A233C6e00), `FACY` (0xFAC77f01957ed1B3DD1cbEa992199B8f85B6E886), `ETHY` (0xC44141a684f6AA4E36cD9264ab55550B03C88643) > Volatile values — current basket weights, price, TVL, market cap, performance — > change over time. For live data call `https://api.reserve.org/discover/dtf?chainId=8453` > or use the [`@reserve-protocol/dtf-cli`](https://app.reserve.org/skills/dtf.md) skill.