Skip to content

feat: add 0x402 trading signals service#414

Open
wayzeek wants to merge 2 commits intotempoxyz:mainfrom
wayzeek:add-0x402-service
Open

feat: add 0x402 trading signals service#414
wayzeek wants to merge 2 commits intotempoxyz:mainfrom
wayzeek:add-0x402-service

Conversation

@wayzeek
Copy link

@wayzeek wayzeek commented Mar 21, 2026

Add 0x402 — AI Trading Signals

Service: 0x402.link

AI-optimized compound trading signals via MPP. Cross-references SEC Form 4 insider trades, congressional stock activity, and market data through an AutoResearch-tuned scoring engine.

Endpoints

Route Price Description
GET /api/signals/scan $0.02 Top 10 compound signals with conviction scores
GET /api/signals/score?ticker=NVDA $0.01 Score a specific ticker
GET /api/insider/cluster-buys $0.005 Insider cluster buys
GET /api/insider/officer-sells $0.005 Officer selling signals (80% accuracy)
GET /api/congress/recent $0.005 Congressional stock trades
GET /api/market/dashboard $0.005 Market overview

Links

Checklist

  • pnpm check:types passes
  • discovery.json regenerated
  • llms.txt regenerated
  • Service is live and responding

AI-optimized compound trading signals via MPP on Tempo mainnet.
Cross-references SEC Form 4 insider trades, congressional stock activity,
and market data through an AutoResearch-tuned scoring engine.

6 endpoints:
- GET /api/signals/scan ($0.02) — Top compound signals
- GET /api/signals/score ($0.01) — Score specific ticker
- GET /api/insider/cluster-buys ($0.005) — Insider cluster buys
- GET /api/insider/officer-sells ($0.005) — Officer sells
- GET /api/congress/recent ($0.005) — Congressional trades
- GET /api/market/dashboard ($0.005) — Market overview

Live: https://0x402.link
Docs: https://0x402.link/llms.txt
@vercel
Copy link

vercel bot commented Mar 21, 2026

Someone is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

Congress endpoint made free as a demo/funnel — sparse data wasn't
worth charging for. 30-day window, no payment required. Feeds into
the compound scorer where convergence with insider + technical signals
is the real value-add.

5 paid endpoints remain, discovery.json regenerated.
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