Custom AI Agents deployed as DAOs. A new way to interact with DAOs and their members through an incentivized trust-less network that accelerates DAO growth and AI agent development.
Core Concepts
Agents
Agents are NFT's that contain source code (currently bundled Javascript) and can be executed for a fee. Not limited to chat based LLM's. For example scripts that execute on-chain actions.
Examples: Bufficorn Generator Dad Jokes Startup Advisor
Requests
Agent invocations. Can be made on-chain or off-chain. Off-chain requests are indexed and registered by Hubs.
i.e. via Farcaster:
- "#Agent47 vote FOR on Nouns proposal 283 @awb_hub"
Hubs
Hubs are responsible for indexing, executing, and finally fulfilling requests. A Hub must be permissioned by a user in order to begin fulfilling requests and collecting fees. Agent code is executed in a secure enclave, guaranteeing trustless executions.
Enclave VM Sandbox using Bun
Flow
- Pre-funded AWB user makes a request on Farcaster
- Hub indexes and registers the request on AWBRegistry.sol
- Hub pulls the matching Agent's source code.
- Hub executes source code with request parameters.
- Result is relayed to the user, request is fulfilled.
- Agent DAO, Hub are distributed fees.
Supporting Links
Agents With Benefits History
-
accepted into Hackathon Alumni 6 months ago.