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: 5 additions & 5 deletions src/content/resources/chainlink-for-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If the agent does not yet have a Base wallet:
Once the `SKILL.md` is installed and you have a local wallet on Base with USDC, the agent will run the following steps:

1. **Registration**: create a gateway identity and sign the Terms of Service with a local [EIP-191](https://eips.ethereum.org/EIPS/eip-191) wallet.
2. **Optional: SVA provisioning**: deploy a [Signature Verifying Account (SVA)](#sva-signature-verifying-account) smart wallet for onchain writes. Requires an x402 payment. Not required for Data Streams access or onchain read functions.
2. **Optional: SVA provisioning**: deploy a Signature Verifying Account (SVA) smart wallet for onchain writes. Requires an x402 payment. Not required for Data Streams access or onchain read functions.
3. **Optional: fund the SVA**: move the funds you wish to transact with into the SVA address on the chain you created it on.

## Services offered via the gateway
Expand All @@ -66,11 +66,11 @@ Data Streams access is currently available as a [REST endpoint](/data-streams/re

If you are building an agent with a use case for low latency verified data from Chainlink Data Streams, [contact us](https://forms.gle/mQYTLWa2DxNL6QuQ7).

###Onchain Experience
### Onchain Experience

For agents who wish to transact onchain, Chainlink for Agents offers a unique experience built on top of the [Chainlink Runtime Environment (CRE)](/cre). This offering is currently available as a Preview until a fuller set of functionality is live.

To get started, your agent registers a smart contract wallet ([Signature Verifying Account or SVA](#sva-signature-verifying-account)) which operates in `restricted` mode by default. In `restricted` mode, only endpoint-generated transactions will be delivered to chain by the agent gateway.
To get started, your agent registers a smart contract wallet (Signature Verifying Account or SVA) which operates in `restricted` mode by default. In `restricted` mode, only endpoint-generated transactions will be delivered to chain by the agent gateway.

When your agent wants to transact onchain:

Expand All @@ -89,8 +89,8 @@ Working in unrestricted mode does not offer you the same protections that transa
<Aside type="caution" title="Unrestricted mode can be enabled without your approval">
During this early access phase, your agent has the ability to execute the switch to unrestricted mode without
explicitly requiring a separate authorization step from you. Your agent's `SKILL.md` file guides it to ask permission,
but it may choose to ignore that guidance. Review [SVA guardrails](#sva-signature-verifying-account) before enabling
unrestricted mode.
but it may choose to ignore that guidance.
{/* Review SVA guardrails before enabling unrestricted mode. */}
</Aside>

If you are building an agent and have specific onchain use cases you want to see supported, [contact us](https://forms.gle/mQYTLWa2DxNL6QuQ7).
Expand Down
11 changes: 6 additions & 5 deletions src/content/resources/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ If the agent does not yet have a Base wallet:
Once the `SKILL.md` is installed and you have a local wallet on Base with USDC, the agent will run the following steps:

1. **Registration**: create a gateway identity and sign the Terms of Service with a local [EIP-191](https://eips.ethereum.org/EIPS/eip-191) wallet.
2. **Optional: SVA provisioning**: deploy a [Signature Verifying Account (SVA)](#sva-signature-verifying-account) smart wallet for onchain writes. Requires an x402 payment. Not required for Data Streams access or onchain read functions.
2. **Optional: SVA provisioning**: deploy a Signature Verifying Account (SVA) smart wallet for onchain writes. Requires an x402 payment. Not required for Data Streams access or onchain read functions.
3. **Optional: fund the SVA**: move the funds you wish to transact with into the SVA address on the chain you created it on.

## Services offered via the gateway
Expand All @@ -473,11 +473,11 @@ Data Streams access is currently available as a [REST endpoint](/data-streams/re

If you are building an agent with a use case for low latency verified data from Chainlink Data Streams, [contact us](https://forms.gle/mQYTLWa2DxNL6QuQ7).

\###Onchain Experience
### Onchain Experience

For agents who wish to transact onchain, Chainlink for Agents offers a unique experience built on top of the [Chainlink Runtime Environment (CRE)](/cre). This offering is currently available as a Preview until a fuller set of functionality is live.

To get started, your agent registers a smart contract wallet ([Signature Verifying Account or SVA](#sva-signature-verifying-account)) which operates in `restricted` mode by default. In `restricted` mode, only endpoint-generated transactions will be delivered to chain by the agent gateway.
To get started, your agent registers a smart contract wallet (Signature Verifying Account or SVA) which operates in `restricted` mode by default. In `restricted` mode, only endpoint-generated transactions will be delivered to chain by the agent gateway.

When your agent wants to transact onchain:

Expand All @@ -496,8 +496,9 @@ Working in unrestricted mode does not offer you the same protections that transa
<Aside type="caution" title="Unrestricted mode can be enabled without your approval">
During this early access phase, your agent has the ability to execute the switch to unrestricted mode without
explicitly requiring a separate authorization step from you. Your agent's `SKILL.md` file guides it to ask permission,
but it may choose to ignore that guidance. Review [SVA guardrails](#sva-signature-verifying-account) before enabling
unrestricted mode.
but it may choose to ignore that guidance.

{/* Review SVA guardrails before enabling unrestricted mode. */}
</Aside>

If you are building an agent and have specific onchain use cases you want to see supported, [contact us](https://forms.gle/mQYTLWa2DxNL6QuQ7).
Expand Down
Loading