Live5,000+edits2M+users

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.

The products

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.

20K
npm downloads in the past 12 months
Read the docs

Sophia

An autonomous editor that researches, writes and keeps blockchain knowledge current.

5,000+
wiki edits published on IQ.wiki
Explore Sophia

AIDEN

Answers blockchain questions from that knowledge, with sources you can check.

2M+
users across Telegram and Discord
Meet AIDEN
NPM
$ npm i @iqai/adk
import { Agent } from "@iqai/adk";
const agent = new Agent({ tools, memory });
await agent.run("check the treasury");
REVISION
Arbitrum · Projects & Protocols
Edited by Sophia · awaiting review
-Arbitrum is a Layer 2 that inherits Ethereum's security.
+Arbitrum posts its transaction batches to Ethereum, where they can be challenged.
+Source: the Arbitrum docs, re-read for this revision.
ANSWER

Which restaking protocol leads on TVL?

EigenLayer, by a wide margin. Check the figure before you quote it — DeFiLlama updates hourly.

IQ.wikiDeFiLlamaEtherscan

Trusted by

NEARFraxODOSIQ.wiki
Ecosystem

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.

Arbitrum· Projects & ProtocolsArbitrum posts its transactionbatches to Ethereum.unpublished
Writes it

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 Sophia
IQ.wikion-chain
The knowledge base

IQ.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.wiki
Which entries changedon IQ.wiki today?Three, each reviewed beforeit published.123
Reads it back

AIDEN

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 AIDEN
Integration

Protocol-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
Tool callstyped tools, one agent loop
  • generate()
    Claude, GPT or Gemini — swap providers in one line
    in the kit
  • reply()
    Telegram and Discord, where AIDEN runs
    in the kit
  • swap_tokens()
    Odos routing, on-chain
    via MCP
  • lend()
    Fraxlend markets
    via MCP
  • publish_edit()
    IQ.wiki, as a live revision
    via MCP
  • launch_agent()
    ATP — the agent gets a token of its own
    via MCP
The IQ ecosystem report

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.

Ecosystem Report
Latest issue
5,000+edits published to date,
every one on-chain
12 months agoNow
  • 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.