Toolverse
All skills

solana-funding-arb

by openclaw

Solana perpetual DEX funding rate arbitrage - scanner and auto-trader. Compares funding rates across Drift and Flash Trade to find and execute cross-DEX arbitrage opportunities. Use when analyzing Solana perp funding rates, finding funding arbitrage, setting up delta-neutral

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Testing
Views
27

About this skill

Solana perpetual DEX funding rate arbitrage - scanner and auto-trader. Compares funding rates across Drift and Flash Trade to find and execute cross-DEX arbitrage opportunities. Use when analyzing Solana perp funding rates, finding funding arbitrage, setting up delta-neutral strategies, or running automated funding collection. Includes Monte Carlo simulation, backtesting, and full auto-trading capabilities.

How to use

  1. Zainstaluj zależności, przechodząc do folderu scripts i uruchamiając npm install. 2. Skonfiguruj plik ~/.secrets/funding-arb-config.json, wybierając strategię (ultra_safe, conservative lub moderate), ustawiając maksymalny procent pozycji, minimalny spread oraz tolerancję na maksymalny drawdown. 3. Uruchom skanowanie stóp finansowania poleceniem npm run trade:scan, aby zobaczyć dostępne okazje arbitrażowe bez wykonywania transakcji. 4. Sprawdź status istniejących pozycji i zebrane finansowanie poleceniem npm run trade:status. 5. Przetestuj strategię w trybie symulacji (DRY_RUN) poleceniem npm run trade:dry, aby zobaczyć, jak bot działałby bez rzeczywistych transakcji. 6. Po weryfikacji strategii uruchom handel na żywo poleceniem npm run trade, które będzie automatycznie skanować rynki, identyfikować arbitraż i wykonywać pozycje zgodnie z konfiguracją.

Related skills

test-cases

by cexll

This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering

Testing
2862

python-testing-patterns

by wshobson

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

Testing
46146

lean4-theorem-proving

by cameronfreer

Use when developing Lean 4 proofs, facing type class synthesis errors, managing sorries/axioms, or searching mathlib - provides build-first workflow, instance management patterns (haveI/letI), and domain-specific tactics

Testing
9108

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

langchain

by zechenzhangAGI

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering

Testing
21123

dependency-upgrade

by wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

Testing
17138