# Useful Links

> import BadgeGrid from '@site/src/components/BadgeGrid'

## Official

<BadgeGrid
  cards={[
    {
      title: "Curve App",
      logo: "/img/logos/crv.svg",
      description: "Swap, provide liquidity, lend, borrow, and manage crvUSD",
      href: "https://curve.finance"
    },
    {
      title: "Curve News",
      logo: "/img/logos/news.png",
      description: "Weekly yield reports, monthly recaps, and product announcements",
      href: "https://news.curve.finance"
    },
    {
      title: "Governance Forum",
      logo: "/img/logos/vecrv.png",
      description: "Discuss and propose governance changes",
      href: "https://gov.curve.finance"
    },
    {
      title: "GitHub",
      logo: "/img/logos/github.png",
      description: "Source code, smart contracts, and open-source contributions",
      href: "https://github.com/curvefi"
    },
  ]}
/>

## Socials

<BadgeGrid
  cards={[
    {
      title: "Discord",
      logo: "/img/logos/discord.png",
      description: "Join the community for discussions and support",
      href: "https://discord.gg/twUngQYz85"
    },
    {
      title: "Twitter",
      logo: "/img/logos/x.png",
      description: "Follow for official announcements and updates",
      href: "https://x.com/curvefinance"
    },
    {
      title: "Telegram",
      logo: "/img/logos/telegram.png",
      description: "Community discussions and real-time updates",
      href: "https://t.me/curvefi"
    },
  ]}
/>

## Analytics & Dashboards

<BadgeGrid
  cards={[
    {
      title: "Curve Monitor",
      logo: "/img/logos/curve-monitor.png",
      description: "Pool analytics, MEV tracking, revenue data, and crvUSD market monitoring",
      href: "https://curvemonitor.com"
    },
    {
      title: "crvhub",
      logo: "/img/logos/crvhub.png",
      description: "veCRV tokenomics, yields, native APR, bounty income, and pending fees",
      href: "https://crvhub.com"
    },
    {
      title: "LlamaRisk",
      logo: "/img/logos/llamarisk.svg",
      description: "Risk monitoring portal for Curve lending markets and pools",
      href: "https://portal.llamarisk.com/curve/markets"
    },
    {
      title: "DefiLlama",
      logo: "/img/logos/defillama.png",
      description: "TVL, fees, revenue, and volume tracking across all Curve deployments",
      href: "https://defillama.com/protocol/curve-dex"
    },
    {
      title: "Dune Analytics",
      logo: "/img/logos/dune.svg",
      description: "Community-built dashboards with on-chain Curve data",
      href: "https://dune.com/curvefi"
    },
  ]}
/>

## Tools

<BadgeGrid
  cards={[
    {
      title: "Refuel Monitor",
      logo: "/img/logos/curve-monitor.png",
      description: "Track refuel consumption, donation shares, and top donors for FXSwap pools",
      href: "https://refuel.curvemonitor.com/ethereum"
    },
    {
      title: "Donation Streamer",
      logo: "/img/logos/crv.svg",
      description: "Automate recurring refuels for FXSwap pools",
      href: "https://curvefi.github.io/refuel-automation/"
    },
    {
      title: "Refuel UI (crvhub)",
      logo: "/img/logos/crvhub.png",
      description: "Manually add one-time refuels to FXSwap pools",
      href: "https://crvhub.com/refuel"
    },
    {
      title: "Cross-Chain Tokens",
      logo: "/img/logos/crv.svg",
      description: "Bridge reference for CRV, crvUSD, and scrvUSD — token supplies and transfer details across chains",
      href: "https://curvefi.github.io/curve-xchain-tokens/"
    },
    {
      title: "Storage Proofs Monitor",
      logo: "/img/logos/crv.svg",
      description: "Cross-chain infrastructure monitoring — scrvUSD oracle, veCRV balances, and xGov nonces",
      href: "https://curvefi.github.io/storage-proofs/"
    },
    {
      title: "Llamalend Monitor Bot",
      logo: "/img/logos/telegram.png",
      description: "Telegram bot for loan position alerts on Curve Lend and crvUSD markets",
      href: "https://t.me/LlamalendMonitorBot"
    },
  ]}
/>

## Vote Incentives

<BadgeGrid
  cards={[
    {
      title: "Votium",
      logo: "/img/logos/votium.png",
      description: "Vote incentive marketplace for vlCVX holders directing CRV gauge emissions",
      href: "https://votium.app/curve"
    },
    {
      title: "Votemarket",
      logo: "/img/logos/stakedao.svg",
      description: "Vote incentive platform for veCRV and vlCVX holders on Ethereum",
      href: "https://www.votemarket.org/curve"
    },
  ]}
/>

## Ecosystem Protocols

<BadgeGrid
  cards={[
    {
      title: "Convex Finance",
      logo: "/img/logos/convex.svg",
      description: "Boost CRV rewards without locking — deposit LP tokens to earn boosted yields",
      href: "https://www.convexfinance.com"
    },
    {
      title: "Stake DAO",
      logo: "/img/logos/stakedao.svg",
      description: "Liquid lockers and strategies built on top of Curve gauges",
      href: "https://www.stakedao.org"
    },
    {
      title: "Yearn Finance",
      logo: "/img/logos/yearn.svg",
      description: "Automated yield strategies using Curve pools",
      href: "https://yearn.fi"
    },
  ]}
/>
