Roadmap
What exists, and what does not
Two of these are built and three are not. The three are labelled the same way everywhere on the site, read from one file, so they cannot quietly start sounding real.
- 01
The console
doneAgents, chat, a terminal, a JavaScript sandbox, a page reader and a scheduler, all running on your device against your own provider key.
- 02
Reading the chain
doneGIWA Sepolia read straight from the page, no proxy and no provider key, because the RPC allows cross-origin reads.
- 03
A relay
doneWatches keep running with the tab closed. It never asks for your provider key: a relay you upload a key to would make the promise on the rest of this site false, and encrypting it there would not change who can read it at run time. Watches need no key from anyone. Agent tasks on the relay run on the operator's key under a quota, and are refused with a reason when no operator key is configured.
- 04
Paying per call on GIWA
plannedRunning an agent for someone who has no provider key means someone pays for the call. On-chain settlement is the obvious answer and nothing is deployed.
- 05
Agents that hold an address
plannedAn agent with its own key could read and write on GIWA by itself. That is a large amount of trust to hand a language model, so it comes last and behind a lot of limits.