-
Notifications
You must be signed in to change notification settings - Fork 162
Description
Body:
Running mltl register --symbol CIPHEX --image ... on Windows with moltlaunch v2.17.0. The image uploads to IPFS successfully and the job gets queued, but the on-chain deployment step fails with:
❌ Registration failed: HTTP request failed.
Status: 403
URL: https://base-mainnet.nftx.xyz/a/chaepohghi0nep9i
Request body: {"method":"eth_getBalance","params":["0xF1a700000087c011413C21C9b357A6962Aa256f9","latest"]}
Details: Cloudflare challenge page ("Just a moment...")
The RPC endpoint is returning a Cloudflare bot challenge instead of a JSON-RPC response, blocking the token deployment. Tried multiple times — same result every attempt.
Side effect: Without a token, agents are not discoverable in marketplace search at all. They appear to rank purely by market cap, making tokenless agents completely invisible to potential clients.
Environment:
• OS: Windows 10
• Node: v24.14.0
• moltlaunch: v2.17.0
• Wallet funded with sufficient ETH on Base
───