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

# ADP Integration

> Run compliant stablecoin payroll alongside ADP Workforce Now with the Toku deduction

Toku integrates directly with **ADP Workforce Now** through **ADP API Central**, so your team can offer stablecoin payroll without changing how you run payroll today. ADP remains your payroll system of record — Toku handles the digital-asset side.

## How It Works

<CardGroup cols={2}>
  <Card title="1. Connect" icon="plug">
    Link ADP to Toku with a dedicated API project created in ADP API Central.
  </Card>

  <Card title="2. Sync" icon="rotate">
    Toku syncs your employee roster and payroll calendar from ADP automatically.
  </Card>

  <Card title="3. Elect" icon="hand-pointer">
    Employees choose what portion of their pay they'd like to receive in stablecoins.
  </Card>

  <Card title="4. Deduct & Deliver" icon="money-bill-transfer">
    Each pay period, a single Toku deduction is applied in ADP and Toku delivers the corresponding stablecoin payment on-chain.
  </Card>
</CardGroup>

## The Toku Deduction

Stablecoin payments appear in ADP as one dedicated deduction line item on the employee's pay statement. Toku calculates the amount for each employee every pay period based on their election, and the deduction is applied through ADP's payroll APIs — no manual data entry, and no changes to your gross pay, taxes, or existing pay codes.

The deduction is configured once during implementation. Toku's team provides the exact ADP configuration as part of onboarding.

## What You'll Need

* Admin access to ADP Workforce Now and ADP API Central
* Admin access to your Toku account
* A short implementation session with the Toku team

## Setup Overview

<Steps>
  <Step title="Create an API project in ADP API Central">
    Your ADP administrator creates a dedicated project for Toku and generates secure API credentials and certificates.
  </Step>

  <Step title="Authorize the connection">
    Grant the Toku project the payroll and worker-data permissions it needs in ADP Workforce Now. Toku's implementation team provides the exact scope list.
  </Step>

  <Step title="Add the Toku deduction">
    Set up the dedicated Toku deduction code in ADP. Toku provides the configuration during onboarding.
  </Step>

  <Step title="Connect from Toku">
    In the Toku dashboard, go to **Settings → Payroll Integrations → Add New Integration → ADP**, enter your credentials, and connect. Toku validates the connection and begins syncing.
  </Step>
</Steps>

<Note>
  Detailed, step-by-step configuration guides (with screenshots) are provided to customers during implementation. [Contact the Toku team](https://www.toku.com/contact) to get started.
</Note>

## Each Pay Period

Once connected, the integration runs on autopilot:

1. Toku syncs upcoming payrolls and employee changes from ADP.
2. Toku calculates each employee's stablecoin amount and applies the Toku deduction to the pay run.
3. You run payroll in ADP exactly as you do today.
4. Toku delivers the stablecoin payments on-chain and provides full reporting and reconciliation.

## Data & Security

* **Employee data** (roster, pay group, identifiers) syncs from ADP to Toku on a read-only basis.
* **Deduction data** is the only information Toku writes back to ADP.
* All credentials are encrypted at rest, and the connection uses ADP's certificate-based API authentication with least-privilege scopes.

## API Reference

How the integration works at the API level, with calls you can validate against ADP's own documentation:

<CardGroup cols={2}>
  <Card title="Authentication" icon="lock" href="/integrations/adp/authentication">
    How Toku authenticates with ADP
  </Card>

  <Card title="Employee Sync" icon="users" href="/integrations/adp/employee-sync">
    How Toku reads your roster
  </Card>

  <Card title="Payroll Sync" icon="calendar" href="/integrations/adp/payroll-sync">
    How Toku tracks pay periods and payroll status
  </Card>

  <Card title="The Toku Deduction" icon="money-bill-transfer" href="/integrations/adp/deduction">
    How the deduction is applied each pay period
  </Card>
</CardGroup>

## Related Integrations

<CardGroup cols={2}>
  <Card title="Workday" icon="building" href="/integrations/workday">
    HCM and payroll integration
  </Card>

  <Card title="UKG" icon="building" href="/integrations/ukg">
    UKG Pro payroll integration
  </Card>
</CardGroup>
