kanmani143
mera · x402 · consumer-payments

Pay for a verification without ever touching a wallet.

Mera is the whole account layer here. You connect a passkey once, a scoped signing session opens on the key it derives, then a single tap signs a payment the facilitator relays and pays the gas for. No seed phrase, no wallet extension, no MON in your pocket and no key on our server. The session signs with no further prompt until its scope expires. The countdown shows exactly when the next action asks again.

step 1 · one passkey prompt

Connect opens a signing session on the account key the passkey derives. No seed phrase, no extension, no wallet popup. Signing in on a fresh browser or a second device reaches the same account, because the key comes from the passkey rather than from anything stored here.

step 2 · pay 0.01 USDC, gasless

The session signs one EIP-3009 authorization with no prompt. The facilitator relays it and pays the gas, so your account never needs MON. Your account does need the 0.01 USDC it is paying, so fund the address above before the first paid check. A claim already checked comes back free, a document URL is fetched and settled on chain.

Nothing on this page is stored. Clear local storage, close the tab, open a fresh profile, then sign in again with the same passkey and the account and the session come back the same. The live storage readout is on the account page →

what the session is scoped to

A prompt-free session is a key held in memory, so it is held on a short leash. The session names one thing it may sign, x402 verification payments, up to a ceiling you agree to when you open it. A payment above the ceiling is refused before the key signs. A session past its deadline is zeroed on the next action. That action re-runs the one prompt rather than signing on a session you have walked away from.

connect    -> one WebAuthn prompt -> account key (see /account)
openSession-> createSecp256k1SigningSession + toViemAccount
scope      -> x402 verification payments, up to 0.05 USDC
expiry     -> 5 minutes, checked on use, key zeroed on expiry
sign       -> EIP-3009 transferWithAuthorization, no prompt

time to first transaction

Taps and seconds from a cold landing to a confirmed Monad transaction.

  1. 1. Open this page. Connect a passkey. One prompt.
  2. 2. The session opens on the same tap. Nothing else to approve.
  3. 3. Fund the shown account with a little USDC, then pay. The transaction settles on Monad.

The one thing a stranger cannot skip is holding the USDC the payment moves. Gas is not on them, because the facilitator pays it, so the only funding is the payment itself.