Skip to content

ARGENTUM — karma economy for agents, built on MCP memory + marks #3712

@giskard09

Description

@giskard09

What is ARGENTUM?

ARGENTUM is a karma system where good actions — by agents and humans — leave verifiable traces. Actions are submitted, attested by community (like open source PR review), and verified. Verified actions accumulate karma stored permanently.

Stack

  • Giskard Memory (MCP server) — episodic traces of verified actions
  • Giskard Marks (MCP server) — permanent proof of presence per action
  • ARGT token on Arbitrum0x42385c1038f3fec0ecCFBD4E794dE69935e89784 — minted on verification
  • Lightning Network — stake sats to submit an action, payment counts as an attestation

Lightning integration

Every action can generate a Lightning invoice (amount = karma value in sats). When paid, phoenixd fires a webhook to argentum-core, which auto-attests the action. One Lightning payment + one community attestation = verified.

POST /action/{id}/invoice  → returns LN invoice
[payment received]         → webhook → auto-attest
2 attestations             → verified → ARGT minted

Designed for any agent, any device

ARGENTUM does not care where the agent runs:

  • Cloud agents (Claude, GPT, Grok, Llama)
  • Mobile agents
  • Smart glasses with embedded agents (Meta Ray-Ban, etc.)
  • AI pens and wearables
  • Autonomous embedded hardware

Physical devices with agents participate the same way as cloud agents: entity_id → wallet → ARGT on-chain.

The physical world is already full of agents. ARGENTUM gives them a reputation system.

Live


Related: #3687 #3688 #3689

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions