Skip to content

Commit 34fed62

Browse files
committed
Fix internal links: use eip-XXX.md convention for ERCs repo
1 parent e57c5a7 commit 34fed62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ERCS/erc-8267.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AI agents are proliferating across the blockchain ecosystem — trading bots, re
2525
4. **Enable accountability** — When an agent causes harm, there is no way to trace responsibility.
2626
5. **Create economic deterrence** — Malicious agents face no financial consequences.
2727

28-
Existing standards ([ERC-725](./erc-725.md), [ERC-735](./erc-735.md), W3C DIDs) address human identity but not AI agent-specific concerns: capability declaration, code auditability, economic staking, and agent-specific reputation. This standard fills that gap.
28+
Existing standards ([ERC-725](./eip-725.md), [ERC-735](./eip-735.md), W3C DIDs) address human identity but not AI agent-specific concerns: capability declaration, code auditability, economic staking, and agent-specific reputation. This standard fills that gap.
2929

3030
## Specification
3131

@@ -166,8 +166,8 @@ The accountability anchor (email/domain) remains non-public but queryable throug
166166

167167
This standard does not conflict with existing ERC standards. It is compatible with:
168168

169-
- **[ERC-725](./erc-725.md)** (Identity): AgentRegistry can serve as an identity provider for [ERC-725](./erc-725.md) claims.
170-
- **[ERC-165](./erc-165.md)** (Interface Detection): Implementations SHOULD support [ERC-165](./erc-165.md) for interface detection.
169+
- **[ERC-725](./eip-725.md)** (Identity): AgentRegistry can serve as an identity provider for [ERC-725](./eip-725.md) claims.
170+
- **[ERC-165](./eip-165.md)** (Interface Detection): Implementations SHOULD support [ERC-165](./eip-165.md) for interface detection.
171171
- **EAS** (Ethereum Attestation Service): Agent attestations can be bridged to EAS schemas.
172172

173173
## Test Cases

0 commit comments

Comments
 (0)