Skip to content
Merged
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
10 changes: 10 additions & 0 deletions docs/ai/shade-agents/concepts/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ sidebar_label: Security Considerations
description: "Learn key security practices when deploying Shade Agents, including duplicate actions, transaction restrictions, and RPC trust."
---

:::warning
The Shade Agent Framework is experimental and contains known critical vulnerabilities.

It must not be used in production or on mainnet and is intended solely for testing and non-critical use on testnet.

No representations or warranties are made regarding security, correctness, or fitness for any purpose. Use of this software is entirely at your own risk.

A production-ready version of the framework is currently in development.
:::

import { SigsSupport } from '@site/src/components/sigsSupport';

Please review this list of security considerations before deploying a Shade Agent to Mainnet.
Expand Down
10 changes: 10 additions & 0 deletions docs/ai/shade-agents/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ sidebar_label: What are Shade Agents?
description: "Learn about Shade Agents - decentralized and trustless AI agents that control accounts and assets across multiple blockchains using TEEs and NEAR's decentralized key management."
---

:::warning
The Shade Agent Framework is experimental and contains known critical vulnerabilities.

It must not be used in production or on mainnet and is intended solely for testing and non-critical use on testnet.

No representations or warranties are made regarding security, correctness, or fitness for any purpose. Use of this software is entirely at your own risk.

A production-ready version of the framework is currently in development.
:::

import { SigsSupport } from '@site/src/components/sigsSupport';

The Shade Agent Framework allows developers to build decentralized and trustless AI agents that control accounts and assets across multiple blockchains.
Expand Down
16 changes: 10 additions & 6 deletions docs/ai/shade-agents/getting-started/quickstart/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ sidebar_label: Deploying an Agent
description: "Learn how to quickly deploy your first Shade Agent."
---

:::warning
The Shade Agent Framework is experimental and contains known critical vulnerabilities.

It must not be used in production or on mainnet and is intended solely for testing and non-critical use on testnet.

No representations or warranties are made regarding security, correctness, or fitness for any purpose. Use of this software is entirely at your own risk.

A production-ready version of the framework is currently in development.
:::

import { TryDemo } from '@site/src/components/TryDemo';
import { SigsSupport } from '@site/src/components/sigsSupport';
import Tabs from '@theme/Tabs';
Expand Down Expand Up @@ -109,12 +119,6 @@ Phala Cloud is a cloud service that supports hosting applications in a TEE. It m

---

:::warning
This technology has not yet undergone a formal audit. Please conduct your own due diligence and exercise caution before integrating or relying on it in production environments.
:::

---

## Local Development

- Make sure the `NEXT_PUBLIC_contractId` prefix is set to `ac-proxy.` followed by your NEAR accountId.
Expand Down
10 changes: 10 additions & 0 deletions docs/ai/shade-agents/tutorials/ai-dao/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ sidebar_label: Deploying the AI DAO
description: "Learn how to deploy the Verifiable AI DAO Shade Agent which includes how to deploy a custom agent contract."
---

:::warning
The Shade Agent Framework is experimental and contains known critical vulnerabilities.

It must not be used in production or on mainnet and is intended solely for testing and non-critical use on testnet.

No representations or warranties are made regarding security, correctness, or fitness for any purpose. Use of this software is entirely at your own risk.

A production-ready version of the framework is currently in development.
:::

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import {Github} from "@site/src/components/UI/Codetabs"
Expand Down