Skip to content

feat: add getpeon token safety scanner service#415

Open
pm1337-pixel wants to merge 1 commit intotempoxyz:mainfrom
pm1337-pixel:add-getpeon-service
Open

feat: add getpeon token safety scanner service#415
pm1337-pixel wants to merge 1 commit intotempoxyz:mainfrom
pm1337-pixel:add-getpeon-service

Conversation

@pm1337-pixel
Copy link

What

Adds getpeon to the MPP service registry — a first-party token safety scanner for Tempo.

Service Details

  • Type: First-party (self-hosted, not proxied)
  • Category: Blockchain / Security
  • Payment: 0.06 USDC per scan via MPP (Tempo)

Endpoints

Route Description Price
POST /api/scan Scan a TIP-20 token for risk $0.06
GET /api/status Service health and version info Free

What the scanner returns

  • Risk score (0-100) with verdict (LOW / MEDIUM / HIGH / CRITICAL)
  • Risk flags: honeypot detection, uncapped supply, low liquidity, few holders
  • Token info: name, symbol, decimals, supply, pause status
  • Price & FDV from on-chain DEX data
  • Liquidity analysis: pool reserves, LP burn percentage, DEX identification
  • Holder analysis: concentration metrics, top holders with labels
  • Admin permissions: mint, pause, RBAC detection
  • Contract type: TIP-20 standard detection, proxy detection

Documentation

Note

schemas/discovery.json was not regenerated as I don't have the full build toolchain. Happy to update if needed.

getpeon is a first-party token safety scanner for Tempo.
It analyzes TIP-20 tokens and returns a 0-100 risk score
covering honeypot detection, holder concentration, liquidity
depth, admin permissions, supply caps, and proxy contracts.

- POST /api/scan: $0.06 per scan via MPP
- GET /api/status: free health check
- Docs: https://getpeon.xyz/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.

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