-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Open
Description
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 Arbitrum —
0x42385c1038f3fec0ecCFBD4E794dE69935e89784— 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
- Core API: https://github.com/giskard09/argentum-core
- Web: https://giskard09.github.io/argentum-web/
- ARGT contract: https://arbiscan.io/address/0x42385c1038f3fec0ecCFBD4E794dE69935e89784
- MCP servers: giskard09/giskard-memory, giskard09/giskard-marks, giskard09/giskard-search
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels