# Introduction of Fluxion Trade Skill: Enabling Seamless Agentic Trading on Mantle

<figure><img src="/files/2TkjUZs7p9RtTCrEfMVo" alt=""><figcaption></figcaption></figure>

As the Mantle Network continues to emerge as a premier hub for AI and blockchain synergy, more users are leveraging AI to refine their trading strategies. However, the friction of manual wallet confirmations often creates a bottleneck for automated workflows.

Today, we are officially launching the Fluxion-trade-skill. This toolset allows users to execute price queries, token swaps, and liquidity management directly through AI Agents—bypassing the need for front-end wallet pop-ups.

### From "Click-to-Trade" to "Prompt-to-Trade"

By leveraging Privy’s Agentic Wallet infrastructure, Fluxion-trade-skill acts as a direct bridge between the AI's "brain" and Mantle’s liquidity. Whether you are using OpenClaw, Claude Code, or the upcoming RealClaw (by our partner Byreal), you can now manage your assets through pure natural language.

#### Core Capabilities:

* Prompt-Based Swaps: Execute trades (e.g., WMNT to USDT) via a simple chat command.
* Real-Time Quotes: Fetch instant price data directly from Fluxion’s liquidity pools.
* Non-Custodial Automation: Maintain control through pre-defined policies that limit what your agent can do.

***

### Quick Tutorial: 5-Step Agent Setup

Follow these steps to equip your AI Agent with Fluxion trading capabilities.

#### 1. Install Fluxion Skill

Add the Fluxion trading logic to your agent environment:

Bash

```
npx skills add https://github.com/Fluxion-Exchange/Fluxion-trade-skill --skill fluxion-trade-skill
```

#### 2. Install Privy Wallet Skill

This provides the "Agentic Wallet" infrastructure required for transaction signing:

Bash

```
npx skills add https://github.com/privy-io/privy-agentic-wallets-skill --skill privy-agentic-wallets-skill
```

#### 3. Sign In to Privy Dashboard

Visit [dashboard.privy.io](https://dashboard.privy.io), sign in, and select your application to get your credentials.

#### 4. Set Required Environment Variables

Configure your backend to communicate with the wallet provider:

Bash

```
export PRIVY_APP_ID="your-app-id"
export PRIVY_APP_SECRET="your-app-secret"
```

#### 5. Initialize the Agent Policy (Prompt)

Paste the following command into your agent's chat interface to create a secure, Mantle-specific execution wallet:

> "Using privy-agentic-wallets-skill, create a Mantle-only policy (chain type EVM, chainId 5000, allow eth\_sendTransaction), then create or attach an execution wallet to this policy and return the wallet address."

***

### Put it to Work: Example Commands

Once the setup is complete, you can begin managing your positions directly:

* Quote Inquiry: *"Quote 100 USDT to WMNT on Fluxion"*
* Simple Swap: *"Swap 0.1 WMNT for USDT on Fluxion"*
* Exact Execution: *"Buy exactly 50 USDT using WMNT on Fluxion"*

### Compatibility & Partnerships

The Fluxion Trade Skill is engineered to be framework-agnostic. It is currently compatible with OpenClaw and Claude Code. We are also working closely with Byreal to finalize the integration of RealClaw, which is currently in the testing phase.

Start building the future of automated finance on Mantle. 👉 [GitHub Repository](https://github.com/Fluxion-Exchange/Fluxion-trade-skill)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fluxion-network.gitbook.io/fluxion-network/annoucement/introduction-of-fluxion-trade-skill-enabling-seamless-agentic-trading-on-mantle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
