aptos-trading

Automate Aptos mainnet trading with price-triggered profit-taking and dip-buying strategies.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill aptos-trading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aptos-trading
Source: https://github.com/plurigrid/asi/tree/main/skills/aptos-trading
Command: npx skills add https://github.com/plurigrid/asi --skill aptos-trading

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aiohttp, pyyaml, cryptography, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automated automated APT trading on Aptos mainnet with price-triggered profit-taking and dip-buying strategies.

Core Features & Use Cases

  • Profit triggers: B1-B3 and MOON levels to take profits or rebalance.
  • Dip buying: Predefined dip-buy levels to accumulate APT.
  • DEX swaps: Liquidswap integration for APT↔USDC trades.
  • Wallet signing: Secure local signing and config-driven wallet management.

Quick Start

Run the executor (requires confirmation): python ~/.agents/skills/aptos-trading/scripts/alpha_executor.py

Frequently Asked Questions about aptos-trading

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

FAQPage Schema
How do I automate APT trading on Aptos with price-triggered strategies?

Automate APT trading by running the executor script, which monitors price levels and executes profit-taking at B1-B3 and MOON thresholds, or accumulates APT at predefined dip-buy levels. The Skill handles wallet signing, balance retrieval, and Liquidswap APT-USDC swaps locally with your configuration.

Can I use Liquidswap for automated APT-USDC swaps on Aptos mainnet?

Yes. This Skill integrates Liquidswap to execute APT-USDC swaps triggered by price conditions. It manages wallet signing and on-chain swap execution, requiring only REST API access, local key handling, and cryptography support for transaction signing.

What wallet setup and key management do I need for Aptos trading automation?

Configure primary and withdrawal accounts via YAML, handling local key signing and transaction signing with cryptography. The Skill requires Python 3.8+, aiohttp, pyyaml, and cryptography; it performs local signing without exposing keys remotely.

How do profit-taking and dip-buying strategies work in automated trading?

Profit-taking triggers rebalancing or withdrawal at B1-B3 and MOON price levels. Dip-buying accumulates APT at predefined thresholds. Both strategies monitor balance and execute swaps automatically when price conditions are met, then require confirmation to execute trades.

What are the limitations of local key signing for Aptos trading automation?

Local key handling requires secure storage and Python environment setup; keys are not transmitted remotely but must be protected locally. The Skill demands REST API availability and Aptos mainnet access; it cannot execute trades offline or without network connectivity to retrieve balances and submit transactions.