Toolverse
All skills

optimizing-staking-rewards

by jeremylongshore

Compare and optimize staking rewards across validators, protocols, and blockchains with risk assessment.\nUse when analyzing staking opportunities, comparing validators, calculating staking rewards, or optimizing PoS yields.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Testing

About this skill

Compare and optimize staking rewards across validators, protocols, and blockchains with risk assessment.\nUse when analyzing staking opportunities, comparing validators, calculating staking rewards, or optimizing PoS yields.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz zainstalowany Python 3.8 lub nowszy oraz bibliotekę requests (pip install requests). Narzędzie wymaga dostępu do API DeFiLlama; opcjonalnie możesz dodać klucz API CoinGecko dla wyższych limitów zapytań.

  2. Aby porównać opcje stakingu dla konkretnego aktywa, uruchom skrypt z parametrem --asset, np. dla Ethereum. Otrzymasz listę dostępnych protokołów (natywnych i płynnych) z ich APY, ryzykiem, całkowitą wartością zablokowaną (TVL) i okresami blokady.

  3. Jeśli chcesz obliczyć rzeczywisty zwrot dla konkretnej kwoty, dodaj parametr --amount. Narzędzie uwzględni koszty gazu i pokaże projekcje zwrotów na 1, 3, 6 i 12 miesięcy.

  4. Aby zoptymalizować istniejący portfel stakingu, użyj flagi --optimize i podaj swoje obecne pozycje w formacie "ilość TOKEN @ protokół APY%". Narzędzie zasugeruje alternatywy o wyższych zyskach i oszacuje koszty przesunięcia kapitału.

  5. Skrypt automatycznie pobiera aktualne dane z DeFiLlama, więc wyniki zawsze odzwierciedlają obecne warunki rynkowe i oprocentowanie.

Related skills

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248

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

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

testing-workflow

by amo-tech-ai

Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.

Testing
1076

performing-penetration-testing

by jeremylongshore

This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a \

Testing
1546

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190