EpochClaimSlot PDAs, pays recipients from cranker vaults, and processes refunds. It does not hold a balance ledger. TCAP does that.
What TSN owns
- Epoch Treasury. A protocol-controlled token account that receives funding and holds aggregate pending liability. Not a user balance container.
EpochClaimSlotPDA. Derived from the epoch treasury and an opaque slot key. Initialized by the first valid settlement or refund. StoresSETTLEDorREFUNDEDstate and the successful cranker.- Cranker vault reimbursement. After a cranker pays a recipient, TSN reimburses that exact cranker vault for the exact amount, only if the Mother-rooted permit checks out.
- Refund path. If a settlement expires, Node/Mother signs a refund against the same slot. First writer wins.
Funding
Funding sends tokens only to the epoch treasury token account and increments aggregate pending liability. Funding creates no payment account, escrow account, commitment PDA, or public payment identifier.Settlement (payout)
Status: Live on Devnet.
- opaque slot
- commitment digest, random nonce, nullifier
- Mother-rooted epoch treasury and ledger
- CrankerVault, recipient, mint, amount
- lease id, version, expiry
- authorization expiry
- Checks the Node permit, lease, slot state, nullifier, treasury liability.
- Pays the recipient from the CrankerVault.
- Reimburses that exact CrankerVault for the exact amount.
- Marks the slot
SETTLEDand records the successful cranker.
Refund
Status: Live on Devnet.
REFUNDED and pays the authorized refund destination from the epoch treasury. After SETTLED or REFUNDED, any later operation against the slot fails before token movement.
Epoch close
An epoch can close only when pending liability is zero and every slot is resolved.Cranker registration
Status: Live on Devnet.
What TSN never sees
- Plaintext receiving roots
- Private balance values
- Recipient TIN inside the tip transition
- Payment intent IDs on the privacy-safe credit path
Related
TIN
Payment identity and route discovery.
GPRU
Non-custodial authorization and routing.
TCAP
Private balance accounting: credit, debit, exit.
Architecture
End-to-end sequence diagram.