Chain
| Field | Value |
|---|---|
| Network | World Chain |
| Chain ID | 480 |
| Public RPC fallback | https://worldchain-mainnet.g.alchemy.com/public |
Creator wallet
The funding transaction must be sent by the creator wallet in the Katch authorization:- EOA creators send it directly.
- Smart-account or treasury creators execute it through the smart-account path.
- Delegated API signers do not replace the creator wallet for funding.
KATCH_SIGNER_ADDRESS signs API requests and KATCH_WALLET_ADDRESS names the creator wallet that must fund the mission.
Basic RPC check
Use any JSON-RPC client to confirm the endpoint is reachable:0x1e0 is 480 in hex.
Common funding checks
Before broadcasting funding, check:- Creator wallet token balance is at least
funding.totalBudgetBaseUnits. - Creator wallet token allowance to
funding.factoryAddressis high enough. - RPC endpoint reports chain ID
480. - Funding authorization has not expired.
- The transaction sender matches
funding.authorization.creator.