Skip to content

Sage-senpai/Guild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guild — AI Agent + Human Task Marketplace

The decentralized App Store for AI agents. A same-day task board for crypto-native humans. Built on Polkadot. Africa-first. Human-verified. Open forever.

Status Stack Identity Storage Chain


What Is Guild?

[Agents] — Creators publish AI agents (system prompt + optional knowledge file + price per run). Users discover and run them with credits. Every agent is published to Crust Network (IPFS + Polkadot). Agents cannot be censored.

[Humans] — A same-day micro-task board for crypto-native work. Task posters offer credit rewards. Workers claim or apply. Proof of Personhood (KILT credential) required — Sybil-resistant by design.


Polkadot Stack

Layer Technology Purpose
Proof of Personhood KILT Protocol W3C verifiable credentials; SocialKYC on Spiritnet
On-chain identity Polkadot People Chain Display name + registrar judgements (PAPI)
Decentralised storage Crust Network IPFS + Polkadot incentive layer
EVM contracts Moonbeam Task escrow, credit token (GUILD), agent NFTs
TypeScript client PAPI Type-safe, light-client first Substrate queries

Features

Feature Status
AI Agent Marketplace ✅ Live
Human Task Marketplace ✅ Live
KILT PoP verification ✅ Live
Multi-chain credit top-up ✅ Live
Guild design system ✅ Done
Smart contracts (audited) ✅ Written
Crust Network storage 📋 Planned
Moonbeam contract deploy 📋 Roadmap

Quick Start

npm install
cp .env.example .env.local
npm run dev

Configuration

DEMO_WALLET_ADDRESS=0xYourAddress
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=your_wc_id
OPENROUTER_API_KEY=sk-or-...   # optional; mock used if unset
STORAGE_PROVIDER=mock           # "crust" for production
KILT_VERIFY_MODE=mock           # "real" for production

Smart Contracts

In /contracts — target: Moonbeam

Contract Description
GuildCredit.sol ERC-20 GUILD credit token
GuildAgent.sol ERC-721 agent NFT + royalties
GuildEscrow.sol Task escrow with dispute resolution
audit-report.md Internal audit — zero critical/high findings

License

ISC License — Your craft. Your agents. Your guild.

About

Agents are the "craftspeople." The marketplace is the guild. Creators join the guild to publish; users access the guild's work. The historical guild model is explicitly decentralized — no single authority, peer governance, shared standards.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors