AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Deadline Drift

skill-superior-trade-superior-skills-deadline-drift · by Superior-Trade

Use when a Polymarket market probability changes as the resolution deadline approaches.

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-superior-trade-superior-skills-deadline-drift

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-superior-trade-superior-skills-deadline-drift)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Deadline Drift? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Strategy: Polymarket · Deadline Drift

When to use

Use this for before-date contracts, monthly/weekly threshold markets, election timing markets, or requests where time remaining is the core thesis.

What the agent should look for

  • Exact market slug from POST /v3/markets/search.
  • Reliable market_end from market metadata.
  • Time remaining during the candidate backtest window.
  • Probability drift near deadline in the filled history.
  • Whether the market reprices gradually or with sharp catalyst jumps.
  • User preference for holding to settlement or exiting earlier.

Backtest fit with filled data

Moderate fit. Filled TradeTick data can show whether price drifted in line with deadline pressure and whether exits would usually occur before binary resolution.

Limit: this does not produce true fair-probability forecasts; it only tests historical price behavior around deadlines.

Strategy logic

Enter when drift aligns with time decay or deadline acceleration. Exit before settlement unless the user explicitly asks for binary exposure into resolution.

Nautilus strategy shape

  • Use on_trade_tick.
  • Compare trade timestamp to market_end.
  • Trade only between min_days_to_end and max_days_to_end.
  • Exit using an exit_buffer_hours cutoff.

Example strategyConfig

{
  "market_end": "2026-07-01T00:00:00Z",
  "min_days_to_end": 2,
  "max_days_to_end": 21,
  "drift_threshold": 0.015,
  "order_size": 10,
  "exit_buffer_hours": 12
}

Iteration knobs

| Knob | Effect | |---|---| | min_days_to_end | Avoids entering too close to settlement. | | max_days_to_end | Avoids entering when the deadline is still distant. | | drift_threshold | Higher values require stronger deadline repricing. | | exit_buffer_hours | Larger buffers reduce resolution timing risk. |

Failure modes

  1. Market rules can resolve differently than expected.
  2. Event risk can overwhelm smooth drift behavior.
  3. Short windows overfit to one cycle.
  4. Holding through settlement can produce binary outcomes unrelated to interim PnL.

User-facing framing

"This strategy trades deadline pressure, not certainty. I will backtest on filled TradeTicks to check whether the historical price drift is consistent and tradable, then suggest only cautious position sizing."

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.