Skip to main content

On chain, not on trust

Proof

Every claim Ovryth makes about custody resolves to a transaction on Base. Each row reads its hash from the database and links to BaseScan.

Permission approval
0xdd81d096bfc7edcccda3a327549e8f14953c0c816b1021f90bf2cbd3fa34635a

The project's Base Account signed a weekly spend permission naming the payer as the only spender. Registration happens inside the first payout transaction, not as a separate step.

Capped payout
0xdd81d096bfc7edcccda3a327549e8f14953c0c816b1021f90bf2cbd3fa34635a

A real payout executed by the payer contract: spend within the cap, then transfer to the member wallet in one transaction.

Over-cap revert
0x2a0e8147e07e9685d8a03443e86a7f605074d889a9d58361e7cb293d2429436b

A payout past the weekly allowance. It reverts on chain and is recorded, so the cap cannot be crossed.

Revoke
not yet

No revoke yet. Revoking is one on-chain transaction from the project's account; Ovryth stops immediately and can no longer move funds.

Payer contract (verified)
0x485457f86fbf5e2385ae183bd5518c7d965e3999

The OvrythPayer contract with verified source. No withdraw, no arbitrary call, no way to hold funds.

Last sweeper tick
2026-09-15T00:03:07.252Z

The minute sweeper polls permission status, releases expired holds, and retries payouts. Shows the last run time once live.