# Algo Core

### All algorithms are built on the following indicators:

{% stepper %}
{% step %}

### **Profitable Wallets Activity**&#x20;

Our core indicator — the trigger behind a token appearing in the trending feed. We're gathering wallets with ≈2h+ avg holding time, ≈$10k+ 3d realized PL and ≈60%+ winrate. We label wallets based on on-chain data we’ve collected and assign different “weights” to them.

The list and scoring parameters are continuously updated depending on market conditions and new data we gather.
{% endstep %}

{% step %}

### Volume analytics

(Real vs Fake, currently in beta): We track volume spikes and estimate what % of the volume is real vs spoofed by trading bots.
{% endstep %}

{% step %}

### Holders Activity

&#x20;We analyze holder dynamics — including holder quality (avg. holding time, past winning performance, etc.)
{% endstep %}

{% step %}

### 30+ other minor indicators

These include basic signals like DEX paid, dev activity in token, no-mint/no-freeze flags, and more.
{% endstep %}
{% endstepper %}

All these indicators are dynamic — their weight and target values are regularly adjusted based on current market conditions and our own data about the winning tokens.

On average, we tweak the algorithms 1–2 times per week — either updating existing indicators or introducing new ones.&#x20;


---

# 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://atm-day.gitbook.io/docs/algo-core.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.
