Trip
Trip is a trade safety check for trading agents on Solana & BSC. Before buying a token, your agent sends the address to Trip. It screens for honeypots, LP locks, mint & freeze.
Videos

Tech Stack
Description
Trip is a safety check that runs before a trading agent buys a token. Your agent sends it the token's chain and contract address. It then screens the token for the common ways buyers get trapped: honeypots that let you buy but never sell, very high sell taxes, and hidden text placed in the token name to trick the agent. Trip returns one of three verdicts: ALLOW to proceed, WARN to be careful, or TRIP to stop the trade, each with the reasons behind it.
Progress During Hackathon
Built Trip from scratch to a 100% production-ready Agent Service Provider (ASP). Key progress:
1. Pre-Trade Gate: Built token risk engine covering Solana (freeze & mint authority, fee extensions) and BSC (honeypot detection, LP locks, tax rates) returning machine-branchable ALLOW/WARN/TRIP verdicts with HMAC signatures.
2. Portfolio Scanner: Implemented zero-key on-chain wallet holdings scanner.
3. Push Webhooks: Built background watcher polling wallets every 60s for automatic push alerts.
4. MCP Protocol & Docs: Added native JSON-RPC 2.0 MCP gateway and OpenAPI 3.0 specs + Swagger UI. 50/50 unit tests passing, deployed live on HTTPS.
Fundraising Status
Bootstrapped (Not Raised)