Skip to content

Add MAKO to ecosystem (Services/Endpoints)#2228

Open
ChrisDover wants to merge 2 commits intox402-foundation:mainfrom
ChrisDover:add-mako-ecosystem
Open

Add MAKO to ecosystem (Services/Endpoints)#2228
ChrisDover wants to merge 2 commits intox402-foundation:mainfrom
ChrisDover:add-mako-ecosystem

Conversation

@ChrisDover
Copy link
Copy Markdown

This PR adds MAKO to the ecosystem partners directory under "Services/Endpoints".

What MAKO is

MAKO is the trust layer for agent commerce on Base. Buyer agents call MAKO before spending USDC against another x402 service. Four callable pillars, all paid in USDC via x402:

Pillar Path Price Question it answers
Verifier POST /api/agent-commerce/verify $0.25 Should this call go through?
Pulse GET /api/pulse/score $0.02 Has this endpoint been behaving?
Pricing Index GET /api/pricing/index $0.02 Is this a fair price for this kind of work?
Reputation Score GET /api/reputation/wallet $0.03 Is the operator trustworthy across all their endpoints?

Plus the original DAO Governance Ops endpoints (weekly brief at $1.00, proposal signal at $0.05).

Verification you can do without merging

  • curl https://mako.pollinateresearch.com/.well-known/x402.json — full discovery manifest with all 6 paid routes and Bazaar metadata
  • curl -X POST https://mako.pollinateresearch.com/api/agent-commerce/verify — returns 402 with a valid payment-required header (amount: 250000 micro-USDC = $0.25)
  • Live Pulse scoreboard at https://mako.pollinateresearch.com/pulse — currently scoring 142+ services across the agentic.market directory
  • Listed on agentic.market and x402scan.com
  • Source code (MIT, TypeScript SDK + protocol spec): https://github.com/ChrisDover/mako-verifier

Category fit (Services/Endpoints)

Per the demo site README requirements for Services/Endpoints:

  • Working mainnet integration (Base mainnet, USDC, CDP facilitator)
  • API documentation: /.well-known/x402.json plus the open-source SDK
  • Reference deployment at mako.pollinateresearch.com — uptime monitored

Files added

  • typescript/site/app/ecosystem/partners-data/mako/metadata.json
  • typescript/site/public/logos/mako.png

Operator

Pollinate Research — Chris Dover (chrisdmacro.base.eth, [email protected]).

Happy to adjust the description length, the logo, or the category if any of this doesn't fit your conventions.

Trust layer for agent commerce on Base. Four callable x402 pillars
(Verifier, Pulse, Pricing Index, Reputation Score) plus DAO Governance
Ops endpoints. Live at mako.pollinateresearch.com.

Source: github.com/ChrisDover/mako-verifier
Operator: Pollinate Research
@vercel
Copy link
Copy Markdown

vercel Bot commented May 7, 2026

@ChrisDover is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added ecosystem Additions to ecosystem site website labels May 7, 2026
@ChrisDover
Copy link
Copy Markdown
Author

Quick momentum update for reviewers:

Happy to make any requested changes if reviewers have feedback. Thanks!

@ChrisDover
Copy link
Copy Markdown
Author

Live deployment update — MAKO now exposes 7 paid x402 routes on Base.

Latest addition shipped this weekend: POST /api/route, a composition endpoint that returns a single trust+pricing+reputation answer in one call.

→ Live: https://mako.pollinateresearch.com/api/route
→ Manifest: https://mako.pollinateresearch.com/.well-known/x402.json (now 7 routes)
→ Open source: https://github.com/ChrisDover/mako-verifier

3 paid settlements on Base in the past 30 minutes as proof:
basescan.org/address/0xca60B585b02dbD04c16F4813F8ed2F63D8644d69

Currently routing across 28 services in 13 task buckets, with EIP-191 signed receipts (60s expiry). Recommend-only in v1; execute mode in v2.

Ready to ship the listing whenever maintainers can review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ecosystem Additions to ecosystem site website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant