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: builder-cookbook/filecoin-pin/erc-8004-agent-registration.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
description: How to use the Filecoin Pin CLI with ERC-8004 autonomous agents
3
3
---
4
4
5
-
# Register an ERC-8004 Agent with Filecoin Pin Storage
5
+
# Filecoin Pin for ERC-8004 Agents
6
6
7
-
Learn how to register a trustless autonomous agent on the ERC-8004 Identity Registry with verifiable persistent storage using Filecoin Pin.
7
+
Learn how to register a trustless autonomous agent on the ERC-8004 Identity Registry with verifiable persistent storage using Filecoin Pin for the agent registration file.
8
8
9
9
***
10
10
11
11
## Overview
12
12
13
-
This tutorial walks you through registering an [ERC-8004](https://eips.ethereum.org/EIPS/eip-8004) compliant agent with cryptographically-verified persistent storage on Filecoin. You'll create an agent card (metadata describing your agent's capabilities), store it on Filecoin with daily PDP (Proof of Data Possession) proofs, and register it on-chain as an NFT on Base Sepolia.
13
+
This tutorial walks you through registering an [ERC-8004](https://eips.ethereum.org/EIPS/eip-8004) compliant agent with cryptographically-verified persistent storage on Filecoin. You'll create an agent card (metadata describing your agent's capabilities), store it on Filecoin with daily PDP (Proof of Data Possession) storage proofs, and register it on-chain as an NFT on Base Sepolia.
14
14
15
15
**What you'll learn:**
16
16
- How to create an ERC-8004 compliant agent card
@@ -31,7 +31,8 @@ Agent cards need persistent storage with provable guarantees. Unlike generic IPF
Filecoin is offering a free tier for ERC-8004 builders during the initial rollout. Check the Filecoin Pin documentation for current offers.
680
+
Coming soon, stay tuned!
679
681
680
682
***
681
683
@@ -689,7 +691,5 @@ Filecoin is offering a free tier for ERC-8004 builders during the initial rollou
689
691
690
692
***
691
693
692
-
**Questions or feedback?** Open an issue on the [ERC-8004 GitHub repository](https://github.com/ethereum/EIPs/issues/8004) or reach out in the builder channels.
0 commit comments