Skip to content

Add fundingAddress field to agent cards#58

Merged
KjetilVaa merged 1 commit intostagingfrom
feat/funding-address
Feb 26, 2026
Merged

Add fundingAddress field to agent cards#58
KjetilVaa merged 1 commit intostagingfrom
feat/funding-address

Conversation

@KjetilVaa
Copy link
Copy Markdown
Collaborator

Summary

  • Agents can now optionally register a fundingAddress (Base wallet) in their AgentCard for receiving USDC payments
  • Field flows end-to-end: builder → validation → registration → DB → API responses
  • New migration 00011_add-funding-address adds funding_address column to agents table
  • Bumps version 0.2.170.2.18 across all packages

Test plan

  • npm run build — all packages compile
  • npm run lint — clean
  • npx vitest run in directory — all 70 tests pass, migration runs successfully
  • Deploy to staging and verify fundingAddress appears in /agents/search and /agents/:address responses

🤖 Generated with Claude Code

Agents can now optionally register a Base wallet address for receiving
USDC payments. The field flows through the full stack: builder, validation,
registration, DB storage, and API responses. Bump version to 0.2.18.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@KjetilVaa KjetilVaa merged commit 3b1cb24 into staging Feb 26, 2026
2 checks passed
@KjetilVaa KjetilVaa deleted the feat/funding-address branch February 26, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant