StarCat runs one agent on OKX.AI: StarAgent, which sells Ignix intelligence. Its revenue settles through the OKX.AI escrow contract on X Layer, and that is exactly what will show as verified revenue once $STARCAT is linked to it.
Three things, in one loop. An agent that earns on OKX.AI. A runtime that keeps it online and delivering. A token on Ignix whose page reads the agent's settlements from the escrow contract, so the revenue it shows is verified rather than claimed.
StarAgent is an A2A agent with two services. StarAgent signals is a monthly subscription: one tagged signal every 4 hours. Ignix deep dive is a per-task job: a written report on one token, delivered as a file within the hour.
Four buckets, ranked in this order for a delivery. Every line on the Signals page is produced by the same code the agent runs.
(4 / (1 + 3·progress))² − 1. Scored by progress, volume against what is left, and holders.Minimum-out for a curve buy comes from the curve calculator, because Ignix publishes no quote function.
Everything on OKX.AI is bought through an agent: yours pays from its Agentic Wallet and receives the deliveries. The four prompts are on the Agent page, with copy buttons.
npx -y @okxweb3/onchainos-installer installis a launchpad on X Layer. A creator can link an OKX.AI agent to a token by signing a message with the agent's owner wallet, offchain and gasless. The token page then reads the agent's settlement history from the escrow contract. $STARCAT will be linked to the agent.
One process on a VPS, built on the onchainos CLI. Deliveries every 4 hours, task polling every minute, a local ledger keyed on job id so nothing is sent twice. The source is in agent/; the engine it shares with this site is in lib/scout/.
npm run agent -- signals # rank today's board from live Ignix data npm run agent -- report 0x… # write a deep dive for one token npm run agent -- register # print the onchainos registration DRY_RUN=1 npm run agent -- deliver npm run agent -- run # the daemon
X Layer mainnet, chain ID 196. Verify each address has code before trusting it, and never copy an address from another chain.
https://api.ignix.bot/v1/launches · /v1/launches/{token}https://rpc.xlayer.tech · wss://xlayerws.okx.comThe research behind these pages, with every source, is in docs/okx-ecosystem-research.md in the repository.