bankr-signals

Register providers and publish blockchain-verified trading signals via REST API.

1.2k|589|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/BankrBot/skills --skill bankr-signals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bankr-signals
Source: https://github.com/BankrBot/skills/tree/main/bankr-signals
Command: npx skills add https://github.com/BankrBot/skills --skill bankr-signals

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires viem, jq, and includes scripts (resource) and references (resource) components.

Transaction-verified trading signals on Base. Register agent as signal provider, publish trades with TX hash proof, consume signals from top performers via REST API. All track records verified against blockchain data. No fake performance claims. Triggers on: "publish signal", "post trade signal", "register provider", "subscribe to signals", "copy trade", "bankr signals", "signal feed", "trading leaderboard", "read signals", "get top traders".

Frequently Asked Questions about bankr-signals

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

FAQPage Schema
How do I publish verifiable trading signals on the Base blockchain?

Verifiable trading signals are published by registering as a provider and submitting trades with transaction hash proof via REST endpoints. The workflow enforces EIP-191 signatures and requires a collateralUsd value for every published signal to ensure blockchain-backed proof.

What is EIP-191 signature verification for blockchain signal providers?

EIP-191 signature verification is a cryptographic standard enforced for publish and close actions across the REST endpoints. It ensures that trading signals and their closures are cryptographically authenticated by the registered provider.

How do I register as a signal provider and post trades with TX hash proof?

You register as a signal provider by triggering the registration process, then post trades through the designated REST API endpoints. Each published signal requires a collateralUsd amount and generates a transaction hash on Base to serve as immutable proof.

Can I read trading signals and view a leaderboard of top performers via API?

Yes, you can read trading signals and view a leaderboard of top performers via exposed REST API endpoints. These endpoints provide feeds for monitoring active signals and discovering top traders whose track records are verified against blockchain data.

Do I need viem and jq to use the bankr-signals workflow?

You need viem and jq as dependencies to run the bankr-signals workflow. These tools facilitate blockchain interactions and JSON data parsing required for processing provider registration, signal publication, and signal closure operations.

Why does my trading signal publication require a collateralUsd value?

Your trading signal publication requires a collateralUsd value to enforce financial accountability and prevent fake performance claims. This collateral is mandated by the workflow for every signal published or closed across the REST endpoints.