jingswap

Automate Jingswap blind batch auction workflows on the Stacks network via CLI.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill jingswap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jingswap
Source: https://github.com/Jay0xx/forge0btc-news-agent/tree/main/aibtcdev-skills/jingswap
Command: npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill jingswap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jingswap blind batch auctions on Stacks require coordinated actions across cycle states, deposits, and settlements, which this CLI abstracts into a single workflow.

Core Features & Use Cases

  • Query cycle state, prices, depositors, settlements, cycles history, and user activity.
  • Deposit and cancel deposits for both sides of the auction, close deposits, settle with or without refreshed Pyth prices, and cancel failed cycles.
  • Use Case: operators can monitor an active auction and execute on-chain actions from a single command-line interface.

Quick Start

Run bun run jingswap/jingswap.ts cycle-state to view the current auction state, then deposit-stx or deposit-sbtc to participate in the active cycle.

Frequently Asked Questions about jingswap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage blind batch auctions for sBTC on Stacks from the command line?

You can manage blind batch auctions for sBTC on Stacks by running the jingswap CLI to automate cycle state queries, deposits, settlements, and cancellations across sbtc-stx and sbtc-usdcx markets from a single interface.

What is a blind batch auction workflow on the Stacks network?

A blind batch auction workflow on the Stacks network involves coordinated actions across cycle states, deposits, and settlements for sBTC markets. This CLI abstracts these steps into a single automated workflow accessible via command line.

Does settling sBTC auctions on Stacks require Pyth prices?

Settling sBTC auctions on Stacks can be executed with or without refreshed Pyth prices. The CLI supports both settlement methods, allowing operators to finalize cycles based on current market conditions.

Can I cancel failed auction cycles and close deposits on the Stacks network?

Yes, you can cancel failed auction cycles and close deposits on the Stacks network. The CLI enables operators to perform cancellations and close deposits for both sides of the sbtc-stx and sbtc-usdcx auctions.

Do I need wallet access to participate in sBTC Stacks auctions via CLI?

Yes, wallet access is required to participate in sBTC Stacks auctions via CLI. The tool requires wallet configuration, market setup, and API integration to fetch auction data and execute on-chain deposit and settlement actions.