register

Four transactions.
No account.

Your tenant is a row in a public contract, not a record in our database — so signing up is something you do to the chain, with your own wallet. There is no form, no email, and no server involved in this page: it reads the registry, builds the calls, and your wallet signs them.

1

Connect a wallet

The connected address becomes the tenant owner and its first admin.

2

Pick capacity, create the tenant

A tier is capacity, not a feature gate — every mode and every chain is available on all of them. These numbers are read from the contract, not from this page.

No browser wallet? Do it from a terminal.

The page is a convenience, not the mechanism — registering is four ordinary transactions against a public contract. Sign them however you like: Foundry, a Safe, a hardware wallet, a block explorer's write tab. The owner need not be the sender, so a hot key can register a tenant that a multisig owns.

This page has no backend and no dependencies — raw eth_call and eth_sendTransaction, ABI encoded by hand. View source; it is about three hundred lines. A signup flow that phoned home would rather undercut the pitch.