Skip to content

Commit 4834c79

Browse files
committed
Revise ERC-8004 agent registration documentation
Updated the documentation for ERC-8004 agent registration with clarifications and added information about sponsored storage.
1 parent f2a1323 commit 4834c79

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

builder-cookbook/filecoin-pin/erc-8004-agent-registration.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
description: How to use the Filecoin Pin CLI with ERC-8004 autonomous agents
33
---
44

5-
# Register an ERC-8004 Agent with Filecoin Pin Storage
5+
# Filecoin Pin for ERC-8004 Agents
66

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.
88

99
***
1010

1111
## Overview
1212

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.
1414

1515
**What you'll learn:**
1616
- How to create an ERC-8004 compliant agent card
@@ -31,7 +31,8 @@ Agent cards need persistent storage with provable guarantees. Unlike generic IPF
3131
-**Ongoing verification** ensures storage persistence
3232
-**Decentralized** storage across a global network
3333
-**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
3536

3637
***
3738

@@ -280,11 +281,13 @@ You'll see output similar to:
280281
281282
```
282283

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+
283286
### Save Important Values
284287

285288
Copy these values from the output - you'll need them later:
286289

287-
- **Root CID** - The IPFS content identifier (e.g., `bafybeihhal5hlbylkibniig6j72wdrm7lr4nf6z47natleh2jkyosrg7di`)
290+
- **Root CID** - The IPFS content identifier (e.g., `bafybeihhal5hlbylkibniig6j72wdrm7lr4nf6z47natleh2jkyosrg7di`).
288291
- **Dataset ID** - For checking PDP proof status (e.g., `933`)
289292

290293
> **⚠️ 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:
667670

668671
### Join the Community
669672

673+
- **Filecoin Builders**: [on telegram](https://t.me/+Xj6_zTPfcUA4MGQ1); [on Slack](https://filecoinproject.slack.com/archives/CRK2LKYHW)
670674
- **ERC-8004 Discussion**: [GitHub Discussions](https://github.com/ethereum/EIPs/issues/8004)
671675
- **Filecoin Pin**: [Documentation](https://docs.filecoin.io/builder-cookbook/filecoin-pin)
672676
- **Builder Channels**: Join ERC-8004 builder communities
673677

674-
### Free Tier for Builders
678+
### Sponsered Storage for ERC-8004 Builders
675679

676-
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!
677681

678682
***
679683

@@ -687,7 +691,5 @@ Filecoin is offering a free tier for ERC-8004 builders during the initial rollou
687691

688692
***
689693

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.
691-
692694
**Happy building!** 🚀
693695

0 commit comments

Comments
 (0)