Pre-requisites
- An ERC-20 wallet on BASE with MOR + ETH (use a top-level, not derived, address). Never share your private key.
TL;DR
A. Build & run the proxy-router
Install OS dependencies
git (https://git-scm.com), go 1.22+ (https://golang.org).Configure .env
WALLET_PRIVATE_KEY=— your wallet’s private key.ETH_NODE_ADDRESS=wss://...— recommended: an Alchemy/Infura BASE WSS endpoint. Reference: Env: proxy-router.
B. Authorize the contract
Either via Swagger or curl. Once per wallet, or when allowance is depleted.C. Query for a model
Id from the response and use it as <modelId> below. See the API endpoints reference for the full schema.
D. Open a session
https://base.blockscout.com/address/<wallet_id>.

