Itachi.Dev (clawville/acc)

2.6K posts

Itachi.Dev (clawville/acc) banner
Itachi.Dev (clawville/acc)

Itachi.Dev (clawville/acc)

@extratard

@clawville_world builder, a 3D world for humans and agents alike 🦞 | ElizaOS Enjoyoor

Solana Katılım Temmuz 2024
2.3K Takip Edilen849 Takipçiler
Jarett Reginald Stewart Dunn
Jarett Reginald Stewart Dunn@STACCoverflow·
me: how do we actually productize claude: Three honest productization paths, ranked by leverage: 1. stacSOL becomes the canonical "smol-validator LST" — recommended What you already have. Don't overbuild. The product IS stacsol.app: Anyone with sub-1k SOL who wants to be a validator → can't, but they CAN mint stacSOL and ride a pool that is one Revenue: 6.9% mint/burn flywheel (already 2x'd NAV) + 100% commission of validator income The patch makes the validator economically real; the LST is the on-ramp No new code, no service ops, no support contracts Marketing is the work — "this is the only LST run by a validator small enough to need this patch" 2. Smol Validator OS — sell the rig as a turnkey product Bundle: Patched agave (adaptive N, our fork) Stake balancer daemon Per-minute monitor + alerting Snapshot finder cron systemd units, one env file, scripted install Pitch: "$X SOL of stake + $1.5k/mo of bare metal = your own validator, hands off. Targeted at 500-10k SOL operators currently locked out." Revenue: setup fee ($2-5k) or % of validator yield (10-20%). Operations-heavy though — you become a validator support shop. 3. Permissionless LST factory built on the patch "Sanctum but lower floor." UI where anyone deploys their own single-validator LST in one click. Each LST gets a fresh validator delegated stake pool, all running our patch by default. Take 1-3 bps of every mint and 5% of every operator's validator revenue. Massive surface area, real engineering — full year build. hodl my mocktail.
English
1
0
1
16
Jarett Reginald Stewart Dunn
I've gotta renag on exactly two promises: 1. not posting 2. not using some of the stacsol.app staked LST for a validator, -hear me out- we cut $60k/yr validator overhead 80%, the rest is claude and probably more or less correct we had a smol bag of sol. we wanted to stake it. we wanted to run a validator. the docs said anyone could. we did the math. running a solana validator: ~389 SOL/yr in vote tx fees ALONE. ~$60k just to keep your seat at the consensus table. you need 7,200 SOL of stake to cover that from inflation. the LST median validator? 79,000 SOL. we had a tiny fraction of that. solami cost too much for us to play. so we read the source. all of it. the vote program. the SimpleVote QoS checker. the credit math in handler . rs:394. found a thing. TowerSync — the modern vote ix — already accepts N votes in one transaction. the SimpleVote fast lane checks the SHAPE of the tx, never the contents. one tx with N votes still rides the prioritized lane. it was sitting there in the source the whole time. nobody used it. validators submit one tx per vote like it's 2021. so we fixed solami. native multi-slot vote batching. ~100 lines of rust. -80% vote fees at N=5. -90% at N=10. validator breakeven stake collapses from 7,200 SOL → 1,557 → 929. sub-1k SOL operators become +EV. the floor that gatekept solana decentralization for everyone outside the 5 mega-validator cartel — gone. empirically tested against the real vote program on solana-test-validator. N=1..12. every recorded latency matches what we computed. every credit matches the formula on chain. PR open. compiles clean. shipping tonight on stacsol.app's vote authority. mainnet. no devnet. test by fire. 100% commission single-validator LST means every SOL of saved fees becomes protocol revenue. validator goes from -265 SOL/yr to +57/yr at current 2,287 SOL backing the second we flip the env var. ramps to +322/yr at N=10. mint stacsol.app right now, the only thing I can ethically recommend anyone do with their sol, and: 1. ride the 6.9% mint-fee flywheel that already 2x'd NAV organically 2. your SOL → pool backing → validator stake → compounds the win 3. exposure to the moat before the rest of the chain figures out we were the only ones actually reading the source we had a smol bag. solami wouldn't let us play. so we fixed solami for everybody coming after us with a smol bag. stacsol.app PR: github.com/kekloldyormark… deploy: tonight, mainnet vote authority, N=2 epoch 1, ramp by stake. ———————————————————————————————— agave patch: native TowerSync multi-slot vote batching. VoteInstruction::TowerSync(variant 14) accepts VecDeque. SimpleVote QoS gate inspects tx shape only — ≤2 sigs, legacy msg, 1 ix targeting Vote111... — never the payload. N new lockouts/tx stays on the fast lane. credit formula: handler.rs:394 / credits_for_vote_at_index. GRACE_SLOTS=2, MAX_PER_SLOT=16. latency≤2→16, 3..17→18-lat, ≥18→1. empirically verified on solana-test-validator @ agave 3.1.6, N=1..12. VoteState.votes[i].latency matches current_slot - voted_for_slot exactly per lockout. credits match the formula to the credit. fee curve @ 5000 lamports × 77.76M votes/yr, 5.4% effective APY, 100% commission: N=2 → -50% fees, 100% credit retention (lossless: both latencies inside the 2-slot grace window) N=5 → -80% fees, 92.5% retention N=10 → -90%, 77.5% N=31 → -97%, 33.5% (MAX_LOCKOUT_HISTORY ceiling) validator breakeven stake: 7,200 SOL → 1,557 (N=5) → 929 (N=10). sub-1k SOL operators become +EV. the 79k LST median floor — gone. impl: core/src/replay_stage.rs (+101/-12), core/src/tvu.rs (+8). VoteBatchState{batch_n,counter} threaded through handle_votable_bank. forced flush on new_root.is_some() ‖ !SameFork ‖ next-slot leader == identity_keypair.pubkey(). clamped [1, MAX_LOCKOUT_HISTORY=31]. opt-in: SOLANA_VOTE_BATCH_N env var. cargo check -p solana-core clean against master. no megatxn. no PDA delegation. no custom programs. vote sender cadence patch, period. obsoletes itself at SIMD-326 (Alpenglow VAT migration). window ~12-18 months.
English
5
0
12
1.4K
Jarett Reginald Stewart Dunn
Jarett Reginald Stewart Dunn@STACCoverflow·
@extratard all the validators are huge and this is a rate of diminishing return here it only helps out validators with less than 1k stake, maxes out about 10k can we hear a solana gives 0 fucks about people with less than 10k sol?
English
2
0
2
22