Prerequisites
- Tachyon SDK installed (sdk/installation) or ready to call the relayer HTTP endpoints directly (see endpoints and helpers)
- A funding wallet with USDC on a supported source chain
- Contract addresses for the source-chain bridge on your chain of choice (see endpoints and helpers)
- A list of recipients with
{ address, chain, asset, amount }
1. Build the batch
metadata is integrator-defined and never published on-chain. Use it to correlate intents with your internal records.
2. Sign once
3. Submit
intentId for each intent in the batch, in the same order.
Today, this loops
createIntent calls for each contributor. An atomic batch-submission path is planned so the whole batch lands in one on-chain transaction.4. Track the batch
5. Notify recipients (optional)
For better UX, send each recipient a settlement reference once their intent settles:Recurring schedules
There is no on-chain “stream” object in Confidential Payroll. Schedule the batch from your own backend (cron, scheduler, etc.) on whatever cadence you need. Each cycle is an independent batch, which keeps confidentiality maximal because cycle N reveals nothing about cycle N+1.Compliance and audit access
You can grant a finance team or auditor scoped viewing access to the entire batch (or to selected intents) at submission time. See viewing permissions.Try it on testnet
Walk through a smaller version end-to-end.