Binance Pay Assistant - Send and Receive crypto payments. Send: QR code payment from Funding Wallet (C2C + PIX). Use when user wants to buy/purchase/pay/transfer/send, confirm/cancel payment, or query order status. Requires QR code data. PIX QR codes (pix, br.gov.bcb.pix) are auto-detected. Receive: Generate QR codes…
CCXT cryptocurrency exchange library for C# and .NET developers. Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors in .NET projects. Use when working with…
Use when writing or modifying tests for Jesse's backend — especially behavior tied to a strategy (entries/exits, take-profit/stop-loss, position lifecycle hooks, closed-trade metrics). Documents this repo's strategy-driven test pattern: a thin test in tests/testparentstrategy.py that runs singleroutebacktest('Name')…
Help developers use the python-binance library for trading on Binance. Use when code imports binance, references Client/AsyncClient, or asks about Binance API trading, market data, websockets, or account management.
Autonomously test the running binance-trading-bot app in a real browser. The agent drives the browser itself via the Playwright MCP - logs in, looks at each screen, and works through every feature end-to-end like a real operator, finding and fixing bugs. Use when asked to test the app, smoke-test or walk through the…
A real-time market-data API for foreign exchange, metals, indexes, stocks, and cryptocurrencies. An API is a service that software can call to request data.
A tool for turning a trading idea written in everyday language into a cryptocurrency trading bot. It can run local tests on past market data, with optional checks and simulated trades through external platforms.
A tool for creating cryptocurrency trading bots from a description of the coin, testing period, and strategy style. It uses included Hyperliquid market-data files for local backtesting and strategy evolution.
A tool for creating cryptocurrency trading bots from a described currency, date range, and strategy style. It uses built-in Hyperliquid CSV market-data files for local backtesting and strategy evolution, and can optionally upload a bot for verification or simulated live trading.
Use when the user asks about JoyinCode development workflow, how to use AI coding in this project, or mentions any pipeline step (markitdown Word-to-MD conversion, grill-with-docs requirement analysis, opsx proposal workflow).
A read-only database lookup skill that checks real tables, columns, definitions, and selected data before SQL or code is written. Its documentation is in Chinese.
An enterprise software-development workflow that takes a request through clarification, specification, design, task planning, execution, and archiving.
Constant-product AMM bonding curve math for Pump token pricing — buy/sell quoting, fee-aware calculations, market cap computation, tiered fees, ceiling division, virtual vs real reserves, and edge-case handling.
Full token lifecycle from creation through bonding curve trading, graduation detection, AMM migration, fee collection, and volume tracking on Solana using PumpSdk and OnlinePumpSdk.
Run isolated local Convex networks and in-process lattice node networks for development. Use when testing against local peers, reproducing peer or P2P replication issues, exercising NodeServer or P2PNode sync, or when no remote network is configured.
Protocol versions, migrations and the v1 upgrade — which semantics to write against, and how to change CVM behaviour without forking the network. Use when changing core functions, juice costs, encodings or on-chain libraries.
Drive and inspect KotlinExampleApp on a booted Android emulator end-to-end — tap/swipe/type by Compose testTag, screenshot, dump the view tree, unlock for auth-bound signing, fund via faucet or self-send, run full identity/DPNS/DashPay flows against testnet. The Android counterpart of simulator-control (iOS). Use when…
Review and test Dash Platform Drive protocol upgrades across version maps, epoch signaling and activation, first-block transitions, persisted data, rollback/retry, and Dashmate rolling release upgrades. Use when comparing Platform release refs, reviewing performeventsonfirstblockofprotocolchange, deciding whether…
Drive and inspect SwiftExampleApp on the booted iOS simulator end-to-end — tap, swipe, type, screenshot, read SwiftData, stream logs, dump the accessibility tree. Use when the user reports a UI bug, asks "why is X stuck?", wants a UAT run automated, or you need to verify the app's persisted state against what the UI…