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

# Toku

> Token grants, contractor management, and stablecoin payroll infrastructure.

<div className="toku-home-hero">
  <h1 className="text-gray-900 dark:text-white" style={{ fontSize: '2.5rem', fontWeight: 700, marginBottom: '1rem' }}>What is Toku?</h1>

  <p className="text-gray-700 dark:text-gray-200" style={{ fontSize: '1.125rem', lineHeight: 1.75, marginBottom: '2rem' }}>
    Toku is the orchestration and payroll compliance layer for paying people in tokens and stablecoins. Whether you're issuing token grants, paying contractors globally, or running stablecoin payroll, Toku ensures tax withholding, reporting, and compliance are handled accurately and consistently across every workflow.
  </p>

  <div style={{ display: 'flex', alignItems: 'center', justifyContent: 'center', gap: '1.5rem', fontSize: '0.875rem', fontWeight: 500 }}>
    <a href="/getting-started/overview" style={{ textDecoration: 'none', display: 'flex', alignItems: 'center', gap: '0.25rem' }}>
      Get Started <Icon icon="arrow-right" iconType="solid" size={12} />
    </a>
  </div>
</div>

<div className="toku-home-content">
  <div className="text-center text-sm mb-6">
    <h2 className="text-gray-700 dark:text-gray-300" style={{ fontSize: '1rem', fontWeight: 600, textTransform: 'uppercase', letterSpacing: '0.05em' }}>Products</h2>
  </div>

  <CardGroup cols={3}>
    <Card title="Token Grant Administration" icon="square-1" href="/tga/overview">
      Issue, vest, and distribute token grants to employees and investors — with built-in tax withholding and cap table tracking.
    </Card>

    <Card title="Stablecoin Payroll" icon="square-2" href="/payroll/overview">
      Pay employees in USDC or USDT alongside their regular salary, with automatic tax compliance and HRIS integration.
    </Card>

    <Card title="Contractor Payments" icon="square-3" href="/contractor/overview">
      Onboard and pay global contractors in 150+ countries with compliant contracts and flexible payment methods.
    </Card>
  </CardGroup>

  <div className="text-center text-sm mt-12 mb-6">
    <h2 className="text-gray-700 dark:text-gray-300" style={{ fontSize: '1rem', fontWeight: 600, textTransform: 'uppercase', letterSpacing: '0.05em' }}>Who Uses Toku?</h2>
  </div>

  <CardGroup cols={2}>
    <Card title="Clients (Employers & Admins)" icon="building" href="/getting-started/onboarding-checklist">
      Set up token grant programs, enable stablecoin payroll, and onboard contractors — all from one dashboard.
    </Card>

    <Card title="Recipients (Employees & Contractors)" icon="user" href="/tga/user/employee-portal">
      View your grants, choose your payout method, set up your wallet, and track payments.
    </Card>
  </CardGroup>

  <div className="text-center text-sm mt-12 mb-6">
    <h2 className="text-gray-700 dark:text-gray-300" style={{ fontSize: '1rem', fontWeight: 600, textTransform: 'uppercase', letterSpacing: '0.05em' }}>Quickstarts</h2>
  </div>

  <CardGroup cols={3}>
    <Card title="Set up Token Grants" icon="rocket" href="/tga/client/setting-up-your-account">
      Configure your first token grant program in minutes.
    </Card>

    <Card title="Onboard Contractors" icon="user-plus" href="/contractor/client/onboarding-contractors">
      Start paying global contractors with compliant contracts.
    </Card>

    <Card title="Enable Stablecoin Payroll" icon="money-bill-wave" href="/payroll/client/enabling-stablecoin-payroll">
      Let employees receive salary in USDC or other stablecoins.
    </Card>
  </CardGroup>

  <div className="text-center text-sm mt-12 mb-6">
    <h2 className="text-gray-700 dark:text-gray-300" style={{ fontSize: '1rem', fontWeight: 600, textTransform: 'uppercase', letterSpacing: '0.05em' }}>Integration</h2>
  </div>

  <CardGroup cols={1}>
    <Card title="Integration Guide" icon="plug" href="/integration-guide/overview">
      Embed Toku payroll, EOR, and stablecoin payments into your platform
    </Card>
  </CardGroup>

  <div className="toku-home-cta-wrap">
    <div className="toku-overview-cta">
      <div>
        <h3>Discover why leading companies choose Toku</h3>

        <p>
          No matter your use case, connect with our team and we'll help match you with the right Toku solution.
        </p>
      </div>

      <a className="toku-button toku-button-secondary" href="https://www.toku.com/get-started">
        Sign up for Toku
      </a>
    </div>
  </div>
</div>
