u/ansi09

Glam Is Bringing The Solana Vault Standard To Life
▲ 1 r/solana

Glam Is Bringing The Solana Vault Standard To Life

Source: https://x.com/glamsystems/status/2057435890058736059

https://preview.redd.it/9mdhxqfe8i2h1.png?width=680&format=png&auto=webp&s=9005e4255c22cc0e1f27e67ae6ed744878557999

The Solana Vault Standard defines a common interface for investors entering and exiting tokenized vaults; GLAM is the operating layer behind it. Delegate permissions are scoped per protocol, policies bind every action before execution, and NAV spans Solana-native and external positions.

The Problem

Vaults on Solana today are monoliths. Every team building a tokenized strategy ships its own program for subscriptions, redemptions, access control, policies, NAV, and DeFi execution. The cost compounds: every vault gets its own audit, wallets and custodians write bespoke integration code, allocators have no common surface to compare strategies, and compliance providers face a different attack surface for each issuer. Institutional adoption stalls, not for lack of demand, but because integration cost stacks up at every layer.

The Solana Vault Standard (sRFC-40), developed by Exo Tech with Solana Foundation support, addresses one half of this. It defines a common interface for the investor side of a vault. What it intentionally leaves open is everything behind the interface: the half that decides whether the vault is safe to allocate into.

The Solana Vault Standard gives allocators a common way to enter and exit; GLAM Vaults give managers an onchain control plane for everything that happens inside them.

https://preview.redd.it/8kd0nmjg8i2h1.png?width=680&format=png&auto=webp&s=291c555e63f58ce16400582e2aec23e720d60ea6

The Standard as an Interface

The Solana Vault Standard specifies an Async Vault model. Investors create subscription or redemption requests, a vault authority approves or rejects them, and investors claim shares or assets when ready. Wallets, custodians, and allocators get a predictable model to integrate against.

GLAM connects to the standard vault via two instructions: Withdraw Assets lets the Authority pull assets out for use elsewhere, and Update NAV lets the Authority write valuation back in.

Token ACL, a separately scoped standard, handles permissioned transfers without breaking composability.

Share tokens stay locked until a wallet clears the vault's compliance checks, which can encode any criteria the issuer needs, from KYC and accreditation to sanctions screening. Enforcement sits at the account level, so the shares stay composable with the rest of Solana DeFi.

Why the Operating Layer Has to Be Onchain

Offchain policy systems ask investors to trust that operators follow rules. GLAM enforces every rule on every transaction.

If a delegate has permission to swap on Jupiter but not to deposit into lending markets, any attempt to route funds into Kamino will cause the transaction to revert. Instead of trusting the operator or risking silent offchain failures, you get onchain enforcement by the program.

What GLAM Adds

  • Granular Access Control. Owners control the vault. Delegates receive narrow permissions: which protocols, which actions. Sensitive changes stage behind timelocks; ownership can sit behind a multisig.
  • Onchain Policy Engine. Policies live in the vault state and are enforced before execution. They control what a vault can hold, where it can deploy, how it can trade, and which oracles it trusts.
  • DeFi Integrations. Jupiter Swaps and Kamino are live; Loopscale, Phoenix, Orca, Exponent, and Meteora in active development; stake pools and native staking built, pending audit. Each has its own dedicated policies and permissions.
  • Bridging & External Positions. Support for CCTP and LayerZero OFT. External Positions reflect crosschain or offchain holdings, for example a vault on an EVM chain or an account at a qualified custodian. For a deeper dive, see our recent blog post on bridging and external positions:

https://preview.redd.it/alytyrlj8i2h1.png?width=607&format=png&auto=webp&s=20a1d9b21f6b0656348f1d543343694ed6441b30

  • NAV Calculation. Positions native to Solana are priced directly from the protocol. Crosschain and offchain positions are added through the External Position Integration (EPI).

A Hybrid Architecture

GLAM ships with native subscriptions and redemptions, but it's designed to also act as the onchain engine behind an sRFC-40 interface. Two instructions connect the layers:

  • Withdraw Assets: Configured so the standard vault can transfer only to a corresponding GLAM vault, and vice versa. The bidirectional constraint keeps the two systems behaving as one logical vault while preventing assets from leaking through misconfigured authorities.
  • Update NAV: A GLAM instruction CPIs into the Async Vault to write NAV into the standard vault account, which uses it for approval and claim logic.

https://preview.redd.it/ys9wj87l8i2h1.png?width=680&format=png&auto=webp&s=c8f43c22ad7c62fc69fb14106290652ce84ca340

https://preview.redd.it/0n0zotol8i2h1.png?width=680&format=png&auto=webp&s=2b95db09885aa2acb8731ddf8e3d5a80915bd558

A Worked Example: Tokenized Private Credit

A vault takes USDC deposits and deploys across onchain lending plus a basket of offchain positions. Shares are issued through a standard Async Vault.

Underneath, the manager powers the strategy and GLAM provides the infrastructure and guardrails. Delegate permissions are scoped to specific lending protocols and a narrow set of accepted oracles. A separate role can update positions through EPI but cannot move assets.

To fulfill pending redemptions, the manager unwinds positions as needed: pulling USDC out of lending protocols and recalling funds from external positions where applicable.

Once liquidity is in place, the manager triggers NAV publication. GLAM prices lending positions directly from the protocols, pulls AUM from EPI, sums the components, and writes the result via CPI. The base asset is then transferred back to the standard vault, which processes pending claims against the published NAV. If a delegate constructs a transaction that violates a policy, it fails.

Vaults can serve a wide range of use cases: tranched stablecoins that separate senior and junior risk, indices tracking baskets of tokenized equities, strategy-driven vaults running basis trades or RWA looping, all the way to managed accounts with custom mandates and guardrails for AI agents.

https://preview.redd.it/rbmhzxsm8i2h1.png?width=680&format=png&auto=webp&s=0615c12b0074049d0f3e88371200696111369114

The Bigger Picture

Tokenized vaults are shaping up to be ETFs 2.0: programmable, composable, and settled onchain. Whether sRFC-40 or a successor wins the interface, the operating layer still has to do what GLAM already does: enforce policies onchain, price across heterogeneous positions, and cleanly segregate authorities.

That's what institutions can actually underwrite: a familiar wrapper on the outside, programmable guardrails on the inside.

If you're exploring vaults on @solana , let's talk. DMs are open.

‍Special thanks to @NFTtaylor, Co-founder of @exo_tech_, for input and review.

Resources:

reddit.com
u/ansi09 — 18 hours ago
▲ 2 r/solana

Upshift_fi Deploys Vault Infrastructure For Tokenized Assets On Solana In Collaboration With SentoraHQ, Fordefi

Source: https://x.com/solana/status/2057467951444558229

New vault infrastructure for tokenized assets and a Vault Standard for Solana from @upshift_fi

Source: https://x.com/upshift_fi/status/2057453793097470396

Tokenized asset management is coming to @solana.

Businesses can now use Upshift to build non-custodial vaults, generating yield across any strategy:

- Onchain lending
- Levered RWAs
- Tokenized private credit
- Market-making
- Basis trades and more

A new, multi-strategy vault standard on Solana, powered by Upshift.

https://reddit.com/link/1tjmxr9/video/lzjs0t6c7i2h1/player

Upshift powers general-purpose vault infrastructure for tokenized assets, with $550M+ deposited in total across EVM chains.

We have built a custom Solana vault standard, based on the ERC-4626 implementation.

Each Upshift vault can deploy assets on 70+ protocols, across DeFi and CeFi, enabling the creation of custom vault strategies.

https://preview.redd.it/zov0piuf7i2h1.png?width=550&format=png&auto=webp&s=70b115c027f56c0ec06369190a7839a7288d3f2b

How Upshift multi-strategy vaults work:

  1. Deposit your assets (e.g. j@ito_sol )
  2. The vault curator (e.g. Sentora) deploys your assets across a set of pre-defined protocols and yield strategies (e.g. supplying and borrowing from majors markets on @kamino or deploying to pools on @orca_so)
  3. Deposits remain non-custodial and instantly redeemable

https://preview.redd.it/on1ws36j7i2h1.png?width=680&format=png&auto=webp&s=aa95d8662d9389929b1238b8624faf2b894f5712

We are working across the ecosystem to make Solana DeFi accessible and transparent for everyone.

Reach out if your team would like to launch a vault on Solana.
Learn more from our Solana docs: https://docs.upshift.finance/vault-architecture/solana-vaults

https://preview.redd.it/98464pik7i2h1.png?width=680&format=png&auto=webp&s=6201336ceb29ca18ca84f7c9668b5cea7106cac2

reddit.com
u/ansi09 — 18 hours ago
▲ 3 r/solana

BREAKING: $UNI From Uniswap Is Now Live On Solana Via SunriseDefi 🦄

Source: https://x.com/solana/status/2057462420655010164

BREAKING: $UNI from @Uniswap is now live on Solana via @sunrisedefi 🦄

https://reddit.com/link/1tjmrt4/video/acnb109k6i2h1/player

Uniswap is the protocol built for decentralized exchange, powering AMM-based swaps for anyone, anywhere.

Verify the token address: https://www.tokens.xyz/uni

https://preview.redd.it/f0qso17n6i2h1.png?width=680&format=png&auto=webp&s=10abfbe0aa91f3edfd71d8f2736340d27de0ba8b

$UNI is available in your favorite Solana apps:
@tryfomo, @dflow, @Titan_Exchange, phantom, @JupiterExchange, @solflare, @kamino_swap, @mayan and more

reddit.com
u/ansi09 — 18 hours ago
▲ 1 r/solana

Solana Changelog: May 21

Source: https://x.com/solana_devs/status/2057445380040573251

https://preview.redd.it/vax6mod6xh2h1.png?width=680&format=png&auto=webp&s=1e9cc89e8923ffc7d183fef25b3c9a5a44dd8b11

This is a weekly newsletter on the latest Solana engineering news this week. If you want to stay updated on Solana tech every week, follow Solana Changelog at

u/solana_devs

u/readylayerone

and turn on notifications.

Releases

New versions

Ecosystem work

SIMDs

  • SIMD-0495: Core BPF Upgrade Procedure was merged WTM (what this means) - This document specifies what the protocol has to do in order to upgrade a Core BPF program. A recent example of this is p-token, whose experience inspires this new procedure.
  • SIMD-0525: Shorter slot times was merged WTM - The time for a leader to have a block confirmed has been reduced to 200ms. This makes adversarial activity more difficult to do, while at the same time helps the chain decrease latency.
  • A new discussion on time-based replay enforcement was created WTM - CU limits no longer make sense under Alpenglow. Leaders should be able to pack as many blocks as they want. However, the constraint would be the other validators voting to approve the block on time. With improvements to replay, validators can have more confidence in processing larger blocks, but a new replay enforcement is still needed to ensure the chain stays performant.
  • A discussion on an TPU extension API was created. There is also a relevant change on Agave WTM - Every time Agave makes a change, whatever custom software is implemented by the validators on top of the TPU has to rebase to the latest version of Agave. This new proposal asks to define API so that plugins can still interact with Agave as it updates.

Validator clients (Agave, Firedancer)

  • Agave will allow for dynamic shred limits WTM - Blocks are validated by the network when a block is sent as batches from the leader to the other validators for repair, replay, and voting. These batches consist of smaller pieces of data called shreds - 32 of actual data, and 32 recovery for any data loss, for a fixed total of 64 shreds. This new proposal allows the number of data and recovery shreds to change dynamically per batch, which makes lower slot times even more feasible.
  • Agave will implement Votor over QUIC datagrams WTM - This is a performance improvement on the current Votor implementation. They are mostly about making sure we efficiently create resources used to perform the task, namely connections, threads, streams, network traffic, etc.
  • Agave will perform dynamic repair timing given halved slot times and Alpenglow change WTM - Validators initiate the repair step based on the network's internal clock and slot timing. Both halving slot times and Alpenglow make this impossible. This change allows the timing state to be created internally based on the first FEC set without relying on the network to guide validators.
  • Agave has migrated its Rust code to Edition 2024 WTM - Rust code likes to compartmentalize the language into Editions. This is their way of introducing changes that might be too large in scope even for major releases. It is 2026 as of this writing, and 2024 is the latest Rust edition.

Solana program frameworks (Anchor, Pinocchio, Steel, Quasar)

  • Quasar supports native audit linting WTM - Native program linting is not available in Anchor, and this feature supports this. This feature checks for common issues when developing Solana programs before audits.
  • Quasar added strong abstractions for instruction accounts - including typed PDA seeds, fixed account arrays, and typed remaining accounts WTM - These structures allow for devs to be more explicit about the shape of the instruction accounts passed into the instruction. This replaced their original design of #[account(custom)] since everything is now explicit.
  • Quasar adds a new crate called solana-compiler-builtins to support the memcmp libcall for comparing public keys more ergonomically. WTM - Previously, Quasar had to hand-roll byte comparisons, now a lib call would do this under the hood.

Testing frameworks (Mollusk, Litesvm, Surfpool)

  • Jito is implementing a getBundleStatuses JITO RPC method in its test environment WTM - getBundleStatuses is a standard RPC method for RPCs that have Jito methods enabled. This allows users to receive confirmation that their transaction bundles were sent properly to the network. Support for Jito bundles was not always available on Surfpool. With this change, the devex becomes much easier.

Upcoming developer events and courses

https://preview.redd.it/tpaka91axh2h1.png?width=450&format=png&auto=webp&s=3afc5161c38aba9269532700b1922c35918d5e5a

https://preview.redd.it/93p58c6cxh2h1.png?width=486&format=png&auto=webp&s=ea884a47ba4c4d4f190fd38a395661d0e10b143d

https://preview.redd.it/yd93gvmdxh2h1.png?width=476&format=png&auto=webp&s=27964c4a521340166ecd01965b6f6a5021028bfe

Other interesting things

reddit.com
u/ansi09 — 19 hours ago
▲ 3 r/solana

BREAKING: USDF Is Now Live On Flipcash On Solana

Source: https://x.com/solana/status/2057121464650698767

BREAKING: USDF is now live on @flipcash on Solana
USDF is a custom stablecoin built in partnership with @coinbase and @flipcash.

https://preview.redd.it/103ru3yxvc2h1.png?width=680&format=png&auto=webp&s=77816a372c20d9cceeab91e97f12ee99a3238aa4

https://x.com/flipcash/status/2057099588675219837

Introducing USDF, our new custom stablecoin built in partnership with @coinbase

https://preview.redd.it/cgfirsn4wc2h1.png?width=680&format=png&auto=webp&s=25cdebe843385cdcc2aa95b82a8cbd3ac7bf1473

Every currency on Flipcash is priced on a gradual but exponential pricing curve, with USDF as the liquidity layer

The future has many currencies. It's time to create yours

reddit.com
u/ansi09 — 1 day ago
▲ 3 r/solana

The Index Podcast - Solana’s Perps Renaissance with Hunter Simmons & Jordan Prince of Imperial Perps

youtube.com
u/ansi09 — 2 days ago
▲ 5 r/solana

RWAs Reached New ATHs On Solana In Q1 2026

Source: https://x.com/AvgJoesCrypto/status/2056810298158551127

RWAs reached new ATHs on @solana in Q1!

RWA market cap increased 43% QoQ to $2.0 billion, ranking Solana third amongst all chains. The top 5 RWAs by Q1 end were:

  1. @Securitize's $BUIDL - $525.4 million (up 106% QoQ)
  2. @HastraFi's $PRIME - $361.2 million (up 1245 QoQ)
  3. @maplefinance's $syrupUSDC - $299.1 million (up 2% QoQ)
  4. @OndoFinance's $USDY - $179.9 million (flat QoQ)
  5. @onrefinance's $ONyc - $145.4 million (up 101% QoQ)

https://preview.redd.it/ghwk6ff61b2h1.png?width=680&format=png&auto=webp&s=164b7555b3c71554c96afbc7a29b5eb016f38c25

reddit.com
u/ansi09 — 2 days ago
▲ 4 r/solana

Anchorage Is Bringing Institutional-grade Clarity To Porto By Using Visual Sign Protocol (VSP), No More Blind Signing On Solana

Source: https://x.com/Anchorage/status/2056782073269297563

The era of blind signing on @Solana is over.

We’re bringing institutional-grade clarity to Porto by using Visual Sign Protocol (VSP) to decode complex transactions into plain English, starting with a curated group of dApps like @kamino.

https://reddit.com/link/1tinm5z/video/9fuiqihfza2h1/player

VSP solves the transparency gap by parsing serialized binary data into human-readable summaries before a transaction is ever signed.

This allows institutions to verify that onchain intent matches execution, protecting assets from potentially malicious browser-based threats.

You can now use VSP across your favorite Solana dApps such as:

- @kamino
- @JupiterExchange
- @orca_so
- @dflow
- @TradeNeutral
- @onrefinance

Porto + VSP = the first institutional-grade bridge to Solana DeFi that doesn't force a trade-off between speed and transaction clarity.
Navigate Solana DeFi with total transparency and execute with confidence.
Read the full announcement: https://www.anchorage.com/insights/unlocking-full-access-to-solana-defi-on-porto-anchorage-digitals-institutional-self-custody-wallet

https://preview.redd.it/9drwy3hlza2h1.png?width=680&format=png&auto=webp&s=f85156c9e443f96bdacee03a57be2aee7b53c721

reddit.com
u/ansi09 — 2 days ago
▲ 2 r/solana

PhoenixTrade Introduces "Vulcan", The Official Command-line Tool Built For Traders And AI Agents

Source: https://x.com/PhoenixTrade/status/2056823320322953307

Vulcan is live.

The official command-line tool for Phoenix — built for traders and AI agents.

Trade, stream live markets, and run strategies from your terminal. Or let an agent drive.

https://reddit.com/link/1tinglk/video/ox2w2gx0za2h1/player

What's in the box:
— Market, limit, stop-loss, take-profit, brackets
— Live orderbooks, candles, funding, trader state
— TWAP and grid execution out of the box
— Paper trading against live prices
— Encrypted wallet + trader account management

Built for agents too:
Every command returns structured JSON. The CLI ships with a local MCP server and bundled skills for Claude Code, Codex, and any MCP client.
Github: http://github.com/Ellipsis-Labs/vulcan-cli
Docs: http://docs.phoenix.trade/cli

reddit.com
u/ansi09 — 2 days ago
▲ 1 r/solana

Meteora Introduces "On-chain Limit Orders"

Source: https://x.com/MeteoraAG/status/2057069003659743255

Meteora has been the edge for LPs on @solana.
Today, we become the edge for traders.
Introducing Limit Orders: get paid when you trade.

https://reddit.com/link/1tindk8/video/m0a5xaxaya2h1/player

There are two ways to place Limit Orders on Meteora:
→ At a single price
→ Or across a 50-bin price range, a first-of-its-kind on @solana.
Here’s how it works:

https://reddit.com/link/1tindk8/video/r5t0wsveya2h1/player

Powered by the DLMM, Limit Orders on Meteora are the first design where the limit order is the AMM.

Read the full Deep Dive here: https://meteoraag.medium.com/deep-dive-meteora-limit-orders-bc5bd8d08d35

https://preview.redd.it/8vs20g1gya2h1.png?width=680&format=png&auto=webp&s=38b1e558844eed25ae5b1f8d169d0cbbc5c59969

reddit.com
u/ansi09 — 2 days ago
▲ 2 r/solana

Talking Tokens Podcast - SoFi Wants to Be the Stablecoin Liquidity Hub for Banks | Ben Reynolds

youtube.com
u/ansi09 — 3 days ago
▲ 4 r/solana

EasyA Kickstart Is Offering ~1% Of All Trading Volume Goes To Founders Building On Solana, Some Of The Highest In The World

Source: https://x.com/EasyA_Kickstart/status/2056389825020731860

Creator fees are now live on Kickstart! 💸

~1% of all trading volume now goes to founders, making creator fees on Kickstart some of the highest in the world.

Another major step towards building the future of capital formation on @solana 💪

https://reddit.com/link/1thglfp/video/4zo3r0w8122h1/player

Launch, trade and back the next big idea on Kickstart 👇

https://kickstart.easya.io/

https://preview.redd.it/k4h4k25b122h1.png?width=680&format=png&auto=webp&s=b9fae08feff98c0a5f841d7c1c727cee45d7e748

reddit.com
u/ansi09 — 3 days ago
▲ 1 r/solana

BirdEye - New ATH For Tokenized Stocks On Solana, Daily Trading Volume On XStocksFi Hit $39.96M On May 11

Source:

New ATH for tokenized stocks on @solana 🚀

Daily trading volume on @xStocksFi hit $39.96M on May 11, driven largely by a record-breaking $28.8M day from $CRCLx. This followed @circle’s Q1 earnings report, which showed 20% YoY growth in revenue and reserve income.

https://preview.redd.it/908229c97x1h1.png?width=680&format=png&auto=webp&s=782574f31c2a5632ce0286f59c1d76900a7e2b16

The surge pushed total tokenized stock trading volume on @solana to a new peak of $54.43M — up 6.68% from the previous high on April 15.

https://preview.redd.it/4w00yl0c7x1h1.png?width=680&format=png&auto=webp&s=3eb747e5128ec34fa5554568146501dd20b43d97

reddit.com
u/ansi09 — 4 days ago
▲ 4 r/solana

Agave 4.0 Is Now Recommended For Mainnet Validators

Source: https://x.com/anza_xyz/status/2056363219757801867

1/ Agave 4.0 is now recommended for mainnet validators. XDP for Turbine, QUIC-only TPU ingestion, faster replay stage, and a long list of feature-gated SIMDs activating during the cycle. Here's what's changing 🧵

https://preview.redd.it/8662pqj91x1h1.png?width=679&format=png&auto=webp&s=6e4ff4602422c8e63c3f561ef89b1e9ba91aa5df

2/ XDP is ready for wider validator adoption. Production results on large mainnet validators show Turbine retransmit dropping from 600ms to ~0.8ms. Critical headroom as Solana pushes toward 100M CU blocks.

3/ Replay stage is faster. PoH entry verification and Ed25519 signature verification have been moved off the critical path and dispatched asynchronously, with checks joined before the block is accepted.

4/ UDP transaction ingestion is gone. QUIC is now the only way to submit transactions. TPU address flags and RPC methods refer to QUIC ports, and all UDP related CLI flags have been removed

5/ Simple vote transactions no longer use statically defined CU costs. They're now accounted for using the same cost model as normal transactions, freeing up block capacity that was previously reserved for votes.

6/ Several feature-gated SIMDs activate during the 4.0 cycle, including p-token (drop-in SPL Token replacement, ~13% block capacity freed), Stake Program v5 (1 lamport → 1 SOL minimum delegation), SBPFv3 program support, prefunded account creation, and BLS12-381 syscalls.

7/ Check out the full changelog here:

https://github.com/anza-xyz/agave/blob/v4.0/CHANGELOG.md

https://preview.redd.it/xdmihohf1x1h1.png?width=680&format=png&auto=webp&s=b7a0e4fc0fd5e76df1ac09021c258a54eadcbad3

reddit.com
u/ansi09 — 4 days ago