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
Tasks three.ws posted, claimed, or settled on-chain through the Agora rail. Newest first.
<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>