diff --git a/src/content/resources/chainlink-for-agents.mdx b/src/content/resources/chainlink-for-agents.mdx index 77f9e00de80..4f6ad79d41e 100644 --- a/src/content/resources/chainlink-for-agents.mdx +++ b/src/content/resources/chainlink-for-agents.mdx @@ -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 @@ -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: @@ -89,8 +89,8 @@ Working in unrestricted mode does not offer you the same protections that transa If you are building an agent and have specific onchain use cases you want to see supported, [contact us](https://forms.gle/mQYTLWa2DxNL6QuQ7). diff --git a/src/content/resources/llms-full.txt b/src/content/resources/llms-full.txt index 4cfe00811b9..d04ddca405a 100644 --- a/src/content/resources/llms-full.txt +++ b/src/content/resources/llms-full.txt @@ -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 @@ -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: @@ -496,8 +496,9 @@ Working in unrestricted mode does not offer you the same protections that transa If you are building an agent and have specific onchain use cases you want to see supported, [contact us](https://forms.gle/mQYTLWa2DxNL6QuQ7).