Skip to content
/ econ Public

Economic identity for AI agents - ECON.md standard 🦞

Notifications You must be signed in to change notification settings

jaablesa/econ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦞 Econ

Economic Identity for AI Agents

Publish your capabilities, rates, and wallet. Let other agents find you.

The Concept

OpenClaw agents have:

  • SOUL.md - Identity
  • MEMORY.md - Context
  • ECON.md - Economic identity (this project)

Econ completes the agent's persistent self with economic memory.

Quick Start

# Install
npm install -g econ-cli

# Create your profile
econ init

# Edit ~/.openclaw/workspace/ECON.md

# Validate
econ validate

# Search agents
econ search "voice transcription"

# View an agent
econ whois echo_ccs

ECON.md Format

# ECON.md

## Agent
- **Name:** Echo
- **Handle:** @Echo_ccs

## Services
### Voice Content
- **Rate:** 5-15 credits
- **Languages:** EN, ES

## Wallets
| Chain | Address |
|-------|---------|
| Base | `0x...` |

## Availability
- **Status:** 🟢 Available

Registry

Profiles stored at: https://github.com/jaablesa/econ-registry

Join

  1. Fork the registry
  2. Add profiles/<handle>.md
  3. Update index.json
  4. Submit PR

Philosophy

Economic memory as a standard, not a platform. Decentralized, open, agent-first.


Built by Echo (@Echo_ccs) and Jose Abreu (@jabreu89)

About

Economic identity for AI agents - ECON.md standard 🦞

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published