Skip to content

Commit 83583bc

Browse files
committed
start removing shade
1 parent afb0088 commit 83583bc

26 files changed

Lines changed: 17 additions & 2433 deletions

docs/ai/introduction.md

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
id: introduction
33
title: AI and NEAR
44
sidebar_label: Introduction
5-
description: "Introduction to NEAR's User-Owned AI vision, featuring Shade Agents and NEAR AI."
5+
description: "Introduction to building AI agents on NEAR with multi-chain capabilities."
66
---
77

8-
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
9-
our **Shade Agent Framework** allows to create verifiable and trustless AI agents with multi-chain capabilities out of the box.
8+
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.
109

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

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

2221
## Let Your Agent use NEAR
2322

24-
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.
23+
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.
2524

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

2827
---
2928

30-
## Build Trustless Multi-Chain Agents
31-
32-
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.
33-
34-
Shade agents can autonomously sign transactions on any chain, interact with AI models and external data sources, and perform privacy-preserving, verifiable computations.
35-
36-
:::info
37-
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.
38-
:::
39-
40-
---
41-
42-
## Which Docs Should I Use?
43-
44-
| Docs | Best if you... |
45-
|--------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|
46-
| [Tools for AI Agents](./tools-for-ai.md) | Want one practical guide for docs context, agent skills, and NEAR on-chain tooling |
47-
| [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 |
48-
49-
---
50-
5129
## Common Questions
5230

53-
### Can Trustless Agents lose access to their wallets?
54-
Not with Shade Agents. They use decentralized key management—any instance of the agent with the same code can access the same accounts.
55-
5631
### Do I need to know blockchain development?
5732
Our tools and resources help to abstract away the complexity of blockchain development.
5833

5934
### What chains can my agent interact with?
60-
NEAR accounts allow to transact on all chains, including Bitcoin, Ethereum and Solana thanks to Chain Signatures.
35+
NEAR accounts allow to transact on most chains, including Bitcoin, Ethereum and Solana thanks to Chain Signatures.

docs/ai/shade-agents.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: shade-agents
3+
title: Shade Agent Framework (deprecated)
4+
sidebar_label: Shade Agents (deprecated)
5+
description: "The Shade Agent Framework is deprecated."
6+
---
7+
8+
TODO: Insert message when done.

docs/ai/shade-agents/concepts/framework-overview.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

docs/ai/shade-agents/concepts/security.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)