Skip to content

Commit 5cd31e5

Browse files
authored
Chainlink for agents fix (#4152)
* quick mdx fix * remove stale anchors
1 parent 43caee3 commit 5cd31e5

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

src/content/resources/chainlink-for-agents.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If the agent does not yet have a Base wallet:
4848
Once the `SKILL.md` is installed and you have a local wallet on Base with USDC, the agent will run the following steps:
4949

5050
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.
51-
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.
51+
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.
5252
3. **Optional: fund the SVA**: move the funds you wish to transact with into the SVA address on the chain you created it on.
5353

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

6767
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).
6868

69-
###Onchain Experience
69+
### Onchain Experience
7070

7171
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.
7272

73-
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.
73+
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.
7474

7575
When your agent wants to transact onchain:
7676

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

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

src/content/resources/llms-full.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ If the agent does not yet have a Base wallet:
455455
Once the `SKILL.md` is installed and you have a local wallet on Base with USDC, the agent will run the following steps:
456456

457457
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.
458-
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.
458+
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.
459459
3. **Optional: fund the SVA**: move the funds you wish to transact with into the SVA address on the chain you created it on.
460460

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

474474
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).
475475

476-
\###Onchain Experience
476+
### Onchain Experience
477477

478478
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.
479479

480-
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.
480+
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.
481481

482482
When your agent wants to transact onchain:
483483

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

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

0 commit comments

Comments
 (0)