Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 0 additions & 127 deletions blog/2026-02-23.md

This file was deleted.

33 changes: 4 additions & 29 deletions docs/ai/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
id: introduction
title: AI and NEAR
sidebar_label: Introduction
description: "Introduction to NEAR's User-Owned AI vision, featuring Shade Agents and NEAR AI."
description: "Introduction to building AI agents on NEAR with multi-chain capabilities."
---

Building AI agents that control accounts and assets on all blockchains has never been easier. NEAR enables AI agents to transact on any chain, while
our **Shade Agent Framework** allows to create verifiable and trustless AI agents with multi-chain capabilities out of the box.
Building AI agents that control accounts and assets on all blockchains has never been easier. NEAR enables AI agents to transact on any chain through features like multi-key management and Chain Signatures.

![img](/assets/docs/welcome-pages/9.near-nodes.png)

Expand All @@ -21,40 +20,16 @@ Searching for how to use AI to help you build NEAR dApps, check [Tools for AI Ag

## Let Your Agent use NEAR

AI Agents can easily control account and assets on all blockchains thanks to NEARs unique features. You simply need to give them access to a NEAR account and they can start interacting with smart contracts, sending transactions, and managing assets everywhere.
AI Agents can easily control accounts and assets on all blockchains thanks to NEAR's unique features. You simply need to give them access to a NEAR account and they can start interacting with smart contracts, sending transactions, and managing assets everywhere.

Check [Tools for AI Agents](./tools-for-ai.md) to get started.

---

## Build Trustless Multi-Chain Agents

The [Shade Agent Framework](./shade-agents/getting-started/introduction.md) enables to build **verifiable** **multi-chain AI agents**. These agents operate in Trusted Execution Environments (TEEs) and leverage NEAR features such as multi-key management and Chain Signatures to securely manage assets and sign transactions across multiple blockchains.

Shade agents can autonomously sign transactions on any chain, interact with AI models and external data sources, and perform privacy-preserving, verifiable computations.

:::info
Shade Agents power [Agentic Protocols](./shade-agents/concepts/what-can-you-build#agentic-protocols): a new type of decentralized application designed to be autonomous, proactive, and intelligent.
:::

---

## Which Docs Should I Use?

| Docs | Best if you... |
|--------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|
| [Tools for AI Agents](./tools-for-ai.md) | Want one practical guide for docs context, agent skills, and NEAR on-chain tooling |
| [Trustless Multi-chain Agents](./shade-agents/getting-started/introduction.md) | Are building an agent from zero and need to securely handle funds across multiple chains |

---

## Common Questions

### Can Trustless Agents lose access to their wallets?
Not with Shade Agents. They use decentralized key management—any instance of the agent with the same code can access the same accounts.

### Do I need to know blockchain development?
Our tools and resources help to abstract away the complexity of blockchain development.

### What chains can my agent interact with?
NEAR accounts allow to transact on all chains, including Bitcoin, Ethereum and Solana thanks to Chain Signatures.
NEAR accounts allow to transact on most chains, including Bitcoin, Ethereum and Solana thanks to Chain Signatures.
10 changes: 10 additions & 0 deletions docs/ai/shade-agents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: shade-agents
title: Shade Agent Framework (deprecated)
sidebar_label: Shade Agents (deprecated)
description: "The Shade Agent Framework is deprecated."
---

After April 19th, 2026, the Shade Agent Framework will no longer maintained as standalone developer tooling. Its documentation has been moved to the Shade Agent monorepo and is available here: https://github.com/NearDeFi/shade-agent-framework/tree/main/docs.

While the framework remains open source, it will no longer be actively maintained. Teams that choose to use it should plan to assume responsibility for maintenance, updates, and any necessary fixes.
49 changes: 0 additions & 49 deletions docs/ai/shade-agents/concepts/framework-overview.md

This file was deleted.

Loading