Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

xxyy-trader

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xxyy-trader

BSC/SOL Signal Scanner + XXYY Auto Trader

latest
npmnpm
Version
0.0.8
Version published
Weekly downloads
17
54.55%
Maintainers
1
Weekly downloads
 
Created
Source

XXYY Trader

A BSC/SOL trending token scanner with automated trading, powered by the XXYY Open API. Automatically tracks the #1 trending token and executes buy/sell trades.

Install

npm install -g xxyy-trader

Usage

xxyy-trader start              # Start (auto-opens browser)
xxyy-trader stop               # Stop the server
xxyy-trader status             # Check running status
xxyy-trader autostart          # Enable auto-start on boot (Mac/Linux)
xxyy-trader autostart --disable # Disable auto-start

Getting Started

  • Run xxyy-trader start — the web UI opens automatically
  • Go to the Trade Strategy page
  • Enter your XXYY API Key (get one at xxyy.io/apikey)
  • Select a wallet from the dropdown
  • Set buy amount, slippage, and gas fee
  • Enable Rank-1 Tracking and save

Core Feature

Rank-1 Tracking: Scans the trending list every 2 seconds. Automatically buys the #1 token. When the top token changes, it sells the old one and buys the new one. Tokens that fall off the list are sold automatically.

Sell Strategy: This tool handles buying only. For selling, configure auto take-profit / stop-loss on the XXYY website:

  • Take profit: sell 100% at +30%
  • Stop loss: sell 100% at -50%

Supported Chains

  • BSC (BNB Chain)
  • Solana

Data Storage

All user data is stored in ~/.xxyy-trader/:

FileDescription
.envConfiguration
scanner.dbSQLite database
.secretAPI key encryption key
app.logApplication log

Data persists across upgrades and reinstalls.

Requirements

  • Node.js >= 18
  • XXYY account and API Key

Disclaimer

This is an experimental tool for research and educational purposes. Cryptocurrency trading involves substantial risk. The authors are NOT responsible for any financial losses resulting from the use of this software. Use at your own risk.

License

MIT — see LICENSE for full terms and disclaimer.

Keywords

xxyy

FAQs

Package last updated on 10 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts