What is RTP?
RTP (Resilient Token Protocol) builds bespoke trading engines on Solana. One client, one strategy, engineered around your specifics — risk budget, drawdown limit, accumulation target, horizon — and run on self-custodied, on-chain-verifiable rails. There is no RTP token. RTP is a service backed by infrastructure.
What We Are Not
- Not investment advice. We do not manage your money and we do not tell you what to buy. We deliver research output, validated configurations, and execution rails. You keep custody and every decision.
- Not a fund or vault product. Your capital never touches ours. It stays in your wallet; the engine trades through scoped permission you can revoke instantly.
- Not loyal to any venue. No venue pays us. Every engine is priced at fees we measure on-chain ourselves, and we migrate venues when measurement says so.
When we first got into the trenches, nobody told us where the traps were: venues that shut down overnight, fee schedules that silently eat edges, custody mistakes that cost everything. RTP is that onboarding, built as a service — engineered around lessons paid for in the market.
The Service
- Intake: you state capital size, max drawdown (hard limit), horizon, constraints — ten minutes, structured
- Build: the research pipeline engineers a strategy around your terms — not from a template library
- Validate: ten fixed gates, identical for every client, run at venue fees measured on-chain — never docs, never assumptions
- Verdict: written pass / conditional / fail with full configuration, machine-readable and independently verifiable
- Debrief: 45–60 minutes walking through the verdict and the risk envelope
Built For A Fast-Moving Ecosystem
Solana perps venues change fee schedules, mechanics, and even existence on short notice. In August 2026 our execution venue (Flash Trade) announced a wind-down — our response was a same-session re-validation of the live engine on the replacement venue's on-chain-measured costs, passing all ten gates. That loop — measure, validate, migrate, document — is the product. The ecosystem evolves; the engine keeps its edge because the cost basis is always current.
The PDA System, In Plain Terms
Client capital sits behind a PDA — a program-derived address. A vault with no keys. It is controlled by code, not people: no password to steal, no insider with access, no signature that can be forged. Funds only move when the on-chain rules allow it, and those rules — position limits, drawdown stops, emergency halt — are enforced the same way for everyone. You retain custody of your wallet and hold the kill switch: execution runs through permission you grant, and revoking it stops the engine instantly.
Why RTP, Not a Multisig or Yield Aggregator?
| Dimension | Squads Multisig | Yield Aggregator | RTP |
|---|---|---|---|
| Who controls funds? | Multi-sig signers (humans) | Smart contract (immutable) | You — self-custody with scoped execution permission |
| Strategy | Manual / none | Preset, shared by all users | Engineered per client; no shared edges |
| Cost model | None | Assumed | Measured on-chain per venue, re-verified on migration |
| Venue risk | None (no yield) | Protocol risk | Measured + migration-capable; venue health monitored |
| Trust model | Trust the signers | Trust the contract | Trust the program + audit every transaction |
| Adaptation | None | None | Nightly research (30K configs), LLM evolution, memory |
What's Been Built
| Component | Status | Detail |
|---|---|---|
| Live blueprint | ✅ Real capital since May 2026 | SOL/USDT Survivor 2.69 — the specimen engine, every trade on-chain |
| Venue migration | ✅ Proven live (Aug 2026) | Flash wind-down → GMTrade re-validation on measured on-chain costs, 10/10 gates |
| Research pipeline | ✅ Nightly | 30K configs/night, 9-fold walk-forward, Darwinian evolution |
| Gate suite | ✅ Fixed across clients | 10 gates at measured costs; the standard every engine clears |
| Rust swarm runtime | ✅ 325 tests passing | 6 wings: Trading, Security, Evolve, Knowledge, Audit, Futureproof |
| Anchor treasury program | ✅ Deployed | PDA-owned vault, 19 instructions, constitutional constraints on-chain |
| Token treasury heritage | ✅ Shipped | Per-token PDAs + SDK for token projects (below) |
| Dashboard | ✅ Live | resilientprotocol.xyz: live engine state, wallet connect |
RTP began as token-treasury infrastructure and that path remains open: per-token PDAs, fee routing from launchpads, SDK integration. See Getting Started — Token Projects and Getting Started — Platforms.