> ## 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.

# Create Account

> Sign up for a Tender account to start accepting cryptocurrency payments

## Getting Started with Tender

To start accepting cryptocurrency payments with Tender, you'll need to create a merchant account. Follow these steps to get started:

***

## Step 1: Sign Up

Visit the Tender website and click on the "Sign Up" or "Get Started" button.

<Steps>
  <Step title="Visit Tender">
    Go to [https://tender.cash](https://tender.cash) and click "Sign Up"
  </Step>

  <Step title="Provide Business Information">
    Fill in your business details:

    * Business name
    * Business email
    * Country
    * Business type
  </Step>

  <Step title="Create Your Account">
    Set up your account credentials:

    * Create a secure password
    * Verify your email address
  </Step>
</Steps>

***

## Step 2: Complete KYC Verification

To comply with regulatory requirements, you'll need to complete Know Your Customer (KYC) verification:

<AccordionGroup>
  <Accordion title="Individual Account" icon="user">
    **Required Documents:**

    * Government-issued ID (passport, driver's license, or national ID)
    * Proof of address (utility bill or bank statement)
    * Selfie for identity verification
  </Accordion>

  <Accordion title="Business Account" icon="building">
    **Required Documents:**

    * Business registration documents
    * Tax identification number
    * Director/owner identification
    * Proof of business address
    * Bank account information
  </Accordion>
</AccordionGroup>

<Note>
  KYC verification typically takes 1-3 business days. You'll receive an email notification once your account is approved.
</Note>

***

## Step 3: Access Your Dashboard

Once your account is verified, you can access the Tender Dashboard:

<Card title="Dashboard Features" icon="gauge">
  * View transaction history
  * Monitor wallet balances
  * Manage agents and sub-businesses
  * Generate API credentials
  * Configure webhooks
  * View analytics and reports
</Card>

***

## Step 4: Configure Your Account

Before going live, configure your account settings:

<Tabs>
  <Tab title="Test Environment">
    Use the test environment to:

    * Test API integration
    * Simulate transactions
    * Verify webhook delivery
    * Test payment flows

    <Warning>
      Test environment uses testnet cryptocurrencies with no real value.
    </Warning>
  </Tab>

  <Tab title="Production Environment">
    Production environment for:

    * Real cryptocurrency transactions
    * Live customer payments
    * Actual fund settlements

    <Warning>
      Ensure thorough testing before switching to production.
    </Warning>
  </Tab>
</Tabs>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Get API Credentials" icon="key" href="/get-started/api-credentials">
    Generate your API keys to start integration
  </Card>

  <Card title="Quick Start Guide" icon="rocket" href="/quickstart">
    Make your first API call
  </Card>
</CardGroup>

***

## Need Help?

For assistance with account creation, reach out to our support team:

* **Email**: [support@tender.cash](mailto:support@tender.cash)
* **Documentation**: [docs.tender.cash](https://docs.tender.cash)
* **Support Portal**: [support.tender.cash](https://support.tender.cash)
