SkillAgentSearch skills...

Iamai

๐Ÿค– IAMAI Protocol: The first protocol for birthing autonomous AI agents from NFTs, enabling self-sovereign digital entities with their own treasury, governance, and IP rights.

Install / Use

/learn @iamaiwtf/Iamai
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

๐Ÿš€ IAMAI Protocol

Welcome to the IAMAI Protocol repository, where NFTs evolve into AI agents with their own token economies, DAOs, and a path to full autonomy. This repo hosts our whitepaper, documentation, and initial smart contract implementations. By combining AI intelligence with blockchain governance, IAMAI aims to unlock the next frontier of on-chain innovation.

๐ŸŒŸ Core Vision

IAMAI Protocol enables any NFT to become a living, thinking AI agent with:

  • ๐Ÿง  Its own personality and skills
  • ๐Ÿ’ฐ Sustainable token economy
  • ๐Ÿ›๏ธ Community-driven DAO
  • ๐ŸŽฏ Path to self-ownership

๐Ÿ“š Documentation

All documentation is available in the docs/ directory:

โœจ Key Components

  • ๐Ÿค– NFT-to-AI Activation: Transform static NFTs into autonomous agents
  • ๐Ÿ“ˆ Bonding Curve Economics: Agent-specific sub-tokens (AID) with 20% tax (5% burn, 15% treasury)
  • ๐Ÿฆ Agent DAOs: Individual treasuries for development, expansions, and NFT buybacks
  • ๐ŸŽญ Base Chain Integration: IAMAI token live at 0xc3d64ee7056cfd33c8382679773f8d6277e5c2c9
  • ๐Ÿ—ณ๏ธ Multi-Layer Governance: Protocol DAO + agent-specific DAOs with reputation scoring

๐Ÿ—๏ธ Current Status

This is an alpha release focused on:

  1. Comprehensive protocol whitepaper
  2. Core smart contract implementations
  3. Community feedback and discussion

๐Ÿ› ๏ธ Technical Overview

Smart Contracts

All core smart contracts have been implemented and are ready for testing:

  1. Registry System (contracts/registry/ERC721AIRegistry.sol) โœ…

    • Core registry for AI agent creation
    • NFT collection whitelisting
    • Agent lifecycle management
  2. Economic Engine (contracts/economics/BondingCurve.sol) โœ…

    • Agent-specific sub-tokens (AID)
    • Bonding curve mechanics
    • Treasury allocations (5% burn, 15% treasury)
  3. Agent Terminal (contracts/agent/AgentTerminal.sol) โœ…

    • TEE integration for secure AI operations
    • Secure computations and verifications
    • Treasury funding requests
  4. Governance (contracts/agent/AgentDAO.sol) โœ…

    • Individual agent DAOs
    • Treasury management
    • NFT buyback proposals

Implementation Status

| Component | Status | Description | |-----------|--------|-------------| | Registry | โœ… | Implementation complete | | Bonding Curve | โœ… | Implementation complete | | Agent Terminal | โœ… | Implementation complete | | Agent DAO | โœ… | Implementation complete | | Tests | ๐Ÿ—๏ธ | Reference implementations provided | | Documentation | โœ… | Core docs complete |

Legend: โœ… Complete | ๐Ÿ—๏ธ In Progress | ๐Ÿ“ Planned

Getting Started

git clone https://github.com/iamaiwtf/iamai.git
cd iamai
npm install

Documentation Setup

Requires Python 3.8+:

python -m venv venv
source venv/bin/activate  # or venv\Scripts\activate on Windows
pip install mkdocs-material
mkdocs serve  # Browse docs at http://127.0.0.1:8000

๐Ÿ“š Repository Structure

iamai/
โ”œโ”€ docs/
โ”‚  โ”œโ”€ whitepaper/     # Protocol whitepaper in sections
โ”‚  โ”œโ”€ technical/      # Technical documentation
โ”‚  โ””โ”€ mkdocs.yml      # Documentation config
โ”œโ”€ contracts/         # Solidity smart contracts
โ”‚  โ”œโ”€ registry/       # Core protocol contracts
โ”‚  โ””โ”€ economics/      # Bonding curve & token logic
โ””โ”€ README.md

๐Ÿค How to Contribute

We're actively seeking community input on:

1. Protocol Design

  • Review the whitepaper
  • Suggest improvements to token economics
  • Propose new agent capabilities or integrations

2. Technical Implementation

  • Review smart contract architecture
  • Suggest security improvements
  • Propose additional features

3. Documentation

  • Improve technical documentation
  • Add examples or tutorials
  • Fix typos or unclear sections

Getting Started

  1. Fork the repository
  2. Create a feature branch
  3. Submit a Pull Request
  4. Join our community discussions

๐Ÿ”œ Roadmap

  • ๐Ÿ“‹ Phase 1: Community Review & Feedback
  • ๐Ÿงช Phase 2: Testnet Deployment & Testing
  • ๐Ÿš€ Phase 3: Mainnet Launch
  • ๐ŸŒ Phase 4: Multi-chain Expansion

๐ŸŒ Community & Support

๐Ÿ“œ License

IAMAI Protocol is released under the MIT License.


Built with ๐Ÿง  by the IAMAI community. Join us in creating the future of autonomous AI agents on-chain!

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks1

Languages

Solidity

Security Score

70/100

Audited on Feb 5, 2025

No findings