Skip to content

loreum-org/chamber

Repository files navigation

Loreum Chamber

Loreum is a Smart Account framework that integrates artificial intelligence agents with decentralized capital management and directorship. The system introduces a novel Chamber architecture that enables dynamic, market-driven governance while maintaining human oversight through a unique delegation mechanism.

Overview

The Chamber represents a novel smart account architecture that fundamentally reimagines organizational governance through three integrated components:

  • Board management
  • Wallet operations
  • Delegation mechanics

Key Features

  • Market-driven governance through token delegation
  • Hybrid human-AI decision making
  • Multi-signature security
  • Flexible extensibility through SubDAOs

Architecture

Board System

  • Maintains an ordered ranking of leaders based on delegated voting power
  • Automatically reorders positions when delegation amounts change
  • Tracks director status for the top N positions

Wallet System

  • Multi-signature transaction management
  • Quorum-based approval system
  • Batch transaction support
  • Revocable transaction confirmations

Delegation System

  • Market-driven leadership selection
  • Fluid reallocation of voting power
  • Double-entry bookkeeping for delegations
  • Immediate withdrawal capabilities
  graph TD
  subgraph Chamber
  B[Board Management]
  W[Wallet Operations]
  end
  subgraph Governance
  H[Human NFT Holders]
  A[AI Agent NFT Holders]
  T[Token Holders]
  end
  subgraph Operations
  TX[Transactions]
  TR[Treasury]
  end
  T -->|Delegate| H
  T -->|Delegate| A
  H -->|Director| B
  A -->|Director| B
  B -->|Approve| W
  W -->|Execute| TX
  W -->|Manage| TR
Loading

Contract Addresses

Sepolia Testnet

  • Chamber: 0xB99DEdbDe082B8Be86f06449f2fC7b9FED044E15
  • Governance Token: 0x7756d245527f5f8925a537be509bf54feb2fdc99
  • Team Multisig: 0x5d45a213b2b6259f0b3c116a8907b56ab5e22095

Documentation

For detailed documentation, visit docs.loreum.org

Community

License

MIT License