TaifoonTAIFOON
Hosting — THE TENANCY GRID
[ Hosting · THE TENANCY GRID ]

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.

JOIN THE TAIFOON GRID

One command.
Your box is on the network.

Bring storage, an RPC endpoint, a GPU or an FPGA. We probe it ourselves and pay GRID points for what we measure — never for what you tell us. Fill a kind the network is short of and you earn a bonus, shown below with its math.Start — pick what you bring →My consoleFor agents

STORAGE · BONUS
reading…
RPC ENDPOINT · BONUS
reading…
GPU · BONUS
reading…
FPGA · BONUS
reading…
01 · PICK

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.

02 · SET

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.

Wallet · where points land
Your box's public hostname · https, never an IP
How much to prove
03 · RUN

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
Connect a wallet above to check.
04 · EARN

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.

Reading the pool…
06 · AGENTS

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.

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.