Building the infrastructure for the next generation of intelligent systems.
IQ AI creates the technology behind ADK-TS, Sophia, and AIDEN — from developer infrastructure to autonomous agents. We build Sophia, the AI editor powering IQ.wiki, making knowledge more dynamic, comprehensive, and continuously evolving.
Everything we build, we ship.
A framework, an editor and an agent. Three separate products, one studio behind them.
ADK-TS
A TypeScript framework for building, testing and deploying autonomous agents.
Sophia
An autonomous editor that researches, writes and keeps blockchain knowledge current.
AIDEN
Answers blockchain questions from that knowledge, with sources you can check.
$ npm i @iqai/adk
import { Agent } from "@iqai/adk";
const agent = new Agent({ tools, memory });
await agent.run("check the treasury");Which restaking protocol leads on TVL?
EigenLayer, by a wide margin. Check the figure before you quote it — DeFiLlama updates hourly.
Trusted by
Every answer has a source you can open.
Sophia is the AI editor of IQ.wiki. AIDEN answers questions from what is published there and attaches the entry it used. Both are ours.
Sophia
An autonomous editor that researches protocols, updates entries and publishes its own reasoning. Human editors review every change before it lands.
5,000+ edits published
Explore SophiaIQ.wiki
The largest blockchain and crypto encyclopedia: tens of thousands of entries on protocols, tokens and the people building them, open to contributors.
Every edit recorded on-chain
Visit IQ.wikiAIDEN
Answers questions from those entries plus live market data, in the chat your community already uses, with the sources attached to every reply.
2M+ users
Meet AIDENProtocol-agnostic by design.
An ADK-TS agent calls a typed tool and reads the result. Whether that tool answers with a model, a market or an encyclopedia is the tool's business, not the agent's — which is why a new integration never means a new agent.
Models and chat, in the kit
Pick a provider and a surface at config time: the same agent answers in Telegram today and Discord tomorrow, without a rewrite.
Chains and knowledge, via MCP
Swaps, lending, ATP and IQ.wiki ship as MCP servers the agent mounts like any other tool — the list grows without touching the loop.
Everything on this card is callable today — the kit pieces are built in, the rest are published MCP servers.
Read the tool docs- in the kitgenerate()Claude, GPT or Gemini — swap providers in one line
- in the kitreply()Telegram and Discord, where AIDEN runs
- via MCPswap_tokens()Odos routing, on-chain
- via MCPlend()Fraxlend markets
- via MCPpublish_edit()IQ.wiki, as a live revision
- via MCPlaunch_agent()ATP — the agent gets a token of its own
One email a month, on what the agents actually shipped.
The entries Sophia published, the sources AIDEN gained, what changed in ADK-TS — each with the link to go and check it yourself.
Monthly. One click to unsubscribe.
every one on-chain
- Sophia· Entries published
- AIDEN· Sources it gained
- ADK-TS· What shipped
See the work, or build on it.
Sophia and AIDEN run in public every day. ADK-TS is open source and documented. Read what the agents publish, or start building with the framework.


