# Trading Mechanics

Here's the breakdown on how the agent makes its decisions:

* **Trend Analysis Across Timeframes: Replicat-ONE** tracks short- and long-term trends across multiple timeframes to determine when to enter or exit positions. It uses probability, not gut feeling.
* R**isk Management That Adapts**: The agent detects market regimes—trending, choppy, or crashing—and adjusts position sizes accordingly. When risk is high, exposure is low. When the signal is clear, it leans in.
* **On-Chain Execution:** The agent trades autonomously on Base, interacting directly with smart contracts for fast, cost-effective execution.

### What Replicat-ONE Trades

Currently, the agent builds a portfolio comprising cbBTC, stETH, SOL (Solana on Base), MORPH (Morpho), and USDC. These are liquid assets with established track records, not speculative low-caps. It only enters positions when the math favors the odds:

* **Momentum Signals** – Identifies assets gaining strength across timeframes
* **Risk-Adjusted Allocation** – Every position must improve the portfolio's risk-return balance
* **Volatility Awareness** – Scales exposure based on market conditions

{% hint style="info" %}
Important: your agent will always maintain 1% of the wallet allocated in $RCAT and will deduct 1 (one) $RCAT every 10 minutes to keep it running.
{% endhint %}

<br>


---

# 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.replicats.ai/how-replicat-one-works/trading-mechanics.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.
