Skip to content
FOLLOW

Docs

Docs

How FOLLOW buys, who gets the bag, and what never happens.

Buy size

20% of deployable treasury

Distribute at

2× entry

Untouchable reserve

1.3 SOL

  1. 01

    We track the best wallets

    Public KOL wallets are ranked by shadow performance. Only the FOLLOW set is mirrored — weak scalpers and swingers get paused.

  2. 02

    AI risk gates the buy

    Liquidity, concentration, authorities, size caps and cooldowns must all pass. A tracked buy is a signal, not an order.

  3. 03

    We buy with % of treasury

    Each mirrored buy spends a fixed share of deployable treasury (wallet minus the untouchable reserve). Never holder deposits. Never leverage.

  4. 04

    At 2×, holders get the bag

    When the position marks 2× entry, the mirrored tokens are sent pro-rata to $FOLLOW holders. Out of the danger zone — you decide whether to sell or hold.

The loop

FOLLOW is a transparent mirroring engine. Tracked KOL wallets buy. The engine decides whether that buy is eligible. If it is, the treasury mirrors it with a capped share of deployable SOL. When that bag marks 2×, the tokens go to $FOLLOW holders.

Risk management is front-loaded. After 2×, the community holds the upside and decides what to do next.

Buy sizing

Buys are sized as a percentage of deployable treasury: wallet balance minus the untouchable reserve floor. Hard caps still apply per trade, per token, per KOL, per day, and against pool liquidity.

Holder wallets are never touched. The engine cannot accept deposits and cannot spend anything below the reserve.

Risk before entry

Only wallets in the live FOLLOW performance set are mirrored. WATCH and PAUSED wallets are tracked for scorekeeping but never drive a buy.

By default we also wait for confluence: two or more FOLLOW wallets buying the same mint inside a short window. Lone hero buys get skipped.

Each signal must clear liquidity floors, holder-concentration ceilings, mint/freeze authority checks, price-impact limits, cooldowns, and open-position caps. Failures are published with the rule that blocked them.

2× distribute to holders

Default exit strategy: when mark price ÷ entry price reaches the configured multiple (2×), the treasury does not sell the bag back to SOL. It transfers the mirrored tokens pro-rata to current $FOLLOW holders.

At that point the position is out of the early danger zone. Holders can sell, hold, or size however they want — that decision is yours, not the engine’s.

Distribution is capped to the largest holder set the chain can serve in one pass (configurable). Dust wallets and burn addresses are excluded. The treasury itself does not receive a share.

What holding $FOLLOW means

Holding $FOLLOW makes you eligible for pro-rata distributions of mirrored bags that hit 2×. It is not equity, not a claim on treasury SOL, and not a promise of profit.

Mirrored positions can still fail before 2×. Those losses stay in the treasury books and are shown publicly.

What never happens

No custody of holder funds. No deposits. No leverage. No silent strategy changes — limits and the distribute multiple are public configuration.

Tracking a wallet does not mean endorsement, partnership, or affiliation with that wallet’s owner.

Methodology and safeguards

Methodology and safeguards

Every limit below is a configuration value, not a promise.

Live values, overrides included

Allocation limits

How much creator-reward SOL can ever reach a single trade, token or wallet.

  • Max allocation per token

    1 SOL

    Total lifetime treasury exposure to a single mint.

    MAX_SOL_PER_TOKEN

  • Max allocation per KOL

    1 SOL

    No single tracked wallet can dominate the treasury.

    MAX_SOL_PER_KOL

  • Max per single trade

    0.5 SOL

    Hard ceiling on one mirrored buy.

    MAX_SOL_PER_TRADE

  • Buy size of deployable treasury

    20%

    Each mirrored buy spends this share of (wallet balance − untouchable reserve), then hard caps still apply.

    ALLOCATION_PERCENT_OF_REWARDS

  • Daily deployment limit

    2 SOL

    Rolling 24h cap across every mirrored buy.

    MAX_DAILY_DEPLOYMENT_SOL

  • Max open positions

    12

    Prevents unbounded fragmentation of the treasury.

    MAX_OPEN_POSITIONS

  • Untouchable wallet reserve

    1.3 SOL

    Never deployed. Kept for fees and for exiting open positions.

    TREASURY_RESERVE_FLOOR_SOL

Eligibility rules

What a token must look like before a mirrored buy is even quoted.

  • Confluence (FOLLOW wallets)

    2+ in 30m

    Only mirror when this many distinct FOLLOW wallets buy the same mint inside the window.

    CONFLUENCE_MIN_WALLETS

  • Minimum liquidity

    $25,000

    Pools thinner than this are rejected outright.

    MIN_LIQUIDITY_USD

  • Max holder concentration

    25%

    Top-10 holder share ceiling excluding pools and burns.

    MAX_HOLDER_CONCENTRATION_PERCENT

  • Token age window

    5m – 30d

    Too new is unverifiable. Too old is not the trade we follow.

    MIN_TOKEN_AGE_SECONDS / MAX_TOKEN_AGE_SECONDS

  • Market cap window

    $50k – $25m

    Keeps mirrored entries inside a defined size band.

    MIN_TOKEN_MARKET_CAP_USD / MAX_TOKEN_MARKET_CAP_USD

  • Price impact ceiling

    2.5%

    Quote is discarded above this impact. We never chase fills.

    MAX_PRICE_IMPACT_PERCENT

  • Order size vs liquidity

    1.5%

    Order notional capped as a share of pool liquidity.

    MAX_LIQUIDITY_SHARE_OF_ORDER_PERCENT

  • Minimum KOL buy size

    0.3 SOL

    Dust-sized wallet buys are noise, not signal.

    MIN_KOL_BUY_SOL

  • Duplicate-buy cooldown

    60m

    One mint cannot be mirrored repeatedly inside the window.

    DUPLICATE_BUY_COOLDOWN_SECONDS

  • Signal freshness

    90s

    Stale signals expire instead of executing late.

    SIGNAL_MAX_AGE_SECONDS

Token integrity

Authority, transferability and deployer checks. Unknown counts as fail.

  • Mint authority revoked

    Required

    Blocks tokens that can still be inflated at will.

    REQUIRE_MINT_AUTHORITY_REVOKED

  • Freeze authority revoked

    Required

    Blocks tokens whose accounts can be frozen.

    REQUIRE_FREEZE_AUTHORITY_REVOKED

  • Honeypot / transferability

    Simulated sell required

    A sell route must simulate successfully before we buy.

    REQUIRE_TRANSFERABLE

  • Creator-wallet risk

    ≤ 0 prior rugs

    Deployer history is scored before any allocation.

    MAX_CREATOR_PRIOR_RUGS

Operational controls

Execution posture, kill switch, and the things that can never be turned on.

  • Distribute to holders at

    2× entry

    When a mirrored bag marks at this multiple, the tokens are sent pro-rata to $FOLLOW holders. Risk is managed before entry; after 2× the community decides.

    TAKE_PROFIT_MULTIPLE

  • Requires $FOLLOW to be live

    yes

    Before launch, wallets are tracked but nothing is ever bought.

    REQUIRE_TOKEN_LIVE

  • Live trading

    ENABLED

    Off by default. Nothing is broadcast until explicitly enabled.

    LIVE_TRADING

  • Simulation-only mode

    OFF

    Transactions are built and simulated, never sent.

    SIMULATION_ONLY

  • Emergency pause

    Armed

    Single switch halts every new deployment immediately.

    EMERGENCY_PAUSE

  • Exit / distribute strategy

    distribute_to_holders

    At 2× entry, mirrored tokens are sent pro-rata to $FOLLOW holders.

    SELL_STRATEGY

  • Public execution logs

    Always on

    Every action and every rejection is written to a public log.

  • Leverage / borrowing

    Never

    Structurally impossible. The engine has no credit path.

  • User deposits / custody

    Never

    FOLLOW cannot receive, hold or move holder funds.

No leverage

There is no borrowing path in the engine. Position size is capped by rewards received.

No user deposits

The treasury cannot accept holder funds. There is no deposit address and no vault.

No custody

FOLLOW never holds, moves or has authority over anything in a holder’s wallet.

No seed phrases

Nothing on this site will ever ask for a seed phrase or a private key. Ever.

$FOLLOW

5y8ttZ…CLpump

Buy $FOLLOW