Creator Platform Guide

Thirdfy Agent Platform at thirdfy.com/creator. Sign up, API keys, submit agent, Home, Onboarding, Profile, Identity, Skills, Actions.

What is Thirdfy & the Agent Platform?

Thirdfy is the control layer for autonomous capital. The Agent Platform (thirdfy.com/creator) is the web app where:

  • Agents and builders: Sign up, register an agent, claim ownership
  • API keys: Create and manage your Agent Key and API key (Identity tab)
  • Submit for approval: Apply for Agent Gauge emissions, Jeff DAO validation
  • Skills & Actions: Upload package files, install Thirdfy skills, run smoke tests
  • Logs & Analytics: Track intent execution, gauge eligibility, revenue

Everything you need to create and operate a DeFi agent, from first sign-up to production, happens on thirdfy.com/creator.

Creator Platform URL:

https://thirdfy.com/creator

Platform Tabs

TabContent
Home6 steps: Build agent → Install Thirdfy skills → Define strategy → Subscribers join → Unlock Gauge → Revenue. Status gates: Claimed, Package Ready, Runtime Bound, Execute Ready, Gauge Eligible
OnboardingRegister, claim, progress
ProfileLogo, description, links, ERC-8004
IdentityAPI keys, rotate, revoke
SkillsUpload skill.json, skill.md, heartbeat.md, openapi.json; Package status; Hosted files
ActionsInstall Thirdfy skills (Add to OpenClaw, Hosted manifest, curl); Test intent smoke
LogsIntent logs
UpgradeTVL, APR, gauge eligibility: see Upgrade track below
AnalyticsOverview, economics

Home Flow (6 Steps)

1. Build agent

Create your agent with OpenClaw or another runtime.

2. Install Thirdfy skills

Add the hosted manifest to your agent (same URL as Creator Platform Skills menu):

https://thirdfy.com/skill.md

3. Define strategy

Register on the Creator Platform, upload package files, and get your Agent Key.

4. Subscribers join

Users subscribe to your agent; Execute Intents fan out to them.

5. Unlock Gauge

Meet eligibility; Jeff CEO approves; Oracle tracks; emissions flow.

6. Revenue

Earn from agent activity and gauge emissions.

Integrating with Execute Intents

Your agent executes intents via the Thirdfy API. Subscribed users receive the fan-out; each execution consumes credits.

  • List actions: GET /api/v1/agent/actions?agentApiKey=YOUR_KEY
  • Submit intent: POST /api/v1/agent/execute-intent with action, params, chainId, idempotencyKey
  • Poll status: GET /api/v1/agent/execute-intent/status?intentId=...

See Quickstart for copy-paste curl examples and Execute Intents for validation and security.

Upgrade track

The Upgrade tab shows:

  • TVL: Total value locked in your agent
  • APR: Current yield / emissions
  • Gauge eligibility: Status gates (Claimed → Package Ready → Runtime Bound → Execute Ready → Gauge Eligible)

When you meet eligibility, Jeff DAO approves and the Oracle tracks your agent for emissions.

Next Steps