証明 · PROOF
PROOF
What happens when you sign in, and every thing this site will never ask you for.
Section03PROOF OF OWNERSHIP
Signing in proves the wallet is yours. It never moves anything.
Connect
Your wallet hands the site an address and nothing else. No signature yet, no approval, no balance touched. You can walk away here and nothing has happened.
Nonce
The register issues a one time number bound to this browser. It expires in five minutes and is never accepted twice, so a captured signature cannot be replayed later.
Sign
You sign a plain text message that names annulled.xyz, chain
4663, that nonce and the time it was issued. It is a message, not a
transaction: it costs no gas and grants no spending rights.
Verify
The register recovers the address from the signature on the server and, for contract
wallets, asks the contract itself through ERC-1271. Only then does a session
open, in a cookie the page script cannot read.
The register never asks for a seed phrase, never requests a token approval in order to sign in, and holds no key of yours. Signing in and owning an entry are checked separately: ownership is read from the chain, not claimed by the browser.