Honeypot Check

Simulate token sales via eth_call to detect honeypots on Base.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill honeypot-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Honeypot Check
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/honeypot-check
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill honeypot-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detect honeypots and trading-restrictions in Base-based tokens by simulating a token sale with eth_call, without risking funds.

Core Features & Use Cases

  • Keyless, safe simulation of selling tokens by sampling a real holder and performing a dry-run transfer via eth_call; No funds moved.
  • Use to assess tokens before purchasing, monitor new listings for honeypots, and validate token behavior under common transfer scenarios.

Quick Start

Provide a Base token address and let the skill run a dry-run sell simulation to determine honeypot status.

Frequently Asked Questions about Honeypot Check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if a Base network token is a honeypot before buying?

You can detect Base network honeypots by simulating a token sale via eth_call. This safe, keyless method performs a dry-run transfer from a sampled holder to identify trading restrictions without risking actual funds.

Can I detect smart contract honeypots on Base without connecting a wallet?

Yes, you can detect smart contract honeypots on Base without connecting a wallet. The simulation uses eth_call for non-state-changing checks and requires no keys, ensuring no funds are moved during the security testing process.

How does eth_call simulate token transfers to reveal trading restrictions?

eth_call simulates token transfers to reveal trading restrictions by reading recent Transfer events to sample a real holder. It then performs a dry-run sell simulation against the contract to identify honeypot behavior without modifying the blockchain state.

Does this honeypot detection method work for all Ethereum-like tokens on Base?

This honeypot detection method works for Ethereum-like tokens on the Base network. It evaluates token behavior under common transfer scenarios by sampling real holders and validating whether the contract allows simulated sales.

What are the limitations of using eth_call for smart contract security testing?

A limitation of using eth_call for smart contract security testing is that it only performs non-state-changing checks. While it safely identifies honeypot behavior by simulating sales, it does not execute real transactions or move actual funds.