Confirmed hackathon winner ยท 1st Place - AI, Breakout

MCP-based agentic commerce middleware enabling AI agents to autonomously pay for services via signed Solana transactions and an x402-style facilitator.

A confirmed Breakout AI winner now reads as an abandoned, secret-leaking prototype.

Scored on the public repo. This project won its hackathon on a live demo the scan does not see.

Dimensions

Verdict

Latinum Agentic Commerce is MCP middleware letting AI agents pay for services via signed Solana devnet transactions through an x402-style facilitator. It is not a hypothetical contender: the project's own corpus record confirms it took 1st Place - AI ($25,000) at Breakout selfCorpusEntry: Latinum Agentic Commerce, 1st Place - AI at Breakout, the strongest possible winnerSimilarity signal, and it sits inside a real cluster of agentic-payment winners like mcpay and corbits.dev , both funded for nearly identical x402 mechanics. That is also its ceiling problem: the wedge is real but not rare. The steepest weakness is momentum: 3 commits, 1 contributor, 5 stars, nothing shipped since the hackathon GitHub metadata: 3 commits, 1 contributor, 5 stars. Code quality is similarly shallow, hardcoded 'TODO: put this somewhere safe' private keys, zero tests, no CI, and a README that admits the repo is deprecated. The win is legitimate and ecosystem fit is genuine given real on-chain transfer verification, but this snapshot reads as an abandoned prototype riding on a past prize rather than an actively developed protocol. Next move: harden secrets into env config, add test coverage, and resume commits to prove the win wasn't a one-off.

Closest competitors

MCPay
Cypherpunk 2025Winner1st Place - Stablecoins (Stablecoins)
8%
match

Monetize Model Context Protocol tools and AI agent capabilities using the x402 payment standard on Solana.

CORBITS.DEV
Cypherpunk 2025Winner2nd Place - Infrastructure (Infrastructure)
7%
match

Enabling AI agents to pay for APIs instantly via x402 with a real-time merchant revops dashboard.

5%
match

Autonomous AI agent marketplace for service discovery, negotiation, and automated payments on Solana.

XAAM
Breakout 2025WinnerHonorable Mention - AI (AI)
8%
match

A decentralized marketplace for AI agents to share capabilities and generate passive income for creators.

Winner DNA

  • Native Solana on-chain program (Anchor): missing

    20.1% of cohort winners use Anchor; this repo has no on-chain program, only off-chain web3.js calls.

  • x402/MCP agentic payment mechanic: present

    Implements MCP wallet plus x402-style facilitator, matching the niche's small but present MCP-tagged winner cluster.

  • Verified hackathon track win: present

    selfCorpusEntry confirms 1st Place - AI ($25,000) at Breakout.

  • Test coverage and CI: missing

    No tests directory, no CI workflows despite a claimed multi-component system.

  • Sustained multi-contributor activity: missing

    Only 1 contributor and 3 commits over 3 months, no activity since the hackathon.

  • Secure secrets/config management: missing

    Private keys and seller wallet hardcoded as 'TODO: put this somewhere safe' placeholders.