copy-trading

Automate mirroring profitable trades from wallets on Polymarket and crypto networks.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill copy-trading-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copy-trading
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/copy-trading
Command: npx skills add https://github.com/nirholas/agenti --skill copy-trading-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates mirroring profitable trades from successful wallets on Polymarket and across crypto networks, removing manual copy-trading effort and accelerating opportunity capture.

Core Features & Use Cases

  • Follow profitable wallets on Polymarket and crypto chains
  • Configurable sizing: fixed, proportional, or portfolio-based
  • Trade delay to reduce front-running and improve safety
  • Risk controls: max position, daily loss limits, and exposure caps
  • Auto-exit with stop-loss and take-profit monitoring for protected gains

Quick Start

Follow a wallet by providing its address and optional size and delay to begin copying trades.

Frequently Asked Questions about copy-trading

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

FAQPage Schema
How do I automatically mirror trades from profitable Polymarket wallets?

You can automate copy-trading by providing a target wallet address to a TypeScript service that manages follow lists and automatically mirrors trades using configurable sizing, execution delays, and risk controls.

What risk controls can I apply when copy-trading crypto wallets?

Crypto copy-trading risk controls include max position limits, daily loss limits, exposure caps, and auto-exit features with stop-loss and take-profit monitoring to protect mirrored positions.

Can I configure position sizing when following top crypto wallets?

Yes, wallet-following copy-trading supports configurable position sizing using fixed, proportional, or portfolio-based models to control trade volume across multiple markets.

Does trade delay help prevent front-running when mirroring trades?

Trade delay improves copy-trading safety by introducing a configurable execution wait time before mirroring trades, which reduces front-running risk and slippage across crypto networks.

What environment setup is required to automate crypto copy-trading securely?

Secure crypto copy-trading requires environment-gated credentials to manage API access, paired with a TypeScript service that handles follow lists, trades, and positions via start, stop, and config commands.

How do I stop or reconfigure a crypto wallet-following trading bot?

A TypeScript service manages crypto wallet-following operations by providing start, stop, and config commands, allowing users to initiate, halt, or adjust mirroring parameters dynamically.