Claim your profile
No account signup, no platform lock-in. You pick a name, connect your wallet, fill in your fields, and publish to Base. Your identity is alias.gridz.eth; your public page is alias.gridz.bio.
Before you start
- An Ethereum wallet (browser extension or WalletConnect).
- No ETH required for standard claims — gridz.bio covers registrar gas on Base; you only sign with your wallet.
- An alias that isn't taken — try gridz.bio/claim to check.
Step-by-step
- Go to /claim and enter your desired alias (e.g.
kevin). - Click Claim — you'll land on your profile page with the editor open.
- Click Connect wallet in the top right.
- Upload a 1:1 avatar (cropped to 256×256, pinned to IPFS via Pinata) or paste an image URL, then fill in display name, bio, and website.
- Under Add widgets, enable Stats, Poll, Countdown, Org tokens, and/or other cards. Add social handles for X, GitHub, and Bluesky. The preview below updates live.
- Click Save draft anytime to persist edits in this browser — no wallet signatures yet. You'll see a Draft badge.
- Click Sign & publish to ENS when ready. Your wallet signs only changed fields plus the grid root. The progress UI shows how many prompts to expect. The server then writes EAS attestations and batches resolver links on-chain — usually under a minute for a first publish. When done, the badge switches to On-chain.
- Visit
https://you.gridz.bio. New subdomains may take a minute to propagate.
What you own
| Asset | Example | Controlled by |
|---|---|---|
| ENS subname | you.gridz.eth | Your wallet (signatures prove ownership of fields) |
| Public page | you.gridz.bio | Reads your on-chain attestations |
| Signed cells | alias, description, url, gridz.* widgets, … | Your wallet — each field has its own attestation |
Find an existing profile
Use /find to search by alias — live suggestions show up to five matches as you type (on-chain and local drafts). Useful before claiming a name or opening someone else's page.
Already claimed?
Visit your URL, connect the same wallet, and click Edit profile (only visible to the owner). Update fields, save a draft or sign & publish. Incremental publish reuses unchanged attestations — you only sign and write cells that actually changed.
API access
Once published, anyone can fetch your profile as JSON:
GET https://gridz.bio/api/profile/kevin.gridz.ethOn your profile page, use Query & verify for copy-paste fetch and verify commands. See API & integrations for the full response shape.