The template ledger.
Every vault strategy STRYK runs is published on-chain as a RegistryEntry PDA under the singleton strategy registry. This page reads those accounts directly from Solana — nothing below is copy; if an entry renders here, the account exists and you can open it on Explorer.
The registry records the $STRYK mint as its designated gating asset, and since program v0.8.0 that gate is live: publishing a template requires a maker stake above the on-chain threshold — collateral, not a whitelist. Entry addresses derive from ["stryk-strategy", kind_tag] so anyone can re-derive and audit them.
The registry lives on mainnet; the devnet deployment predates it.
Deriving PDAs and reading accounts from Solana
Publish a template.
Publishing writes a new RegistryEntry PDA under your key — a strategy tag and a pointer to its spec, permanent and auditable. The v0.8.0 gate is collateral, not a whitelist: hold enough staked $STRYK and the instruction is yours to call.
Requirements
Reading the staking accounts from Solana.
- Threshold
- set on-chain at v0.8.0
- Your stake
- connect a wallet
- Registered tags
- —
Need a seat? Stake $STRYK to meet the threshold.
The registry authority retains a bootstrap exemption and can publish without a stake — that carve-out is written into the program, so it is written here too.
enter a valid kind tag