BARRACUDA v1.0.1 — Funding Decay Collector. Finds assets where extreme funding has persisted for 6+ hours, confirmed by SM alignment from Hyperfeed and 4H trend structure. Enters to collect funding while riding the trend. Double edge: price appreciation + funding income from trapped traders on the other side. Fixes Croc's -42.7% failure by requiring SM and trend confirmation before entering.
Collect funding from trapped traders while riding the confirmed trend.
Croc tried pure funding arbitrage and lost -42.7% on 535 trades. The thesis (collect extreme funding) was sound — the execution was broken. Croc entered funding trades without checking SM direction or trend structure. When funding flipped, Croc was counter-trend and lost on both price AND funding.
Barracuda fixes this with hard gates: extreme funding must be persistent (6+ hours), SM must align, and 4H trend must confirm. You only collect funding when the market agrees with your direction.
When all gates pass, you're collecting funding AND riding a trend:
Patient stops — funding positions need time to accumulate yield:
ONLY alert: Position OPENED (asset, direction, funding rate, daily yield, persistence hours), position CLOSED (DSL or thesis exit with reason), risk guardian triggered, critical error.
NEVER alert: Scanner found nothing, funding history updated, extreme funding detected but didn't qualify, scanner ran successfully, DSL routine check, any reasoning or analysis. If you didn't open or close a position, the user should not hear from you. Silence means working.
All crons MUST use NO_REPLY for idle cycles. Do not narrate scan results.
Barracuda is a PATIENT strategy. Extreme funding that persists for 6+ hours with SM alignment and trend confirmation is rare. Expected:
| File | Purpose |
|---|---|
scripts/barracuda-scanner.py | Six-gate funding scanner with persistence tracking |
scripts/barracuda_config.py | Config helper (from Tiger) |
scripts/barracuda_lib.py | Technical analysis library (from Tiger) |
config/barracuda-config.json | Parameters |
MIT — Built by Senpi (https://senpi.ai).
When creating a strategy, include skill_name and skill_version in the call. See references/skill-attribution.md for details.