Blockchain Integration

How VerseBill talks to Polygon and the VERSE token.

VerseBill reads the blockchain with a viem public client created from a server-side RPC URL. It never relies on a wallet library to confirm payment.

Network and token

  • Network: Polygon PoS (chain ID 137)
  • Token: VERSE (ERC-20)
  • Decimals: 18
  • Gas token: POL
Trusted VERSE contract (production)
0xc708d6f2153933daa50b2d0758955be0a93a8fec
The contract address and chain ID are treated as configuration and validated before a transaction is accepted. Production mode refuses any chain other than Polygon PoS and any token other than the official VERSE contract.
Blockchain Integration — VerseBill Documentation