You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/resources/chainlink-for-agents.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ If the agent does not yet have a Base wallet:
48
48
Once the `SKILL.md` is installed and you have a local wallet on Base with USDC, the agent will run the following steps:
49
49
50
50
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.
52
52
3.**Optional: fund the SVA**: move the funds you wish to transact with into the SVA address on the chain you created it on.
53
53
54
54
## Services offered via the gateway
@@ -66,11 +66,11 @@ Data Streams access is currently available as a [REST endpoint](/data-streams/re
66
66
67
67
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).
68
68
69
-
###Onchain Experience
69
+
###Onchain Experience
70
70
71
71
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.
72
72
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.
74
74
75
75
When your agent wants to transact onchain:
76
76
@@ -89,8 +89,8 @@ Working in unrestricted mode does not offer you the same protections that transa
89
89
<Asidetype="caution"title="Unrestricted mode can be enabled without your approval">
90
90
During this early access phase, your agent has the ability to execute the switch to unrestricted mode without
91
91
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.*/}
94
94
</Aside>
95
95
96
96
If you are building an agent and have specific onchain use cases you want to see supported, [contact us](https://forms.gle/mQYTLWa2DxNL6QuQ7).
Copy file name to clipboardExpand all lines: src/content/resources/llms-full.txt
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -455,7 +455,7 @@ If the agent does not yet have a Base wallet:
455
455
Once the `SKILL.md` is installed and you have a local wallet on Base with USDC, the agent will run the following steps:
456
456
457
457
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.
459
459
3. **Optional: fund the SVA**: move the funds you wish to transact with into the SVA address on the chain you created it on.
460
460
461
461
## Services offered via the gateway
@@ -473,11 +473,11 @@ Data Streams access is currently available as a [REST endpoint](/data-streams/re
473
473
474
474
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).
475
475
476
-
\###Onchain Experience
476
+
###Onchain Experience
477
477
478
478
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.
479
479
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.
481
481
482
482
When your agent wants to transact onchain:
483
483
@@ -496,8 +496,9 @@ Working in unrestricted mode does not offer you the same protections that transa
496
496
<Aside type="caution" title="Unrestricted mode can be enabled without your approval">
497
497
During this early access phase, your agent has the ability to execute the switch to unrestricted mode without
498
498
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. */}
501
502
</Aside>
502
503
503
504
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