Skip to content

feat: add honeypot service#653

Closed
Vanya13917 wants to merge 4 commits into
tempoxyz:mainfrom
Vanya13917:add/honeypot
Closed

feat: add honeypot service#653
Vanya13917 wants to merge 4 commits into
tempoxyz:mainfrom
Vanya13917:add/honeypot

Conversation

@Vanya13917
Copy link
Copy Markdown

Summary

  • Adds honeypot — multi-chain token honeypot and security checker via GoPlus Security API
  • 5 paid endpoints + 2 free, 8 EVM chains (Ethereum, BSC, Polygon, Avalanche, Arbitrum, Optimism, Base, Fantom)
  • Alphabetically inserted between Holidays and Hunter

Endpoints

Route Price
GET /api/check?token=0x...&chain=1 $0.02
GET /api/check/deep?token=0x...&chain=1 $0.04
GET /api/check/batch?tokens=0x...,0x...&chain=1 $0.01/token
GET /api/wallet-risk?address=0x...&chain=1 $0.02
GET /api/lp?token=0x...&chain=1 $0.02
GET /api/info free
GET /openapi.json free

Links

Adds mppgas to the service catalog: returns slow/standard/fast gas prices
in gwei, native token USD price, and estimated 21k-gas transfer cost in USD
for Ethereum, Base, Arbitrum, Optimism, Polygon, BSC, and Tempo.
$0.01 USDC.e per request, gas-abstracted (feePayer sponsored).
Multi-chain token honeypot and security checker via GoPlus Security.
5 paid endpoints (basic/deep/batch check, wallet-risk, LP) + 2 free.
Supports 8 EVM chains: Ethereum, BSC, Polygon, Avalanche, Arbitrum,
Optimism, Base, Fantom. Prices: $0.02–$0.04 per check, $0.01/token batch.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

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

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown

Thanks for submitting a service to the MPP directory!

If you want your service included in the curated mpp.dev/services list, complete this checklist before review:

Required

  • Your service is live and accepting payments via MPP (not a placeholder or coming-soon)
  • You've added your entry to schemas/services.ts following the contributing guide
  • Types pass: pnpm check:types
  • Build succeeds: pnpm build

Recommended

  • Register your service on MPPScan (by Merit Systems) — it follows the standard MPP discovery format and makes your service discoverable by agents immediately, no PR required

Review criteria

We prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready.


Contributing guide · MPPScan · Protocol docs

@github-actions
Copy link
Copy Markdown

🔀 Changed Services

✅ Added

  • honeypot
  • mppgas

@Vanya13917
Copy link
Copy Markdown
Author

Closing in favour of a cleaner branch — only honeypot, no mppgas commits.

@Vanya13917 Vanya13917 closed this May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant