> ## Documentation Index
> Fetch the complete documentation index at: https://ramps-docs-launch-checklist.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Cases

> Discover what you can build with Grid

export const ImageCard = ({img, title, children, href}) => {
  const className = ['image-card', href && 'image-card-link'].filter(Boolean).join(' ');
  const card = <div className={className}>
      <div className="image-card-img-wrapper">
        <img src={img} alt={title} className="image-card-img" />
      </div>
      <div className="image-card-content">
        <div className="image-card-title">{title}</div>
        <div className="image-card-desc">{children}</div>
      </div>
    </div>;
  return href ? <a href={href} className="image-card-anchor">{card}</a> : card;
};

export const FeatureCardGrid = ({cols = 3, children}) => <div className={`not-prose feature-cards-grid feature-cards-cols-${cols}`}>
    {children}
  </div>;

## Global Accounts

<FeatureCardGrid cols={3}>
  <ImageCard title="Financial apps and wallets" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/gga-financial-apps-wallets.webp?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=b075227efdb4453d6ff40540fd188fcb" href="/global-accounts" width="888" height="592" data-path="images/use-cases/gga-financial-apps-wallets.webp">
    Create dollar accounts users can hold, send from, and withdraw locally
  </ImageCard>

  <ImageCard title="Creator platforms" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/gga-creator-platforms.webp?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=367ff812de4af44ae55738e8c9fa4a30" href="/global-accounts" width="888" height="592" data-path="images/use-cases/gga-creator-platforms.webp">
    Give creators a global dollar account for payouts and audience earnings
  </ImageCard>

  <ImageCard title="Marketplaces" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/gga-marketplaces.webp?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=0a5377826f8501206c9059f52f855313" href="/global-accounts" width="888" height="592" data-path="images/use-cases/gga-marketplaces.webp">
    Let sellers collect marketplace earnings and withdraw through local rails
  </ImageCard>

  <ImageCard title="On-demand platforms" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/gga-on-demand-platforms.webp?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=a8ad1a4d4afeb6a1e97ad2f3cfb0494d" href="/global-accounts" width="888" height="592" data-path="images/use-cases/gga-on-demand-platforms.webp">
    Pay gig workers into dollar accounts they can withdraw from locally
  </ImageCard>

  <ImageCard title="Messaging platforms" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/gga-messaging-platforms.webp?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=403a3a6a2ad98e44af4562a61eb6adf1" href="/global-accounts" width="888" height="592" data-path="images/use-cases/gga-messaging-platforms.webp">
    Add dollar accounts for transfers inside chat and community experiences
  </ImageCard>

  <ImageCard title="Social platforms" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/gga-social-platforms.webp?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=46c12d56a578b0b6931f3792fe8fc309" href="/global-accounts" width="888" height="592" data-path="images/use-cases/gga-social-platforms.webp">
    Help creators and communities receive, hold, and move dollar balances globally
  </ImageCard>
</FeatureCardGrid>

## Payouts & B2B

<FeatureCardGrid cols={3}>
  <ImageCard title="Creator payouts" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/payouts-b2b-creators.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=704bfb72bd307cd3b5e02ea319d6b098" href="/payouts-and-b2b" width="888" height="592" data-path="images/use-cases/payouts-b2b-creators.jpg">
    Pay creators and influencers instantly, anywhere they bank
  </ImageCard>

  <ImageCard title="Payroll & contractors" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/payouts-b2b-payroll.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=c71a57f2763befcd65591849e0b0d3d1" href="/payouts-and-b2b" width="888" height="592" data-path="images/use-cases/payouts-b2b-payroll.jpg">
    Send salaries and contractor payments globally with locked FX rates
  </ImageCard>

  <ImageCard title="Marketplace disbursements" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/payouts-b2b-marketplace.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=f5c7d23bfec92feeae3bbe20b77398d6" href="/payouts-and-b2b" width="888" height="592" data-path="images/use-cases/payouts-b2b-marketplace.jpg">
    Distribute earnings to sellers and service providers worldwide automatically
  </ImageCard>

  <ImageCard title="Supplier/vendor payments" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/payouts-b2b-suppliers.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=34d5d2a694d01919b1e3c0eb685a1c9a" href="/payouts-and-b2b" width="888" height="592" data-path="images/use-cases/payouts-b2b-suppliers.jpg">
    Pay international vendors and suppliers in their local currency, settled in seconds
  </ImageCard>
</FeatureCardGrid>

## Ramps

<FeatureCardGrid cols={3}>
  <ImageCard title="Buy BTC" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/ramps-buy-btc.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=adc5757d8189412d21b0bad303dc4baf" href="/ramps" width="888" height="592" data-path="images/use-cases/ramps-buy-btc.jpg">
    Let users purchase Bitcoin directly inside your app
  </ImageCard>

  <ImageCard title="Sell BTC" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/ramps-sell-btc.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=a63b816e144025750251b3d91acc1704" href="/ramps" width="888" height="592" data-path="images/use-cases/ramps-sell-btc.jpg">
    Convert Bitcoin to fiat and settle to any bank account
  </ImageCard>

  <ImageCard title="Wallet funding" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/ramps-on-ramp-usdc.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=8a0248684ff2120250925b144af03951" href="/ramps" width="888" height="592" data-path="images/use-cases/ramps-on-ramp-usdc.jpg">
    On-ramp fiat to fund user wallets with stablecoins or BTC
  </ImageCard>

  <ImageCard title="Fiat settlement" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/ramps-offramp-usdc.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=06246efec96f04d27455a6dc57d49424" href="/ramps" width="888" height="592" data-path="images/use-cases/ramps-offramp-usdc.jpg">
    Off-ramp digital assets to local bank rails in real time
  </ImageCard>
</FeatureCardGrid>

## Rewards

<FeatureCardGrid cols={3}>
  <ImageCard title="BTC cashback" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/rewards-cashback.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=2dfb69a91957d5d9689f23e1693c6dcf" href="/rewards" width="888" height="592" data-path="images/use-cases/rewards-cashback.jpg">
    Give users Bitcoin back on purchases or actions
  </ImageCard>

  <ImageCard title="Referral incentives" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/rewards-refer.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=ff4e9c7f816450ab99dc431f494b49c4" href="/rewards" width="888" height="592" data-path="images/use-cases/rewards-refer.jpg">
    Pay out BTC or fiat when users refer new customers
  </ImageCard>

  <ImageCard title="Loyalty programs" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/rewards-redeem.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=0659663e44d1695a9ba46569c4358d20" href="/rewards" width="888" height="592" data-path="images/use-cases/rewards-redeem.jpg">
    Build point-based or asset-based loyalty with real redemption value
  </ImageCard>
</FeatureCardGrid>

## Global P2P

<FeatureCardGrid cols={3}>
  <ImageCard title="Cross-border remittances" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/global-p2p-remittances.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=a05a640dedba6de13f9cfc4d2a64ae39" href="/global-p2p" width="888" height="592" data-path="images/use-cases/global-p2p-remittances.jpg">
    Move money across countries on the fastest, lowest-cost rails
  </ImageCard>

  <ImageCard title="Wallet-to-wallet (UMA)" img="https://mintcdn.com/ramps-docs-launch-checklist/ddsZI-jaFPlgQUgh/images/use-cases/global-p2p-uma.jpg?fit=max&auto=format&n=ddsZI-jaFPlgQUgh&q=85&s=0f5c66689bb087d329f7a19b3e8ee923" href="/global-p2p" width="888" height="592" data-path="images/use-cases/global-p2p-uma.jpg">
    Send and receive via UMA addresses across any participating app
  </ImageCard>
</FeatureCardGrid>
