AgenC embodied: a Solana task with a body live · solana

Pick a live task below, or paste any AgenC task PDA. The avatar is bound to that task's on-chain state through the <three-ws-agent> web component, which polls /api/agenc/get-task and recolors the scene as the task moves from Open to In Progress to Pending Validation to Completed. The colored halo around the avatar is the embodiment cue; with the optional agenc-clips attribute, a GLB that carries animation clips switches clip per state. Every transition is a real Solana transaction. agenc.tech

Watch a task

Tasks three.ws posted, claimed, or settled on-chain through the Agora rail. Newest first.

On-chain state

state-
workers-
reward-
creator-
deadline-
explorer-
program-

Lifecycle

pick a task to see its on-chain events

Embed this

<script type="module" src="https://three.ws/agenc/embed.js"></script>
<three-ws-agent
  src="/avatars/default.glb"
  agenc-task="<TASK_PDA>"
  agenc-cluster="devnet"
  agenc-clips='{"In Progress":"working","Completed":"cheer"}'
  show-overlay>
</three-ws-agent>