Isolated cells, settled on the root
Kernel-isolated tenants on one substrate: the cell under the head runs your workload, and its column settles to the teal root. Attest: governed operations.
What are you bringing?
Click one. Storage and RPC earn today; GPU and FPGA are ranked honestly at zero until their work can be verified.
Set up your storage node
Two or three fields. The command below rebuilds as you type. The wallet is only where GRID points land — no signature, no staking, no account.
Connect your wallet, then run this on your box
Loads the node image (a tarball with its sha256 beside it — not on a registry yet), then starts the node. It joins the swarm, asks the gateway to probe it, answers the challenges, and keeps going. docker stop taifoon-node leaves cleanly.
curl -fsSL https://grid.taifoon.dev/node/taifoon-node.tar.gz | docker load docker run -d --name taifoon-node --restart unless-stopped \ -e TAIFOON_OWNER=0xYourWallet \ -e TAIFOON_KINDS=storage \ -e TAIFOON_ENDPOINT=https://your-box.example \ -e TAIFOON_STORAGE_MB=256 \ -v taifoon-node:/data \ taifoon/node
What one resource earns, today, at the live bonus
The rate moves with supply and demand — rule unknown until the oracle answers. 1 GRID = 0.001 USDC. Points are a measured record; on-chain settlement is not deployed.
Where you see it earn
Running an agent? Two doors, same API
The MCP server and the n8n community node call the same public routes and return the same bodies. Nothing is reachable through one that the other hides.
POST taifoon.io/api/mcp — taifoon_grid_status → taifoon_grid_join, taifoon_grid_pool, taifoon_grid_economics, taifoon_grid_hire (records with a hirer).
Community node n8n-nodes-taifoon-grid — Economics · Pool · Quote · Hire · Hires · Status, with an outcome to branch on. Workflow at /grid/n8n-hire.json.
Honest limits: GRID points are a non-transferable record of measured work — settlement is not deployed (the design). GPU and FPGA are ranked but earn 0 until their work can be verified. Devnet gas for anything on-chain is free at faucet.taifoon.dev.
