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

# Home

> Start accepting cryptocurrency payments and managing agents on your platform

**Prerequisites**: Before you begin, make sure to create an account and complete onboarding.

Start accepting cryptocurrency payments online through multiple blockchain networks with Tender's robust payment infrastructure.

<CardGroup cols={2}>
  <Card title="Online Payments" icon="coins" href="/quickstart">
    Accept cryptocurrency payments on your website, app, or digital platform
  </Card>

  <Card title="Agent Management" icon="users" href="/api-reference/endpoint/create">
    Create and manage agents (sub-businesses) under your merchant account
  </Card>
</CardGroup>

***

## Quick Links

<CardGroup cols={2}>
  <Card title="Create Account" icon="user-plus" href="/get-started/create-account">
    Sign up for a Tender account and get started
  </Card>

  <Card title="Get API Credentials" icon="key" href="/get-started/api-credentials">
    Obtain your API keys from the dashboard
  </Card>

  <Card title="Authentication" icon="lock" href="/api-reference/authentication">
    Learn how to authenticate API requests with HMAC signatures
  </Card>

  <Card title="Webhooks" icon="webhook" href="/get-started/webhooks">
    Configure webhooks for real-time event notifications
  </Card>
</CardGroup>

***

## API Reference

Explore our comprehensive API documentation:

<CardGroup cols={2}>
  <Card title="Payment APIs" icon="money-bill-transfer" href="/api-reference/endpoint/initiate-payment">
    Initiate and validate cryptocurrency payments
  </Card>

  <Card title="Agent APIs" icon="building" href="/api-reference/endpoint/create">
    Create and manage agent accounts
  </Card>

  <Card title="System APIs" icon="gears" href="/api-reference/endpoint/fetch-chains">
    Get supported chains, currencies, and exchange rates
  </Card>

  <Card title="Webhook APIs" icon="bell" href="/api-reference/endpoint/add-webhook">
    Configure and manage webhook endpoints
  </Card>
</CardGroup>
