> ## Documentation Index
> Fetch the complete documentation index at: https://docs.services.payward.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration guides

> Find implementation workflows and the checks that establish their outcome.

Choose an integration guide or start with a product walkthrough.

<CardGroup cols={2}>
  <Card title="Accept Bitcoin payments and pay merchants in dollars" icon="store" href="/tabs/guides/merchant-bitcoin-to-usd">
    For payment processors: receive Bitcoin, convert available funds, and deliver dollars to a merchant's bank account.
  </Card>

  <Card title="Earn between supplier payments" icon="coins" href="/tabs/guides/stablecoin-earn-supplier-payments">
    For business payments platforms: earn on eligible stablecoin balances and pay suppliers within your program.
  </Card>

  <Card title="Add crypto conversion to your exchange" icon="arrow-right-arrow-left" href="/tabs/guides/exchange-instant-conversion">
    For exchanges: connect deposits, quoted conversion, account balances, and daily settlement reports.
  </Card>
</CardGroup>

## Product walkthroughs

<CardGroup cols={2}>
  <Card title="Verify a user" href="/tabs/developer-documentation/verifications/hosted-kyc">
    Check requirements, start a hosted verification flow, and retrieve the resulting status.
  </Card>

  <Card title="Transfer funds between accounts" href="/tabs/developer-documentation/payments/transfers">
    Create a transfer and match the result to Portfolio transactions.
  </Card>

  <Card title="Execute a quoted swap" href="/tabs/developer-documentation/trade/swap">
    Request a quote, execute it, and monitor its outcome.
  </Card>

  <Card title="Test a conversion rule" href="/tabs/developer-documentation/payments/testing-conversions">
    Simulate a deposit in the sandbox and follow the resulting conversion transaction.
  </Card>
</CardGroup>
