Distributor wallet
not configured
Every $PAIR creator fee lands here, and every reward purchase is paid from here. The signing key for this wallet lives only in the execution worker — it is never present in the website or its server environment.
Current balances
ETH available
—
ETH
Pending creator fees
—
in escrow · ETH
Gas reserve
—
held back from each buy
Current reward token
—
Next execution
—
Last execution
—
Transaction history
0 entries
No movements recorded
Fee claims, purchases and distributions appear here as the worker records them, each with its transaction hash.
Key isolation
- The distributor private key is held only by the execution worker, a separate process with its own environment. The web server refuses to boot if the key is present in its environment.
- The worker signs transactions locally, records the signed payload and its hash, and only then broadcasts — so a crash can never leave an unknown in-flight send or cause a duplicate payout.
- Purchases are restricted to the approved-token registry and are simulated at the current block with a slippage guard before they are signed.
- There is no API endpoint that can move funds. Execution is driven entirely by the worker’s own schedule.