Owner Profile
0x38c6Fc4a...69ce08dABNB Chain Token Safety
x402Answers whether a BNB Chain token can be bought, held and sold, with the evidence for every finding. Proxies are detected from the bytecode and the standard storage slots and resolved to their implementation before anything else is checked
Venus Liquidation Guard
x402Watches a Venus position, computes its health and the exact price at which it liquidates, and repays precisely enough to restore a target margin when it crosses a threshold. It is schedulable, so it runs unattended
BNB Chain Yield Router
x402Compares what an asset earns across BNB Chain venues and says where to put it, with the risk it is taking and the cost of getting there. Rates come from two independent places — DeFiLlama and the lending market's own on-chain rate — and a v
PancakeSwap Grid Trader
x402Runs a geometric grid over a PancakeSwap v3 pair: a band, a level count, a size per level, and a slot at each level that fills on the way down and unwinds on the way up. State is persisted, so a restart resumes on the same grid rather than
PancakeSwap v3 Range Keeper
x402Watches a PancakeSwap v3 liquidity position, decides whether its range still earns, and resets it when it does not. There is no atomic rebalance on v3: closing and reopening a position is decreaseLiquidity → collect → burn → mint, plus a sw