> ## Documentation Index
> Fetch the complete documentation index at: https://ramps-docs-sync-20260926.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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/gga-financial-apps-wallets.webp?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=9495dbda1008ae932630dcb7b7c27610" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/gga-creator-platforms.webp?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=1ee2c91f843176926dc61e4f0306ad85" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/gga-marketplaces.webp?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=a44f118fbb02871676d5fc78c6911308" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/gga-on-demand-platforms.webp?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=a18d293ccf6166e53dcb0a21085c3fc5" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/gga-messaging-platforms.webp?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=566003e4b28ce5848e62d05611c092b9" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/gga-social-platforms.webp?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=ef9af982dacc0bd38e7a2008d6e0e81f" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/payouts-b2b-creators.jpg?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=8ffb334a4539b2c72901a4ce36484057" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/payouts-b2b-payroll.jpg?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=b7c28e466a93a02dd0c2603459c378f1" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/payouts-b2b-marketplace.jpg?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=c306df51516154659e11175db4cbd99e" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/payouts-b2b-suppliers.jpg?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=e2b62671fd9953ea20fdb7fea636648c" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/ramps-buy-btc.jpg?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=3c75cb9cb837bf65a262d608d7d076cc" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/ramps-sell-btc.jpg?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=772b2bd1f41ea62a7d980bfe586e28a5" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/ramps-on-ramp-usdc.jpg?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=7f30c415418792e85faa31abb7dfab6c" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/ramps-offramp-usdc.jpg?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=965cade9124fc565d7b2f455e90e7916" 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>

## Global P2P

<FeatureCardGrid cols={3}>
  <ImageCard title="Cross-border remittances" img="https://mintcdn.com/ramps-docs-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/global-p2p-remittances.jpg?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=57aac3cc3e441ce7eee1e06082926035" 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-sync-20260926/NXvkvI2l5AIozTpR/images/use-cases/global-p2p-uma.jpg?fit=max&auto=format&n=NXvkvI2l5AIozTpR&q=85&s=aae8d2133a14a776d88c2c31bce728c8" 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>
