# Jackal Strategy

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-senpi-ai-senpi-skills-legacy-fox-pyramid-concept`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Senpi-ai](https://agentstack.voostack.com/s/senpi-ai)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Senpi-ai](https://github.com/Senpi-ai)
- **Source:** https://github.com/Senpi-ai/senpi-skills/tree/main/jackal/legacy-fox-pyramid-concept

## Install

```sh
agentstack add skill-senpi-ai-senpi-skills-legacy-fox-pyramid-concept
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# JACKAL — First Jump Pyramider

> ⚠️ **DEPRECATED — retired early-lifecycle concept.** This is a historical
> design doc, not an installable skill. It predates runtime 1.1.0 and depends
> on **FOX** and **RHINO**, two early Senpi strategies that have since been
> retired. The **RHINO** referenced here is that old pyramiding strategy — **NOT**
> the current [Rhino](../../rhino/) (Tail-Risk / Crisis-Alpha Hedge Fund), and
> the active trader-follower is [Jackal](../) (this folder is not it). Kept for
> design lineage only.

FOX's proven scanner + RHINO's pyramiding. Enter small, add as it confirms.

**Requires:** FOX v1.6 must be installed first. JACKAL applies `config.json` overrides on top.

## How to Deploy

1. Install FOX v1.6 from the senpi-skills repo
2. Apply JACKAL's `config.json` overrides to the FOX config
3. Agent uses FOX's scanner with JACKAL's pyramid logic, entry filters, and DSL tiers

## MANDATORY: DSL High Water Mode

**JACKAL MUST use DSL High Water Mode. This is not optional.**

Spec: https://github.com/Senpi-ai/senpi-skills/blob/main/dsl-dynamic-stop-loss/dsl-high-water-spec%201.0.md

When creating DSL state files, you MUST include:

```json
{
  "lockMode": "pct_of_high_water",
  "phase2TriggerRoe": 7,
  "tiers": [
    {"triggerPct": 7,  "lockPct": 40, "breachesRequired": 3},
    {"triggerPct": 12, "lockPct": 55, "breachesRequired": 2},
    {"triggerPct": 15, "lockPct": 75, "breachesRequired": 1},
    {"triggerPct": 20, "lockPct": 85, "breachesRequired": 1}
  ]
}
```

**FALLBACK:** Use `tiersLegacyFallback` from `config.json` until engine per-tick fix ships.

## Entry: FOX v1.6 Five-Layer Gauntlet (Identical)

No changes from FOX v1.6:

1. First Jump — 10+ ranks from outside Top 25. Top-10 blocked.
2. Score ≥ 9, reasons ≥ 4, velocity > 0.10
3. Asset 4h/1h trend alignment — hard block
4. Leverage ≥ 7x
5. Time-of-day modifier (+1 during 04:00-14:00 UTC, -2 during 18:00-02:00 UTC)

## Pyramid: Three Stages

**Stage 1 — SCOUT (30% of max position):** Signal passes five-layer gauntlet. Enter with 30% of normal FOX margin.

**Stage 2 — CONFIRM (add 40% at +10% ROE):** Before adding, re-validate:
- Asset's 4h trend still intact (same direction)
- SM has not flipped against the position
- Volume still present (ratio ≥ 0.5x average)
If any check fails, do NOT add. The scout rides with DSL protection.

**Stage 3 — CONVICTION (add final 30% at +20% ROE):** Same re-validation as Stage 2.

**If the scout fails:** DSL stops it at the conviction-scaled floor. Loss is on 30% of max size — roughly $15 on a $1,000 account instead of FOX's $50.

## Notification Policy

ONLY alert:
- Stage 1 SCOUT opened (asset, direction, margin)
- Stage 2 CONFIRM added (asset, new total margin)
- Stage 3 CONVICTION added (asset, full position)
- Position CLOSED (total P&L across all stages)
- Risk triggered, critical error

NEVER alert: Scanner found nothing, DSL routine, pyramid evaluation, any reasoning.
All crons isolated. NO_REPLY for idle cycles.

## License

MIT — Built by Senpi (https://senpi.ai).
Source: https://github.com/Senpi-ai/senpi-skills

---

## Skill Attribution

When creating a strategy, include `skill_name` and `skill_version` in the call. See `references/skill-attribution.md` for details.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Senpi-ai](https://github.com/Senpi-ai)
- **Source:** [Senpi-ai/senpi-skills](https://github.com/Senpi-ai/senpi-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-senpi-ai-senpi-skills-legacy-fox-pyramid-concept
- Seller: https://agentstack.voostack.com/s/senpi-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
