poly-copy-trading

Automate copy-trading workflows from wallet events to ledger updates.

4|5|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/cogni-dao/cogni --skill poly-copy-trading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: poly-copy-trading
Source: https://github.com/cogni-dao/cogni/tree/main/.claude/skills/poly-copy-trading
Command: npx skills add https://github.com/cogni-dao/cogni --skill poly-copy-trading

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end copy-trading workflows by connecting target wallet events to mirror executions and ledger updates.

Core Features & Use Cases

  • Orchestrates the mirror loop from wallet watches to ledger writes and decision outcomes.
  • Supports multi-tenant mirror pipelines with per-target policy sizing and governance signals.
  • Provides observability and auditability for copy-trade decisions and fills.

Quick Start

Start by provisioning wallet targets and ensuring the wallet-watch and mirror pipeline components are wired, then run the poll loop to begin processing copy-trade decisions.

Frequently Asked Questions about poly-copy-trading

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

FAQPage Schema
How do I automate copy-trading workflows from wallet events to ledger updates?

You can automate copy-trading by connecting target wallet events to mirror executions and ledger updates. This orchestrates the mirror loop end-to-end, processing copy-trade decisions from wallet watches through to final ledger writes.

What is a mirror pipeline for multi-tenant copy-trading?

A mirror pipeline is an automated workflow that copies trades from target wallets. It supports multi-tenant configurations with per-wallet policy sizing, ensuring each target wallet operates under its own governance signals and trade size limits.

How do I set up a wallet-watch and mirror pipeline for copy-trading?

Start by provisioning wallet targets and wiring the wallet-watch and mirror pipeline components together. Once connected, run the poll loop to begin processing copy-trade decisions and executing mirror trades automatically.

Does this copy-trading system provide an audit trail for trade decisions and fills?

Yes, the system provides robust observability and auditability for copy-trade decisions and fills. It maintains a clear audit trail across wallet-watch, mirror-pipeline, and poly_copy_trade tables, enforcing idempotent keys for reliable execution.

Can I enforce per-wallet policy sizing in a multi-tenant copy-trading setup?

Yes, multi-tenant mirror pipelines support per-target policy sizing and governance signals. This allows you to configure distinct trade size limits and rules for each individual target wallet within the same pipeline.

How does RLS-protected data access work in a copy-trading ledger?

RLS-protected data access secures the copy-trading ledger by enforcing row-level security on the poly_copy_trade tables. This ensures that multi-tenant data remains isolated and only authorized users can access specific wallet trading records.