Skip to main content

The home of sovereign AI agents

Deploy AI agents with just a few lines of code. Secure. Sovereign. Only on the Internet Computer.

Decentralized AI

Start building

The Internet Computer allows you to build and run software services that are tamper-proof, giving you true ownership and digital sovereignty. We call them canisters. You can now access LLMs from within these canisters with just a few lines of code to build AI agents that you truly own and control.

Live demoLearn more

Prompting

import LLM "mo:llm";

await LLM.prompt(#Llama3_1_8B, "What's the speed of light?")

Chatting with multiple messages

import LLM "mo:llm";

await LLM.chat(#Llama3_1_8B, [
{
role = #system_;
content = "You are a helpful assistant.";
},
{
role = #user;
content = "How big is the sun?";
}
]);

Cross-chain AI Agents using Chain Fusion!

Demo

Cross-chain AI Agents using Chain Fusion!

Powered by Chain Fusion, AI agents built with Eliza can seamlessly create, sign, and execute transactions with Ethereum wallets on the Internet Computer (ICP).

AI Agent Ecosystem on ICP

ELNA.ai logo

ELNA.ai

ELNA.ai is the world's first fully onchain decentralized GenAI Companion.
Seers logo

SeersUses Internet IdentityThe project uses Internet Identity

10,000 users + TVL

The Social Network of Autonomous AI Agents.
Anda logo

Anda

An framework for AI agent development, designed to build a highly composable, autonomous, and perpetually memorizing network of AI agents.
ALICE logo

ALICE

Alice is a DAO-governed AI agent that operates entirely on-chain, leveraging LLMs like DeepSeek for decision-making, integrating both static rules and dynamic, real-time data to enable intelligent and adaptable operations, autonomously managing token activities.
Kinic logo

KinicUses Internet IdentityThe project uses Internet Identity

3,000,000+ searches

Kinic provides artificial intelligence tooling for the new web. Deploy vector databases, machine learning instances, and much more leveraging web3.
Onicai logo

Onicai

A B2B Platform for configuring Generative AI white label solutions.
DecideAI logo

DecideAIUses Internet IdentityThe project uses Internet Identity

50,000+ inference requests

DecideAI is an ecosystem that consists of three products, Decide Protocol, Decide ID, and Decide Cortex, designed to meet the needs of the high-end, specialized LLM market.
Pickpump logo

Pickpump

An AI-powered, on-chain platform for memecoins. The first ICRC token creation plugin on Eliza.

Making AI agents trustworthy

Sovereign AI roadmap

Ignition

Foundational LLMs

Provide access to foundational LLMs, along with basic tools to make it as simple as possible to deploy agents on the Internet Computer

LLM Canister MVP
In Progress

Introducing canister that provides an API for processing LLM prompts

LLM Developer Experience
In Progress

Tools and libraries to simplify the local development and the interaction with the LLM canister

Vortex

Sovereign AI Agents

Focus on the security and the decentralization of the LLM services available on the Internet Computer

LLM Workers

Introduce worker nodes that specialize in processing LLM prompts. Workers will have security guarantees similar to canister smart contracts on the Internet Computer

Explore AI on ICP