Ethereal flower in emerald and coral: the organic intelligence that drives RTP
SOLANA-NATIVE · AUTONOMOUS TREASURY · SELF-FUNDING

Every token gets a
program-enforced treasury

No one wants to hold anymore. RTP gives them a reason.

Token projects route trading fees to RTP → the swarm generates returns via on-chain perps → SOL flows back to holders. 70/20/10 split, enforced on-chain. No RTP token.
Pure infrastructure.

Cumulative PnL
+0.00%
0 closed trades
Days Active
29
Since May 12 · Railway
Treasury SOL
Mainnet
Mainnet TXs
4
CPI + REST proofs
Test coverage
362+5
Rust unit + integration
Calmar (validated)
44.89
SOL Survivor 2.69 · 9x lev
§1 · proven on mainnet

The yield engine is running. With real capital.

Beta testing with skin in the game — real capital on mainnet, proving it before we open the doors. A Rust agent executes validated strategies on-chain via Flash Trade CPI, signed by the Treasury PDA. No human keypair exists. Every position is an on-chain transaction verifiable on Solana Explorer.

Connecting…
CURRENT POSITION
Flat
Survivor 2.69 enters LONG when score > 0.3 or SHORT when score < -0.3, with 3+ aligned timeframes. 20% capital, 9× leverage. Stop-loss 2.5× ATR, take-profit 6.0× ATR, trailing 1.0× ATR.
Last poll ·
CUMULATIVE PNL · NET OF FEES · ALL CLOSED TRADES
Awaiting first closed trade
The trader is watching SOL/USDT live. Cumulative PnL appears here the moment the first position closes.
0trades
+0.00%cumulative
win rate
0.0000SOL realized
§2 · trustless by design

Agents propose. The program disposes.

16 constitutional invariants are enforced in both the Rust runtime (soulguard.rs) and the on-chain Anchor program. No human can sign for the treasury. No human can override the rules, not even the authority. The program is the only authority.

PDA Ownership
The treasury is controlled by a program-derived address. No private key exists. The program IS the only authority.
Per-Token Isolation
Each mint gets its own Treasury PDA and vault. One token's exploit cannot affect another's reserves. No shared pool, no honeypot.
Emergency Freeze
Authority-gated halt. All 15 state-mutating instructions check the frozen flag. Unfreeze requires multisig approval.
Strategy Lifecycle
Hard stops auto-suspend: 10% drawdown, 5 consecutive losses. Soft decay auto-retires after 3 strikes. Recovery needs 3 consecutive positive updates.
CPI-Only Execution
All trading via Flash Trade CPI on Solana. invoke_signed with Treasury PDA seeds. Funds never leave the chain.
Phase Irreversible
Sustenance → Ecosystem → Humanity. On-chain transitions with no downgrade path. The protocol grows up, never down.
ENFORCEMENTEvery message between wings is validated against the constitutional governance layer by soulguard.rs. The on-chain program adds a second enforcement layer: PDA seed constraints, authority gates, strategy lifecycle gates, and overflow-safe math. 362 unit + 5 integration tests verify both layers.
§3 · self-improving research engine

30,000 hypotheses tested every night. Only the survivors reach the chain.

The Night Shift runs exhaustive parameter search, validates through 9 independent time windows, applies Darwinian evolution, and stress-tests with Monte Carlo simulation. An LLM consults a library of 15 strategies and a log of remembered failures before every exploration run. Nothing is repeated. The system learns by remembering what does not work.

  1. 01
    Grid Search
    30,000configs swept per symbol per night
    Exhaustive sweep across signal threshold, TP/SL multipliers, trailing stop, hold time, alignment.
  2. 02
    Walk-Forward Validation
    9expanding-window folds · 36 days OOS each
    No look-ahead. Median OOS Sharpe wins, not mean. Each candidate tested on 9 independent windows.
  3. 03
    Darwinian Evolution
    5×50generations × population = 250 refined survivors
    Top survivors mutate and compete. Fragility is a penalty, not rejection: survivor *= 1/(1+fragility).
  4. 04
    Overfitting Detection
    3independent checks: IS/OOS gap, fold consistency, fragility
    Monte Carlo drawdown over 10K paths + Combinatorial Purged CV with PBO. Anything fragile is dropped.
  5. 05
    Full-Sim Validation
    0.1%fees + 10 bps slippage + 20% position cap + compounding
    Top candidates re-run through the production simulator. Fast vs full sim calibrated weekly.
VALIDATED · LIVE ON MAINNETSOL/USDT Survivor 2.69 · 9× leverage
44.89Calmar Ratio
+554%9× return
12.3%Max drawdown
100%Fold consistency
0Liquidations
16,228Candidates tested
LIVEActive Strategy
SOL/USDT · Survivor 2.69
Multi-timeframe trend following · 9× leverage
signal_threshold=0.3tp_atr=6.0sl_atr=2.5trail_atr=1.0min_alignment=3max_hold=96h
Connecting to trader…
6 WINGSSwarm Architecture
TradingFlash Trade CPI · REST · PnL
EvolveLLM proposer · gates · rollback
Audit3-agent tribunal · consensus
SecurityThreats · rate limits · alerts
KnowledgePersistent store · cross-wing graph
FutureproofDeprecation · heartbeat
§4 · integrate

One function call. A program-enforced treasury for any token.

No RTP token. No custody. No new wallet. The SDK registers a Token-2022 mint with its own Treasury PDA in a single call. Trading fees flow in. SOL flows out 70/20/10. The program is the only thing that can sign, by design.

import { registerWithRTP } from "@resilient-protocol/sdk";

const result = await registerWithRTP(connection, payer, {
  authority: payer.publicKey,
});

// result.treasuryPDA → program-owned, no human can sign for it