├── README.md ├── integrations-list.json └── integrations-tags.json /README.md: -------------------------------------------------------------------------------- 1 | # Curve Integrations 2 | 3 | This repository's configuration files contain all metadata for apps and tools listed on https://curve.finance/dex/ethereum/integrations/ 4 | 5 | **Definition:** A Curve integration is a project that builds on top of Curve, and as a result extends what Curve users can do. E.g. using Curve LP tokens as collateral for anything, stats or information about Curve and its ecosystem, third-party front-ends… 6 | 7 | ## Integration metadata structure 8 | 9 | Each integration's metadata must have the following properties: 10 | 11 | - `name`: Name of the app/tool 12 | - `description`: One-sentence description, not too long 13 | - `imageId`: Filename of the app/tool's logo in the [`curve-assets` repo](https://github.com/curvefi/curve-assets/tree/main/platforms) 14 | - `appUrl`: Link to the app/tool's webpage, or `null` 15 | - `twitterUrl`: Link to the app/tool's Twitter profile, or `null` 16 | - `tags`: Array of relevant tags (any of the tags ids listed here: [`integrations-tags.json`](https://github.com/curvefi/curve-external-integrations/blob/main/integrations-tags.json)) 17 | - `networks`: Array of relevant networks 18 | 19 | Example: 20 | 21 | ```json 22 | { 23 | "name": "Curve Trading Bots", 24 | "description": "Decentralized Curve Trading Bots allows to create limit orders, stop losses, and automated traded on Curve AMMs", 25 | "imageId": "curve-trading-bots.png", 26 | "appUrl": null, 27 | "twitterUrl": null, 28 | "tags": ["bots"], 29 | "networks": ["ethereum"] 30 | } 31 | ``` 32 | 33 | ## Adding an integration to the list 34 | 35 | Conditions the project must meet in order to be added to the list of integrations: 36 | 37 | 1. It must fit the ["Curve integration" definition](https://github.com/curvefi/curve-external-integrations/tree/main#curve-integrations) 38 | 2. It must be live 39 | 40 | Easy two-step process for your app/tool to appear on Curve's websites: 41 | 42 | 1. You'll need to upload the app/tool's logo to the [`curve-assets` repo](https://github.com/curvefi/curve-assets/tree/main/platforms) (submit a PR there, we'll be notified and will review and merge it). Either an SVG image, or a PNG/JPG of at least 200x200 and at most 500x500 px. 43 | 2. Submit a PR in this very repository, adding the app/tool's metadata as described above in the [`integrations-list.json`](https://github.com/curvefi/curve-external-integrations/blob/main/integrations-list.json) file. You don't have to wait for (1) to be merged to do this. We'll also be notified and will review and merge your PR. *Please provide a very short explanation of how the submitted project fits into the ["Curve integration" definition](https://github.com/curvefi/curve-external-integrations/tree/main#curve-integrations), if it isn't immediately obvious from the project's metadata in your PR.* 44 | -------------------------------------------------------------------------------- /integrations-list.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "name": "Curve Trading Bots", 3 | "description": "Decentralized Curve Trading Bots allows to create limit orders, stop losses, and automated traded on Curve AMMs", 4 | "imageId": "curve-trading-bots.png", 5 | "appUrl": "https://curvebot.fi", 6 | "twitterUrl": "https://twitter.com/paloma_chain", 7 | "tags": ["bots"], 8 | "networks": ["ethereum"] 9 | },{ 10 | "name": "Zeeverse", 11 | "description": "Curve Metaverse", 12 | "imageId": "zeeverse.png", 13 | "appUrl": "https://zee-verse.com/", 14 | "twitterUrl": "https://twitter.com/ZeeverseGame", 15 | "tags": ["gameNft"], 16 | "networks": ["ethereum"] 17 | },{ 18 | "name": "Phi", 19 | "description": "Social World Created from Wallet Activities", 20 | "imageId": "phi.png", 21 | "appUrl": "https://t.co/06eJMymHR4", 22 | "twitterUrl": "https://twitter.com/phi_xyz", 23 | "tags": ["gameNft"], 24 | "networks": ["ethereum"] 25 | },{ 26 | "name": "The Llamas", 27 | "description": "Bringing NFT Utility to the Curve Ecosystem", 28 | "imageId": "the-llamas.png", 29 | "appUrl": "https://www.thellamas.io/", 30 | "twitterUrl": "https://twitter.com/WenLlama", 31 | "tags": ["gameNft"], 32 | "networks": ["ethereum"] 33 | },{ 34 | "name": "Curve.wiki", 35 | "description": "Curve Website", 36 | "imageId": "curve-wiki.png", 37 | "appUrl": "https://www.curve.wiki/", 38 | "twitterUrl": null, 39 | "tags": ["learningData"], 40 | "networks": ["ethereum"] 41 | },{ 42 | "name": "DefiLlama", 43 | "description": "Open and Transparent Defi TVL and Analytics", 44 | "imageId": "defi-llama.png", 45 | "appUrl": "https://defillama.com/", 46 | "twitterUrl": "https://twitter.com/DefiLlama", 47 | "tags": ["learningData"], 48 | "networks": ["ethereum"] 49 | },{ 50 | "name": "Curve Dune", 51 | "description": "Learn about Curve's on-chain data", 52 | "imageId": "curve-dune.png", 53 | "appUrl": "https://dune.com/projects/curvefi", 54 | "twitterUrl": null, 55 | "tags": ["learningData"], 56 | "networks": ["ethereum"] 57 | },{ 58 | "name": "Curve substack", 59 | "description": "Curve ecological knowledge articles", 60 | "imageId": "curve-substack.png", 61 | "appUrl": "https://curve.substack.com/", 62 | "twitterUrl": "https://twitter.com/CurveCap", 63 | "tags": ["learningData"], 64 | "networks": ["ethereum"] 65 | },{ 66 | "name": "Cryptouf", 67 | "description": "Weekly newsletter", 68 | "imageId": "cryptouf.png", 69 | "appUrl": "https://substack.com/@cryptouf", 70 | "twitterUrl": "https://twitter.com/cryptouf", 71 | "tags": ["learningData"], 72 | "networks": ["ethereum"] 73 | },{ 74 | "name": "Votium", 75 | "description": "Rewards $CRX & $CRV holders for their valuable voting power", 76 | "imageId": "votium.png", 77 | "appUrl": "https://votium.app/", 78 | "twitterUrl": "https://twitter.com/VotiumProtocol", 79 | "tags": ["votingIncentives"], 80 | "networks": ["ethereum"] 81 | },{ 82 | "name": "yBribe", 83 | "description": "veCRV voting market by Yearn", 84 | "imageId": "ybribe.png", 85 | "appUrl": "https://yearn.finance/ybribe", 86 | "twitterUrl": null, 87 | "tags": ["votingIncentives"], 88 | "networks": ["ethereum"] 89 | },{ 90 | "name": "Paladin", 91 | "description": "Markets for influence and voting rights across Defi", 92 | "imageId": "paladin.png", 93 | "appUrl": "https://paladin.vote/", 94 | "twitterUrl": "https://twitter.com/Paladin_vote", 95 | "tags": ["votingIncentives"], 96 | "networks": ["ethereum"] 97 | },{ 98 | "name": "LobbyDAO", 99 | "description": "Designed to improve the voting market of vlCVX and veCRV", 100 | "imageId": "lobby-dao.png", 101 | "appUrl": "https://www.lobby.page/#/", 102 | "twitterUrl": "https://twitter.com/LobbyPage", 103 | "tags": ["votingIncentives"], 104 | "networks": ["ethereum"] 105 | },{ 106 | "name": "Llama Airforce", 107 | "description": "uCRV Union Bribes", 108 | "imageId": "llama-airforce.png", 109 | "appUrl": "https://llama.airforce/", 110 | "twitterUrl": null, 111 | "tags": ["votingIncentives"], 112 | "networks": ["ethereum"] 113 | },{ 114 | "name": "Convergence", 115 | "description": "Governance black hole", 116 | "imageId": "convergence.png", 117 | "appUrl": "https://cvg.finance/", 118 | "twitterUrl": "https://twitter.com/Convergence_fi", 119 | "tags": ["votingIncentives"], 120 | "networks": ["ethereum"] 121 | },{ 122 | "name": "Votemarket (Stake DAO)", 123 | "description": "Votemarket is the on-chain vote incentives platform", 124 | "imageId": "votemarket-stake-dao.png", 125 | "appUrl": "https://votemarket.stakedao.org/", 126 | "twitterUrl": "https://twitter.com/StakeDAOHQ", 127 | "tags": ["votingIncentives"], 128 | "networks": ["ethereum"] 129 | },{ 130 | "name": "Liquid Lockers (Stake DAO)", 131 | "description": "Stake DAO is a non-custodial liquid staking platform focused on governance tokens.", 132 | "imageId": "votemarket-stake-dao.png", 133 | "appUrl": "https://lockers.stakedao.org/", 134 | "twitterUrl": "https://twitter.com/StakeDAOHQ", 135 | "tags": ["defi"], 136 | "networks": ["ethereum","arbitrum"] 137 | },{ 138 | "name": "Convex", 139 | "description": "Boosted Curve staking! Maximize your yields!", 140 | "imageId": "convex.png", 141 | "appUrl": "https://www.convexfinance.com/", 142 | "twitterUrl": "https://twitter.com/ConvexFinance", 143 | "tags": ["defi", "votingIncentives"], 144 | "networks": ["ethereum", "arbitrum", "polygon"] 145 | },{ 146 | "name": "Yearn", 147 | "description": "yCRV + Curve yield compounder", 148 | "imageId": "yearn.png", 149 | "appUrl": "https://yearn.finance/", 150 | "twitterUrl": "https://twitter.com/yearnfi", 151 | "tags": ["defi", "votingIncentives"], 152 | "networks": ["ethereum"] 153 | },{ 154 | "name": "Clever", 155 | "description": "Simplifies & automates the process of earning bribes and rewards for $CVX", 156 | "imageId": "clever.png", 157 | "appUrl": null, 158 | "twitterUrl": "https://twitter.com/0xc_lever", 159 | "tags": ["votingIncentives"], 160 | "networks": ["ethereum"] 161 | },{ 162 | "name": "Pirex", 163 | "description": "Derivaties trading market for voting rights", 164 | "imageId": "pirex.png", 165 | "appUrl": "https://pirex.io/", 166 | "twitterUrl": null, 167 | "tags": ["votingIncentives"], 168 | "networks": ["ethereum"] 169 | },{ 170 | "name": "Redacted", 171 | "description": "Empowering on-chain liquidity, governance, and cash flow for Defi protocols", 172 | "imageId": "redacted.png", 173 | "appUrl": "https://redacted.finance/", 174 | "twitterUrl": "https://twitter.com/redacted_money", 175 | "tags": ["defi"], 176 | "networks": ["ethereum"] 177 | },{ 178 | "name": "Abracadabra", 179 | "description": "Borrow, leverage or earn yield", 180 | "imageId": "abracadabra.png", 181 | "appUrl": "https://abracadabra.money/", 182 | "twitterUrl": "https://x.com/MIM_Spell", 183 | "tags": ["defi"], 184 | "networks": ["ethereum"] 185 | },{ 186 | "name": "Gearbox", 187 | "description": "Composable leverage protocol", 188 | "imageId": "gearbox.png", 189 | "appUrl": "https://gearbox.fi/", 190 | "twitterUrl": "https://twitter.com/GearboxProtocol", 191 | "tags": ["defi"], 192 | "networks": ["ethereum"] 193 | },{ 194 | "name": "Curvance", 195 | "description": "Lending & boosted rewards for Curve, Convex and Yearn deposits - $CVE", 196 | "imageId": "curvance.png", 197 | "appUrl": "https://www.curvance.com/", 198 | "twitterUrl": "https://twitter.com/Curvance", 199 | "tags": ["defi"], 200 | "networks": ["ethereum"] 201 | },{ 202 | "name": "Alchemix", 203 | "description": "Leverage your wealth without risk of liquidation with a self-repaying loan", 204 | "imageId": "alchemix.png", 205 | "appUrl": "https://alchemix.fi/", 206 | "twitterUrl": "https://twitter.com/alchemixfi", 207 | "tags": ["defi"], 208 | "networks": ["ethereum"] 209 | },{ 210 | "name": "Concentrator", 211 | "description": "Seamless compounding made for $CRV, $CVX, $FRAX Maxis", 212 | "imageId": "concentrator.png", 213 | "appUrl": "https://concentrator.aladdin.club", 214 | "twitterUrl": "https://twitter.com/0xconcentrator", 215 | "tags": ["defi"], 216 | "networks": ["ethereum"] 217 | },{ 218 | "name": "Leviathan News", 219 | "description": "Defi headline news and daily livestream with frequent Curve coverage", 220 | "imageId": "leviathan-news.png", 221 | "appUrl": "https://t.me/leviathan_news", 222 | "twitterUrl": "https://twitter.com/leviathan_news", 223 | "tags": ["learningData"], 224 | "networks": ["ethereum"] 225 | },{ 226 | "name": "Reserve", 227 | "description": "A permissionless platform to launch and govern 1:1 asset-backed stable currencies", 228 | "imageId": "reserve.png", 229 | "appUrl": "https://register.app", 230 | "twitterUrl": "https://twitter.com/reserveprotocol", 231 | "tags": ["defi"], 232 | "networks": ["ethereum"] 233 | },{ 234 | "name": "Inverse Finance", 235 | "description": "Fixed-Rate borrowing against CRV, CRV derivatives and more", 236 | "imageId": "inverse-finance.png", 237 | "appUrl": "https://inverse.finance", 238 | "twitterUrl": "https://twitter.com/InverseFinance", 239 | "tags": ["defi"], 240 | "networks": ["ethereum"] 241 | },{ 242 | "name": "Frax Finance", 243 | "description": "Frax Protocol issues the most innovative stablecoins in crypto & builds cross chain infrastructure for them: $FRAX \uD83D\uDCB0 $FPI ¤ $frxETH", 244 | "imageId": "frax-finance.png", 245 | "appUrl": "https://frax.finance", 246 | "twitterUrl": "https://twitter.com/FraxFinance", 247 | "tags": ["defi"], 248 | "networks": ["ethereum"] 249 | },{ 250 | "name": "DefiSaver", 251 | "description": "DeFi Saver is a one-stop management solution for decentralized finance with advanced leverage management tools and unique automated management features.", 252 | "imageId": "defisaver.png", 253 | "appUrl": "https://defisaver.com", 254 | "twitterUrl": "https://twitter.com/defisaver", 255 | "tags": ["defi", "portfolio"], 256 | "networks": ["ethereum"] 257 | },{ 258 | "name": "Mai Finance", 259 | "description": "QiDao is a non-custodial, decentralised and overcollateralised lending protocol where users can mint native $MAI stablecoins with the value of their tokens.", 260 | "imageId": "mai-finance.png", 261 | "appUrl": "https://app.mai.finance", 262 | "twitterUrl": "https://twitter.com/QiDaoProtocol", 263 | "tags": ["defi"], 264 | "networks": ["ethereum"] 265 | },{ 266 | "name": "LlamaRisk", 267 | "description": "Due diligence reports on topics relevant to Curve DAO and its liquidity providers", 268 | "imageId": "llamarisk.png", 269 | "appUrl": "https://cryptorisks.substack.com/", 270 | "twitterUrl": "https://twitter.com/LlamaRisk", 271 | "tags": ["learningData"], 272 | "networks": ["ethereum"] 273 | },{ 274 | "name": "Portals.fi", 275 | "description": "A yield and protocol aggregator for transaction bundling, any-to-any swaps, and real-time data.", 276 | "imageId": "portals.png", 277 | "appUrl": "https://app.portals.fi", 278 | "twitterUrl": "https://twitter.com/portals_fi", 279 | "tags": ["defi"], 280 | "networks": ["ethereum"] 281 | },{ 282 | "name": "Origin Protocol", 283 | "description": "Origin Protocol is a collection of rebasing yield aggregators and NFT marketplaces designed in a set and forget fashion.", 284 | "imageId": "origin.png", 285 | "appUrl": "https://www.originprotocol.com/", 286 | "twitterUrl": "https://twitter.com/OriginProtocol", 287 | "tags": ["defi"], 288 | "networks": ["ethereum"] 289 | },{ 290 | "name": "Zapper", 291 | "description": "Track your DeFi and NFT portfolio", 292 | "imageId": "zapper.svg", 293 | "appUrl": "https://zapper.xyz/", 294 | "twitterUrl": "https://twitter.com/zapper_fi", 295 | "tags": ["portfolio"], 296 | "networks": ["ethereum", "polygon", "bsc", "arbitrum", "avalanche", "optimism", "fantom", "celo", "aurora", "gnosis", "base"] 297 | },{ 298 | "name": "Zerion", 299 | "description": "Track your entire crypto portfolio across every wallet you own", 300 | "imageId": "zerion.png", 301 | "appUrl": "https://app.zerion.io/", 302 | "twitterUrl": "https://twitter.com/zerion", 303 | "tags": ["portfolio"], 304 | "networks": ["ethereum", "polygon", "bsc", "arbitrum", "avalanche", "optimism", "fantom", "aurora", "gnosis", "base"] 305 | },{ 306 | "name": "Rotki", 307 | "description": "Opensource portfolio tracking, analytics and crypto accounting app that protects your privacy", 308 | "imageId": "rotki.jpg", 309 | "appUrl": "https://rotki.com/", 310 | "twitterUrl": "https://twitter.com/rotkiapp", 311 | "tags": ["portfolio"], 312 | "networks": ["ethereum", "polygon", "arbitrum", "avalanche", "optimism"] 313 | },{ 314 | "name": "Chaos Labs crvUSD dashboard", 315 | "description": "crvUSD risk monitoring and alerting platform", 316 | "imageId": "chaoslabs.png", 317 | "appUrl": "https://community.chaoslabs.xyz/crv-usd/risk/overview", 318 | "twitterUrl": null, 319 | "tags": ["learningData", "crvusd"], 320 | "networks": ["ethereum"] 321 | },{ 322 | "name": "Curve Monitor", 323 | "description": "Extensive data about crvUSD, Curve pools, and Curve DAO", 324 | "imageId": "curvemonitor.png", 325 | "appUrl": "https://curvemonitor.com/", 326 | "twitterUrl": null, 327 | "tags": ["learningData", "crvusd"], 328 | "networks": ["ethereum", "polygon", "bsc", "arbitrum", "avalanche", "optimism", "fantom", "celo", "aurora", "gnosis", "base"] 329 | },{ 330 | "name": "OpenLiq", 331 | "description": "Omnichain liquidity aggregation service for DeFi", 332 | "imageId": "openliq.png", 333 | "appUrl": "https://app.openliq.com/", 334 | "twitterUrl": "https://twitter.com/OpenLiq", 335 | "tags": ["defi"], 336 | "networks": ["ethereum", "polygon", "bsc", "arbitrum", "avalanche", "optimism", "fantom", "celo", "aurora", "gnosis", "base", "kava", "moonbeam"] 337 | },{ 338 | "name": "Valora", 339 | "description": "A mobile wallet that supports tracking your Curve pools", 340 | "imageId": "valora.png", 341 | "appUrl": "https://valora.xyz/", 342 | "twitterUrl": "https://twitter.com/Valora", 343 | "tags": ["portfolio"], 344 | "networks": ["celo"] 345 | },{ 346 | "name": "LlamaFolio", 347 | "description": "Open source, privacy conscious portfolio tracker", 348 | "imageId": "llamafolio.png", 349 | "appUrl": "https://llamafolio.com/", 350 | "twitterUrl": "https://twitter.com/LlamaFolio", 351 | "tags": ["portfolio"], 352 | "networks": ["ethereum", "polygon", "bsc", "arbitrum", "avalanche", "optimism", "fantom", "celo", "gnosis", "base"] 353 | },{ 354 | "name": "Vektor", 355 | "description": "DeFi command center to query & visualise real-time data, execute transactions and automate workflows non-custodially", 356 | "imageId": "vektor.png", 357 | "appUrl": "https://vektor.finance", 358 | "twitterUrl": "https://twitter.com/VektorFinance", 359 | "tags": ["defi", "portfolio", "learningData"], 360 | "networks": ["ethereum", "polygon", "bsc", "arbitrum", "avalanche", "optimism", "fantom", "gnosis", "base", "moonbeam"] 361 | },{ 362 | "name": "Accumulated Finance", 363 | "description": "Liquid staking ecosystem integrated with Curve", 364 | "imageId": "accumulated-finance.png", 365 | "appUrl": "https://accumulated.finance", 366 | "twitterUrl": "https://twitter.com/AccumulatedFi", 367 | "tags": ["defi"], 368 | "networks": ["ethereum", "arbitrum"] 369 | },{ 370 | "name": "Cobo Argus", 371 | "description": "Institutional-grade on-chain digital asset management solution", 372 | "imageId": "cobo-argus.png", 373 | "appUrl": "https://www.cobo.com/argus", 374 | "twitterUrl": "https://twitter.com/Cobo_Global", 375 | "tags": ["defi", "bot", "portfolio"], 376 | "networks": ["ethereum", "bsc", "polygon", "arbitrum", "optimism", "avalanche", "base", "mantle", "gnosis"] 377 | },{ 378 | "name": "Beefy", 379 | "description": "Autocompounding Curve LPs and Curve Lend on over 20 blockchains.", 380 | "imageId": "beefy.png", 381 | "appUrl": "https://app.beefy.com/", 382 | "twitterUrl": "https://twitter.com/beefyfinance", 383 | "tags": ["defi", "lend"], 384 | "networks": ["ethereum", "polygon", "bsc", "arbitrum", "avalanche", "optimism", "fantom", "kava", "gnosis", "base", "fraxtal"] 385 | },{ 386 | "name": "MetaCRM", 387 | "description": "Providing a suite of innovative software solutions empowering marketing efficiency & personalized customer service for Web3 businesses", 388 | "imageId": "metacrm.png", 389 | "appUrl": "https://metacrm.inc/", 390 | "twitterUrl": "https://twitter.com/metacrm_inc", 391 | "tags": ["other"], 392 | "networks": ["ethereum", "polygon", "bsc", "arbitrum", "optimism"] 393 | },{ 394 | "name": "CrossCurve powered by EYWA", 395 | "description": "Cross-chain trading and yield protocol on top of Curve", 396 | "imageId": "cross-curve.png", 397 | "appUrl": "https://app.eywa.fi/", 398 | "twitterUrl": "https://twitter.com/eywaprotocol", 399 | "tags": ["defi", "votingIncentives"], 400 | "networks": ["ethereum", "polygon", "bsc", "avalanche", "arbitrum", "optimism"] 401 | },{ 402 | "name": "UwU Lend", 403 | "description": "A lending protocol that generates significant exposure by integrating lending markets, strategies, and vaults.", 404 | "imageId": "uwulend.svg", 405 | "appUrl": "https://uwulend.fi/", 406 | "twitterUrl": "https://twitter.com/uwu_lend", 407 | "tags": ["defi"], 408 | "networks": ["ethereum"] 409 | },{ 410 | "name": "IntoTheBlock crvUSD Dashboard", 411 | "description": "crvUSD risk monitoring dashboard", 412 | "imageId": "into-the-block.png", 413 | "appUrl": "https://defirisk.intotheblock.com/metrics/ethereum/crvusd", 414 | "twitterUrl": "https://twitter.com/intotheblock", 415 | "tags": ["learningData", "crvusd"], 416 | "networks": ["ethereum"] 417 | },{ 418 | "name": "CRV Hub", 419 | "description": "Extensive data about crvUSD, Curve pools, and Curve DAO", 420 | "imageId": "crvhub.png", 421 | "appUrl": "https://crvhub.com/", 422 | "twitterUrl": "https://twitter.com/0xcrv_hub", 423 | "tags": ["learningData", "crvusd"], 424 | "networks": ["ethereum", "polygon", "bsc", "arbitrum", "avalanche", "optimism", "fantom", "celo", "aurora", "gnosis", "base"] 425 | },{ 426 | "name": "Mezo", 427 | "description": "Bitcoin's Economic Layer", 428 | "imageId": "Mezo.png", 429 | "appUrl": "https://mezo.org/hodl-with/curve", 430 | "twitterUrl": "https://twitter.com/MezoNetwork", 431 | "tags": ["crvusd"], 432 | "networks": ["ethereum"] 433 | },{ 434 | "name": "Zunami Protocol", 435 | "description": "Decentralized Stablecoins and Omnipools", 436 | "imageId": "zunami.svg", 437 | "appUrl": "https://app.zunami.io/", 438 | "twitterUrl": "https://twitter.com/zunamiprotocol", 439 | "tags": ["defi"], 440 | "networks": ["ethereum"] 441 | },{ 442 | "name": "ShapeShift", 443 | "description": "Track, trade, buy, borrow, and earn. Community owned. Private. Non-custodial. Multichain.", 444 | "imageId": "shapeshift.svg", 445 | "appUrl": "https://app.shapeshift.com/", 446 | "twitterUrl": "https://x.com/ShapeShift/", 447 | "tags": ["defi", "portfolio"], 448 | "networks": ["ethereum", "polygon", "bsc", "arbitrum", "avalanche", "optimism", "gnosis", "base"] 449 | },{ 450 | "name": "Resupply", 451 | "description": "A decentralized stablecoin protocol, leveraging the liquidity and stability of lending markets.", 452 | "imageId": "resupply.png", 453 | "appUrl": "https://resupply.fi/", 454 | "twitterUrl": "https://x.com/ResupplyFi", 455 | "tags": ["defi", "lend"], 456 | "networks": ["ethereum"] 457 | },{ 458 | "name": "Spectra Finance", 459 | "description": "Spectra is an EVM-centric protocol for interest rate derivatives with an easy-to-use flagship app.", 460 | "imageId": "spectra.png", 461 | "appUrl": "https://www.spectra.finance/", 462 | "twitterUrl": "https://x.com/spectra_finance", 463 | "tags": ["defi"], 464 | "networks": ["ethereum", "arbitrum", "optimism", "base", "sonic"] 465 | },{ 466 | "name": "Napier Finance", 467 | "description": "The Napier Finance Version 2 is a modular yield tokenization protocol enabling users to fix, trade yield and curate yield.", 468 | "imageId": "napier.png", 469 | "appUrl": "https://napier.finance/", 470 | "twitterUrl": "https://x.com/NapierFinance", 471 | "tags": ["defi"], 472 | "networks": ["ethereum", "arbitrum", "sonic", "fraxtal", "base", "optimism", "polygon", "bsc", "avalanche"] 473 | },{ 474 | "name": "Ethena Labs", 475 | "description": "Enabling Internet Money", 476 | "imageId": "ethena.png", 477 | "appUrl": "https://ethena.fi/", 478 | "twitterUrl": "https://x.com/ethena_labs", 479 | "tags": ["defi"], 480 | "networks": ["ethereum"] 481 | },{ 482 | "name": "Usual", 483 | "description": "Usual is a secure and decentralized fiat-backed (RWA) stablecoin issuer that redistributes value and ownership through the $USUAL token.", 484 | "imageId": "usual.png", 485 | "appUrl": "https://usual.money/", 486 | "twitterUrl": "https://x.com/usualmoney", 487 | "tags": ["defi"], 488 | "networks": ["ethereum"] 489 | },{ 490 | "name": "F(x) Protocol", 491 | "description": "f(x) Protocol empowers DeFi to bring an innovative approach to stablecoins and leverage trading.", 492 | "imageId": "fx.png", 493 | "appUrl": "https://fx.aladdin.club/", 494 | "twitterUrl": "https://x.com/protocol_fx", 495 | "tags": ["defi"], 496 | "networks": ["ethereum"] 497 | },{ 498 | "name": "Odos Protocol", 499 | "description": "Odos optimizes intent-based routing for superior swap rates, aggregating DEX liquidity for efficient trades.", 500 | "imageId": "odos.png", 501 | "appUrl": "https://www.odos.xyz/", 502 | "twitterUrl": "https://x.com/odosprotocol", 503 | "tags": ["defi"], 504 | "networks": ["ethereum", "optimism", "arbitrum", "fraxtal", "sonic"] 505 | },{ 506 | "name": "CoWSwap", 507 | "description": "User-protective products for DeFi.", 508 | "imageId": "cowswap.png", 509 | "appUrl": "https://cow.fi/", 510 | "twitterUrl": "https://x.com/CoWSwap", 511 | "tags": ["defi"], 512 | "networks": ["ethereum", "gnosis", "arbitrum"] 513 | },{ 514 | "name": "TOKEMAK", 515 | "description": "Tokemak is a protocol offering a fully autonomous, transparent rebalance solution for liquidity providers.", 516 | "imageId": "tokemak.png", 517 | "appUrl": "https://www.tokemak.xyz/", 518 | "twitterUrl": "https://x.com/tokemakxyz", 519 | "tags": ["defi"], 520 | "networks": ["ethereum"] 521 | },{ 522 | "name": "Yodl", 523 | "description": "Payment rails for Stablecoins. Cross-stable and cross-chain payments.", 524 | "imageId": "yodl.png", 525 | "appUrl": "https://yodl.me/", 526 | "twitterUrl": "https://x.com/yodlpay", 527 | "tags": ["defi"], 528 | "networks": ["ethereum", "polygon", "arbitrum", "optimism", "gnosis", "base"] 529 | },{ 530 | "name": "Tokenlon", 531 | "description": "A trusted decentralized exchange protocol on blockchain networks", 532 | "imageId": "Tokenlon-Avatar.png", 533 | "appUrl": "https://tokenlon.im/instant", 534 | "twitterUrl": "https://x.com/tokenlon", 535 | "tags": ["defi"], 536 | "networks": ["ethereum", "polygon", "arbitrum", "optimism", "base"] 537 | }] 538 | -------------------------------------------------------------------------------- /integrations-tags.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id": "all", 3 | "displayName": "All" 4 | }, { 5 | "id": "bots", 6 | "displayName": "Bots" 7 | }, { 8 | "id": "defi", 9 | "displayName": "DeFi" 10 | }, { 11 | "id": "gameNft", 12 | "displayName": "Game / NFT" 13 | }, { 14 | "id": "learningData", 15 | "displayName": "Learning / Data" 16 | }, { 17 | "id": "votingIncentives", 18 | "displayName": "Voting / Incentives" 19 | }, { 20 | "id": "portfolio", 21 | "displayName": "Portfolio" 22 | }, { 23 | "id": "crvusd", 24 | "displayName": "crvUSD" 25 | }, { 26 | "id": "lend", 27 | "displayName": "Curve Lend" 28 | }, { 29 | "id": "other", 30 | "displayName": "Other" 31 | }] 32 | --------------------------------------------------------------------------------