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
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ Learn how to register a trustless autonomous agent on the ERC-8004 Identity Regi
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) storage 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 & IPFS using Filecoin Pin, 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
17
17
- How to use Filecoin Pin for persistent, verifiable storage
18
18
- How to register an agent on the ERC-8004 Identity Registry
19
-
- How to verify PDP proofs and on-chain registration
19
+
- How to verify Filecoin storage proofs and on-chain registration
20
20
21
21
**What you'll build:**
22
22
A GitHub Integration Agent that references GitHub's official MCP server, demonstrating how real-world services can be integrated with ERC-8004.
@@ -75,15 +75,16 @@ You'll need testnet tokens on **two networks**:
0 commit comments