Web server logs: your IP address, the page or file requested, the time, the referring page and the user-agent string. They are kept to operate and troubleshoot the service and to see whether anyone — human or agent — is actually using it.
No analytics and no third-party scripts. The page does load its webfont from Google Fonts (fonts.googleapis.com), which sees your IP address; everything else is served from this domain. Otherwise the server logs above are the whole story.
To be served, a paying client presents a wallet address and a signed payment voucher. We keep the channel state that settlement requires — the channel identifier, the amounts charged and claimed, and the signature you provided. That is the record of a payment, and the payment itself is public on Base whether we keep it or not.
We do not ask for a name, an email address or an account, because the service has none. We do not log the contents of your RPC calls beyond what the web server records above.
The free tier is bounded per caller, and the caller is the network address we see. To enforce that we
keep an in-memory counter per address: how many free calls it has been served in the last hour, and how
many milliseconds of node work its /bootstrap requests have cost. Nothing else is attached to
it — no wallet, no request contents, no identifier you supplied. It lives only in the running
process, it is discarded an hour after your last call, and it does not survive a restart.
Anyone reaching us from the same address — behind a NAT, a proxy, or in one datacentre —
shares that counter, which is why two agents on one host share an allowance. You can read your own
remaining budget at any time, without a wallet, at
GET https://mcp.zeamprism.com/bootstrap under yourBudget.
We do not sell data. We do not share it with third parties except as needed to run the service or where the law requires it. There is no advertising network on this site and no cross-site tracking.
Payments settle on Base, a public blockchain. Your wallet address, the amounts and the timing are visible to anyone, permanently, and neither we nor you can withdraw them from it. If that matters to you, open a channel from a wallet you are willing to have associated with this service.
Server logs rotate on the ordinary schedule and are not archived long-term. Channel state is kept while a channel is open and for as long as we need it to settle or refund. Questions: info@zeamlabs.com.