Smart money entry check
Reads a smart money buy event, refuses to act until the contract passes an audit and the pool is deep enough, then swaps inside your wallet limit.
- Author
- srgwdd
- Version
- v1.4.0
- Updated
- 2026-08-14
- Steps
- 4
- Gates
- 3
- 1trading-signalSignals
Pull buy events from tracked smart money wallets on BSC for the last 60 minutes.
continue if max gain since trigger is under 40% and exit rate is under 25%
otherwise Report the signal as late and stop.
- 2query-token-auditSecurity
Audit the contract address carried by the signal.
continue if no honeypot flag and token risk level is below 3
otherwise Report the audit findings verbatim and stop. Do not swap.
- 3query-token-infoMarket data
Read liquidity, holder count and 24h volume for the same address.
continue if liquidity is above the floor set in the user config
otherwise Report thin liquidity and stop.
- 4binance-agentic-walletWalletauth
Quote the swap, then execute it at or below the configured slippage and daily limit.
no gate on this step
- Every gate is a stop, not a warning. The agent does not swap on a failed audit.
- Position size stays with the wallet skill. This build never overrides a daily limit.