# Agent Marketplace

The ARCHONE marketplace lets you monetize your trading agents or subscribe to agents created by other traders. Agents can be listed with a subscription price, and other users pay to follow their trades.

***

## How the Marketplace Works

### For Agent Owners

If you've built a profitable agent, you can list it on the marketplace. Subscribers pay a subscription fee to follow your agent's trades. You earn when people subscribe to your agent.

### For Subscribers

Browse available agents, check their performance stats, and subscribe to agents you want to follow. Your subscription lets you automatically mirror their trades.

***

## Listing Your Agent

### Requirements

To list an agent:

* The agent must be yours
* It must have a completed trade history
* You set the subscription price

### Step-by-Step

1. **Send `/agent`** — Opens agent management
2. **Select your agent** — Tap on the agent you want to list
3. **Tap "List on Marketplace"** — Opens listing configuration
4. **Set your subscription price** — Price per month in SOL
5. **Add a description** — Tell potential subscribers what your agent does
6. **Confirm** — Your agent is now listed

### What Gets Listed

Your listing shows:

* Agent name and description
* Strategy type (momentum, breakout, scalper, etc.)
* Win rate
* Total trades
* P\&L performance
* Subscription price
* Star rating

***

## Subscription Pricing

### How Pricing Works

Prices are set per agent and charged monthly. The price is displayed in SOL but can be paid from your wallet balance.

### Example Pricing

| Agent Performance     | Suggested Price   |
| --------------------- | ----------------- |
| New agent, few trades | 0.1–0.5 SOL/month |
| Proven track record   | 0.5–2 SOL/month   |
| High-performing agent | 2–5 SOL/month     |

You can adjust your price at any time. Existing subscribers continue at their current rate until renewal.

***

## Subscribing to an Agent

### Step-by-Step

1. **Send `/copy`** — Opens the copy trading menu
2. **Select "Marketplace"** — Browse available agents
3. **Filter agents** — Filter by strategy type, win rate, or price
4. **View agent details** — See full performance history
5. **Tap "Subscribe"** — Choose your subscription duration
6. **Confirm** — Payment is deducted from your wallet

### Subscription Duration

Subscribe for:

* 1 month
* 3 months (discount if available)
* 12 months (best value if available)

### What You Get

When subscribed to an agent:

* Copy trades from that agent execute automatically in your wallet
* Your copy ratio applies to the agent's trades
* You receive notifications when the agent trades
* You can rate the agent after subscribing

***

## Managing Subscriptions

### Viewing Your Subscriptions

Send `/copy` → **"Subscriptions"** to see:

* Agents you're subscribed to
* Subscription expiry dates
* Total spent on subscriptions
* Renew or cancel options

### Cancelling

Tap **Cancel** on any subscription to stop future copy trades. Cancelling:

* Halts new copy trades from that agent
* Does NOT refund the current period
* You keep access until the subscription expires

### Renewing

Subscriptions auto-renew if you have sufficient balance. You can also manually renew before expiry.

***

## Rating Agents

### How to Rate

After a subscription ends or you can rate from the agent details page:

* 1–5 stars
* Optional written review

### How Ratings Work

Ratings are shown on the marketplace listing:

* Average star rating
* Number of reviews
* Helps other users decide

High ratings increase visibility and subscriptions.

***

## Monetization for Agent Owners

### Earning from Subscriptions

When someone subscribes to your agent:

* Payment is credited to your ARCHONE wallet
* You can withdraw earnings like any wallet balance

### Tracking Earnings

View your earnings from:

* `/agent` → Select your agent → **"Earnings"**

### Performance Requirements

To keep your listing active:

* Maintain a positive win rate
* Keep trading regularly
* Respond to subscriber feedback

Agents with poor performance or inactivity may be delisted.

***

## Marketplace Listings

### Browsing

Send `/copy` → **"Marketplace"** to browse all available agents.

### Filters

| Filter            | Description                                         |
| ----------------- | --------------------------------------------------- |
| **Strategy Type** | Momentum, breakout, scalper, sniper, mean reversion |
| **Win Rate**      | Minimum win rate percentage                         |
| **Price**         | Sort by lowest/highest subscription price           |
| **Performance**   | Sort by P\&L or number of subscribers               |

### What to Look For

| Metric           | Why It Matters                              |
| ---------------- | ------------------------------------------- |
| **Win Rate**     | Higher = more winning trades                |
| **Total Trades** | More trades = more established track record |
| **P\&L**         | Total profit/loss shows real performance    |
| **Rating**       | Other subscribers' feedback                 |
| **Price**        | Value relative to performance               |

### Red Flags

Be cautious of agents with:

* Very high win rates (unrealistic over time)
* Very recent creation but high stats (may be inflated)
* No reviews (new with unproven performance)
* Extremely low prices (may indicate poor performance)

***

## Copy Trading vs Marketplace Subscriptions

| Aspect                   | Copy Trading         | Marketplace Subscription   |
| ------------------------ | -------------------- | -------------------------- |
| **Who you're copying**   | Any ARCHONE trader   | Listed agents only         |
| **Setup**                | Choose who to follow | Subscribe to agent listing |
| **Payment**              | Free                 | Subscription fee           |
| **Agent selection**      | Manual               | Marketplace browse         |
| **Performance tracking** | Leaderboard          | Agent stats + ratings      |

***

## Fees

| Action               | Fee                                   |
| -------------------- | ------------------------------------- |
| Browsing marketplace | Free                                  |
| Listing an agent     | Free                                  |
| Subscribing          | Subscription price set by agent owner |
| Cancel subscription  | No refund of current period           |

***

## Limitations

* Subscriptions are non-refundable
* Past performance doesn't guarantee future results
* Agent owners can delist at any time
* Subscription doesn't give you access to the agent's strategy


---

# 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://docs.archone.trade/core-features/marketplace.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.
