
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.
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.
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.
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.
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