Skip to main content
GIWA Sepolia is the only public GIWA network today, and the only network any Tokscale claim links an explorer to. Local Anvil fixtures borrow its chain ID but are a different network; see Network Separation.
The contracts below are deployed and verifiable, but the application is not hosted anywhere. A public deployment (host, domain, production GitHub OAuth, a real provider credential, a reachable gateway origin) is still ahead of us and tracked in Live Evidence. The shipped client surface today is the open-source CLI (see Quickstart: Track Your Usage).

Network facts

Two GIWA-documented faucets supply gas ETH:
  • https://faucet.giwa.io: 0.005 ETH per 24 hours.
  • Nodit faucet at https://faucet.lambda256.io/giwa-sepolia: 0.01 ETH per 24 hours.

Tokscale deployments

GIWA does not officially support x402, so Tokscale ported the stack itself. These contracts were deployed by Tokscale, each with a signed deployment record pinning its runtime code hash. Deployment details:
Scope, quoted from the deployment records: tUSD is test-only ERC-3009 exact evidence, not a stablecoin, and not an authorization for production use. The Upto proxy deployment is deterministic test infrastructure: it does not enable a public upto payment route, and public upto facilitator behavior remains an external gate.

Preinstalls and predeploys

These already existed on GIWA Sepolia. Tokscale verified their bytecode and builds against them rather than deploying them. Dojang (도장, the seal) is GIWA’s verified-identity attestation system. Tokscale reads it, and gating Passport eligibility on it is a Phase 2 mechanism. See Dojang: On-Chain Attestations.

Proven transactions

Two transactions anchor the payment claims.
  1. ERC-3009 exact settlement: transaction 0xad1a2f7b5aff4033e7779437ec487e8b51eb8170ba1c6c8cc971f6de37fcb9f8 moved 1.0 tUSD (1,000,000 base units) from payer 0x02cdd4a6f1308d310d624292a731c2d276310dc5 to 0x016af5632b7d2d3bbd2a6e589b65e828d1a5b125 at block 31,331,118, through facilitator 0xab5805032f0fd80e56c4d2a0fd72d961500c2cf8. A retry with the same authorization was replay-rejected. This is the single direct settlement executed on the public chain.
  2. Facilitator smoke test: settlement transaction 0x890c08920ae4672b27204fc2b0a2073264148d48f85792db7b6e5424ff9e265a passed against the pinned facilitator image ghcr.io/x402-rs/x402-facilitator@sha256:89ab5c03… after the prerequisite contracts above were deployed. This answered the open question of whether x402 works on GIWA at all.
No Usage Root is anchored here yet, so receipt and attestation evidence remains local-only. Live Evidence is the authoritative split.

Evidence

Three read-only targets check this state directly and need no secrets beyond RPC access:

Next steps

  • For every target and pass marker, including the local proofs, see Verification Log.
  • For the x402 stack these contracts serve, see x402 Payments on GIWA.
  • For how upstream bytecode is pinned before it ships, see Contracts.
  • For which of these deployments backs a live product path today, see Live Evidence.