spot_trader

Automate DeFi spot trading on Base by scanning signals and executing swaps.

47|22|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/ethereumdegen/stark-bot --skill spot-trader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spot_trader
Source: https://github.com/ethereumdegen/stark-bot/tree/main/modules/spot_trader
Command: npx skills add https://github.com/ethereumdegen/stark-bot --skill spot-trader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, starkbot-sdk, web3, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates cryptocurrency trading on the Base network, autonomously scanning markets, making trade decisions, and executing swaps without manual intervention.

Core Features & Use Cases

  • Autonomous Trading: Scans DexScreener and Bankr signals for trading opportunities.
  • Automated Execution: Constructs and broadcasts swap transactions on the Base chain using 0x API.
  • Risk Management: Implements take-profit and stop-loss rules, and limits concurrent positions.
  • Use Case: An autonomous agent can monitor trending tokens on Base, identify profitable trades based on predefined strategies, execute them, and manage the portfolio, all while adhering to risk parameters.

Quick Start

Use the spot_trader skill to start the autonomous trading loop.

Frequently Asked Questions about spot_trader

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

FAQPage Schema
How do I automate crypto spot trading on the Base blockchain?

Autonomous DeFi spot trading on Base is achieved by scanning market signals from DexScreener and Bankr, then executing swap transactions through the 0x API based on predefined strategies.

How does automated DeFi trading handle risk management?

Automated DeFi trading handles risk management by enforcing predefined take-profit and stop-loss rules, and by limiting the number of concurrent positions to restrict exposure.

Do I need web3 and RPC access to execute autonomous Base network swaps?

Yes, executing autonomous Base network swaps requires secure access to blockchain RPC and transaction signing capabilities via web3 to broadcast transactions.

What's the best way to scan DexScreener signals for trading opportunities?

The best way to scan DexScreener signals for trading opportunities is to run an autonomous agent that monitors trending tokens, identifies profitable trades based on predefined strategies, and executes them automatically.

Can I use 0x API for automated token swaps on Base?

Yes, you can use the 0x API for automated token swaps on Base. This Skill constructs and broadcasts swap transactions through the 0x API to execute trades autonomously.