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
+11-9Lines changed: 11 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
- ✅ **Decentralized** storage across a global network
33
33
- ✅ **IPFS compatible** - works with existing tools and gateways
34
-
- ✅ **Free tier** available for ERC-8004 builders
34
+
- ✅ **Crypto payments** - onchain payments
35
+
- ✅ **Limited time - sponsered storage coming soon** available for ERC-8004 builders
35
36
36
37
***
37
38
@@ -280,11 +281,13 @@ You'll see output similar to:
280
281
281
282
```
282
283
284
+
> **NOTE!** Data storage on the Calibration Testnet has a retention period of approximately 1 week. For production use and to ensure your data remains available, please switch to Filecoin mainnet.
285
+
283
286
### Save Important Values
284
287
285
288
Copy these values from the output - you'll need them later:
286
289
287
-
-**Root CID** - The IPFS content identifier (e.g., `bafybeihhal5hlbylkibniig6j72wdrm7lr4nf6z47natleh2jkyosrg7di`)
290
+
-**Root CID** - The IPFS content identifier (e.g., `bafybeihhal5hlbylkibniig6j72wdrm7lr4nf6z47natleh2jkyosrg7di`).
288
291
-**Dataset ID** - For checking PDP proof status (e.g., `933`)
289
292
290
293
> **⚠️ IMPORTANT**: The Token URI for ERC-8004 registration must include the filename! Format it as:
@@ -667,13 +670,14 @@ Now that your agent is registered with verifiable persistent storage, you can:
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!
677
681
678
682
***
679
683
@@ -687,7 +691,5 @@ Filecoin is offering a free tier for ERC-8004 builders during the initial rollou
687
691
688
692
***
689
693
690
-
**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