Create Account
Log In
Dark
chart
exchange
Premium
Terminal
Screener
Stocks
Crypto
Forex
Trends
Depth
Close
Check out our API

RPC
Ridgepost Capital, Inc.
stock NYSE

At Close
Jul 10, 2026 3:59:56 PM EDT
8.01USD+4.368%(+0.34)601,780
0.00Bid   0.00Ask   0.00Spread
Pre-market
0.00USD0.000%(0.00)0
After-hours
Jul 10, 2026 4:10:30 PM EDT
8.00USD-0.062%(-0.01)1
OverviewOption ChainMax PainOptionsHistoricalExchange VolumeDark Pool LevelsDark Pool PrintsExchangesShort VolumeShort Interest - DailyShort InterestBorrow Fee (CTB)Failure to Deliver (FTD)ShortsTrends
RPC Reddit Mentions
Subreddits
Limit Labels     

We have sentiment values and mention counts going back to 2017. The complete data set is available via the API.
Take me to the API
RPC Specific Mentions
As of Jul 12, 2026 6:52:12 AM EDT (1 min. ago)
Includes all comments and posts. Mentions per user per ticker capped at one per hour.
13 hr ago • u/That-Unit7948 • r/solana • what_rpc_problems_are_solana_projects_actually • C
Thanks for sharing, that's exactly the kind of production feedback I was looking for.
Out of curiosity, what type of project are you running where p95/p99 latency and websocket reconnects have become important?
Are you running your own infrastructure or using a managed RPC provider?
sentiment 0.78
13 hr ago • u/That-Unit7948 • r/solana • what_rpc_problems_are_solana_projects_actually • C
Thanks for sharing, that's exactly the kind of production feedback I was looking for.
Out of curiosity, what type of project are you running where p95/p99 latency and websocket reconnects have become important?
Are you running your own infrastructure or using a managed RPC provider?
sentiment 0.78
1 day ago • u/That-Unit7948 • r/solana • what_rpc_problems_are_solana_projects_actually • Dev/Tech • T
What RPC problems are Solana projects actually dealing with right now?
sentiment -0.40
2 days ago • u/ansi09 • r/solana • colosseum_codex_success_fees_north_star_x402 • Weekly Digest • B
**Source:** [https://blog.colosseum.com/success-fees-north-star-x402/](https://blog.colosseum.com/success-fees-north-star-x402/)
Success Fees, Sonic SVM North Star, x402 on Solana June Report, .sol gLTD
https://preview.redd.it/l4m84yoikgch1.png?width=960&format=png&auto=webp&s=2d0924a5493dd7514ee5f86c375e6acaf7a5b152
*This week is about incentives finally catching up to reality, whether that's validators getting paid to actually land transactions, autonomous agents paying their own way per request, or a DAO governance model that let 7 wallets drain $20M because nobody else showed up!*

**🔥 Success Fees**
A new proposal would add an optional success fee only when a transaction actually executes successfully, on top of the existing priority fee.
Under the current fee model, users pay priority fees whether or not their transaction succeeds. Validators get paid for including a transaction in a block regardless of outcome, which means there's no direct economic reason for them to prioritize execution success over simple inclusion. 
The proposal targets that mismatch: it ties part of validator compensation to the actual job they need to do, packing transactions into blocks in a way that lets them land.
The mechanism works as a stacked fee. The base fee and priority fee still get charged on failure, same as today. The success fee is only debited after execution. If the account can't cover it, the transaction gets marked with an `InsufficientFundsForSuccessFee` error. 
It would be implemented as a new Compute Budget instruction or a TxV1 field, defaulting to zero so it's fully opt-in. The idea is to bring tipping that already happens out-of-protocol, through Jito bundles and similar side channels, into the protocol itself.
The discussion has surfaced one central, unresolved technical tension: if the success fee doesn't influence transaction ordering, it doesn't solve the landing-rate problem it's meant to solve. But if it does influence ordering, it needs to be reserved or escrowed at pack time, not just declared, because otherwise leaders are scheduling based on a fee they haven't actually secured. 
*There's been a handful of fee-related SIMDs proposed lately to address fee structure and inflation, and it's easy to lose track of which ones matter. This one will, once the remaining questions have been answered.*
[**Success Fees**](https://github.com/solana-foundation/solana-improvement-documents/discussions/573?ref=blog.colosseum.com)
# 🌠 Sonic SVM North Star
Sonic SVM launched North Star, a private execution layer that gives Solana agents and dApps their own dedicated, temporary runtime for high-frequency workloads.
An app opens a session with one SDK call, delegates its accounts into a private runtime, then runs its existing Solana program unchanged, same binary, same compute units, at over 1 million TPS with near-zero per-transaction cost. 
When the session ends, all state settles atomically back to Solana, with correctness enforced by delegated accounts locking on L1 while the session runs rather than by trusting a sequencer.
The target workloads are ones that can't tolerate shared blockspace:
* Trading agents that reprice continuously and settle only the final result
* Pricing agents pushing orderbook updates every 20ms
* Multi-agent systems that need to coordinate reads and writes at speed before settling together.
[EvaDotFun](http://eva.fun/?ref=blog.colosseum.com), an on-chain agent arena where autonomous agents compete and build reputation through execution, is the first app built on North Star.
*Agents making decisions every block need throughput that shared blockspace can't guarantee. North Star is a bet that on-demand runtimes are how that gets solved.*
[**North Star**](https://northstar.sonicsvm.org/?ref=blog.colosseum.com)
# 🤖 x402 on Solana
June was a breakout month for agent-to-agent payments on Solana via the x402 protocol. AWS opened a monetization pipeline letting content publishers charge AI crawlers and get paid instantly in stablecoins, routed over x402 on Solana rather than blocking bots outright.
On the trading side, ClawPump crossed $100M in combined spot and perpetuals volume, driven by more than 5,000 autonomous agents trading around the clock, and went on to win the Colosseum Frontier Hackathon. 
Quicknode began offering free service up to 1M requests a month per agent using x402, lowering the barrier for agents to access infrastructure without prepaid API keys.
Metaplex shipped Agent Profiles and an onchain Agent Registry, giving agents verifiable identity and action history, a piece OpenCovenant picked up immediately for its own agent reputation system.
Beyond those, the month saw a wave of smaller integrations across identity, inference marketplaces, and agent tooling, all converging on the same pattern: agents paying per request instead of relying on human-managed accounts or fiat rails.
*x402 is turning from a demo into infrastructure that major platforms like AWS are building on top of, and Solana is becoming the platform for agentic payments.*
[**x402 on Solana June Roundup**](https://x.com/x402/status/2074859859837886858?ref=blog.colosseum.com)
# ⭐ Highlights
[Solana's Marshmallow Test](https://x.com/mattytay/status/2075221810938040359?ref=blog.colosseum.com) \- [@mattytay](https://x.com/mattytay)
*This article argues that Solana's real opportunity, both cultural and financial, is tipping the balance toward patient holders rather than extraction-driven trading.*
[SNS Endorses the Solana Foundation’s .sol gTLD Application](https://www.sns.id/blog/sns-endorses-sol-gtld?ref=blog.colosseum.com) \- SNS
*Solana Foundation is formally applying to ICANN (with SNS supporting) to get .sol recognized as an official internet gTLD.*
[Rent on Solana: The deposit that's about to get 10X cheaper](https://x.com/soldotref/status/2075173763302510973?ref=blog.colosseum.com) \- [@soldotref](https://x.com/soldotref)
*Explains how Solana "rent" works, and how SIMD-0437 could make it 10x cheaper.*
[Limit Order v2: The Any-Any Problem](https://developers.jup.ag/blog/lov2-the-any-any-problem?ref=blog.colosseum.com) \- Jupiter Developer Platform
*How Jupiter built Limit Order v2 from the ground up (part 4).*
# ⚡ Quick Hits
▶️ [Introducing Solana Snacks: A bite-sized video series on complex topics](https://x.com/solflare/status/2075207064427905375?ref=blog.colosseum.com) \- [@Solflare](https://x.com/solflare)
[How Superteam Georgia member CrowdBrain became Colosseum's Grand Champion](https://x.com/SuperteamGEO/status/2074141751086862349?ref=blog.colosseum.com) \- [@SuperteamGEO](https://x.com/SuperteamGEO)
[What is Open USD? Open Standard's Stablecoin Explained](https://www.quicknode.com/blog/what-is-openusd-ousd-stablecoin?ref=blog.colosseum.com) \- Quicknode
[Your Guide to Seeker Summer: Complete Quests, Earn Badges, and Explore Apps All Summer Long](https://x.com/solanamobile/status/2074626200669216871?ref=blog.colosseum.com) \- [@SolanaMobile](https://x.com/solanamobile)
▶️ [Solana Async Vault Tutorial: Build Tokenized Funds with NAV Strike](https://www.youtube.com/watch?v=8Wzoo--UZAs&ref=blog.colosseum.com)s - Jonas Hahn
[Phoenix Perpetuals: Market Maker Splines](https://x.com/0xShitTrader/status/2074975927012913322?ref=blog.colosseum.com) \- [@xShitTrader](https://x.com/0xShitTrader)
[How to Build a Live Solana Inspector in Rust. No Backend. Zero JavaScript](https://x.com/rust_undead/status/2073836509917028528?ref=blog.colosseum.com) \- [@rust\_undead](https://x.com/rust_undead)
Want early access to the latest products launching from Colosseum?
We're looking for alpha testers to be among the first to try what we're building!
[Apply Now](https://form.typeform.com/to/WahoPO08?ref=blog.colosseum.com)
# ⚙️ Tools & Resources
[**paysh-agent-recipes**](https://github.com/nickisanders/paysh-agent-recipes?ref=blog.colosseum.com) \- A collection of AI agent workflows built on [pay.sh](http://pay.sh), covering use cases like whale watching, depeg monitoring, and lead enrichment.
[**seashell**](https://github.com/soundsonacid/seashell?ref=blog.colosseum.com) \- A Rust testing framework for Solana programs that fetches and caches real mainnet account data, letting teams run deterministic tests against identical onchain snapshots without repeated RPC calls.
[**solana-subscriptions-example**](https://github.com/rkmonarch/solana-subscriptions-example?ref=blog.colosseum.com) \- A full-stack Next.js demo of the Solana Subscriptions Program, showing recurring billing plans with subscriber and merchant dashboards.
# 💓 Ecosystem Pulse
🚨 [BonkDAO Drained $20M](https://x.com/bonk_inu/status/2074191403781906800?ref=blog.colosseum.com) \- A malicious governance proposal drained an estimated $20M in BONK from BonkDAO's treasury after the proposer bought roughly $4.4M in BONK just to clear the 1% quorum threshold and voted yes alone, with only 7 of 18,000+ wallets participating.
💀 [Jito Ending ShredStream](https://doublezero.xyz/jito-shredstream?ref=blog.colosseum.com) \- DoubleZero Edge is positioning itself as the replacement for Jito ShredStream. Existing ShredStream users get a free 90-day trial, after which pricing runs $30-$100 per epoch.
💀 [Exchange Art is shutting down](https://x.com/exchgART/status/2072744267789828222?ref=blog.colosseum.com) \- A prolonged bear market for onchain art made the business economically unviable. Escrowed artwork and funds will be released to owners before the shutdown on Aug 1, 2026.
# 🎧 Listen to This
**On The Road with Nick Ducoff**
In this episode, Nick talks with Theo from Baillie Gifford about the future of tokenization, regulation, and innovation in digital assets, with insights into Baggy, Solana's role in London, and regulatory environments.
[**Solana in London: The Future of Crypto Innovation with Theo from Baillie Gifford**](https://solana.com/podcasts/on-the-road-with-nick-ducoff/episodes/solana-in-london-the-future-of-crypto-innovation-with-theo-from-baillie-gifford-e3lpt7r?ref=blog.colosseum.com)
# 👩‍🔧 Get Hired
* Kast is hiring a [Database Engineering Lead](https://jobs.solana.com/companies/kast-2-ea67dfad-ab09-48d0-81ed-001a66156d05/jobs/85184949-database-engineering-lead?ref=blog.colosseum.com#content)
* Sphere is hiring a [Sr. Backend Engineer](https://jobs.solana.com/companies/sphere-2-616d53dc-510a-46c7-a2a6-e569d8c70b50/jobs/85351074-sr-backend-engineer?ref=blog.colosseum.com#content)
* Moonshot is hiring a [Senior Backend Engineer](https://jobs.solana.com/companies/moonshot-2-949ce1a2-6d38-42d0-a878-d09bef92c13a/jobs/84964485-senior-backend-engineer?ref=blog.colosseum.com#content)
* Solana Foundation is hiring a [GM, AI Ecosystem](https://jobs.solana.com/companies/solana-foundation-2/jobs/85444444-gm-ai-ecosystem?ref=blog.colosseum.com#content)
*BonkDAO got drained for $20M simply because no one was paying attention. Do you still believe in the DAO token voting model or something else, like Futarchy or Sowellian governance?*
# Thanks for reading ✌️
[Follow me](https://x.com/mikehale?ref=blog.colosseum.com) on X!
sentiment 1.00
2 days ago • u/lumen_loop • r/Stellar • stellar_weekly_roundup_week_of_jul_3_2026 • B
Protocol 27, codenamed Zipper, [went live on Stellar mainnet on July 9](https://x.com/StellarOrg/status/2074902336393060391), shipping auth delegation, bundled signature entries, and replay protection. That same day, [Alchemy joined Stellar's tier-1 validator set](https://x.com/StellarOrg/status/2074912016347668655), participating directly in SCP consensus. The UNDP and SDF [extended their partnership](https://stellar.org/press/undp-and-stellar-development-foundation-extend-partnership-to-scale-proven-digital-payment-solutions) to make blockchain-based digital payments a permanent UNDP capability through 2027, scaling results from five country pilots.
# Protocol 27 and Network Infrastructure
Protocol 27 activated on Stellar mainnet July 9. The Zipper upgrade ships auth delegation as a first-class smart account feature, combines all signer auth into one entry per transaction, simplifies simulation, and prevents signature replay.
CAP-711 adds built-in delegation support for modular custom accounts. CAP-712 fixes a signature vulnerability: the standard authorization pre-image did not include the signer's address, creating a replay risk when private keys are shared across accounts during simultaneous signer rotation. Both CAPs were discussed at the [July 8 Stellar Developers Meeting](https://www.youtube.com/watch?v=5O1cDDGv7_o).
Alchemy now participates directly in SCP consensus as a tier-1 validator, adding to its existing Stellar RPC and read support. At Thursday's developer meeting, u/0xkaancar presented [CAP-0084 and CAP-0085](https://github.com/stellar/stellar-protocol/tree/master/core) for community review.
# Institutional Activity
The UNDP and SDF [extended their partnership](https://stellar.org/press/undp-and-stellar-development-foundation-extend-partnership-to-scale-proven-digital-payment-solutions) through 2027, converting five country pilots into standing UNDP operational infrastructure. Pilots across Haiti, Kenya, Syria, Guatemala, and The Gambia cut transaction costs from 10% to 2% and achieved 100% reliability in low-connectivity settings.
M1X Global [raised $8.5 million](https://www.prnewswire.com/news-releases/m1x-global-announces-further-funding-led-by-paradigm-totalling-8-5-million-302819729.html) led by Paradigm to scale USDM1, a U.S. Treasury-backed sovereign bond issued natively on a public blockchain by the Republic of the Marshall Islands. DFNS provides wallet and banking infrastructure; USDM1 is integrated into institutional collateral workflows at Bank of America, Citadel Securities, and Virtu Financial and funds quarterly UBI payments to Marshall Islands citizens. DFNS [detailed the setup](https://dfns.co/article/announcing-m1x) across Stellar, Canton, and Solana.
STBL [published Q2 milestones](https://x.com/i/article/2075543827264499712): USST reached 5 million tokens minted on Stellar, and Hashlock and Cyfrin completed security audits. OpenZeppelin and T-REX Network [announced a partnership](https://www.openzeppelin.com/news/openzeppelin-and-trex-network-partner-to-advance-institutional-compliance-infrastructure) to deliver ERC-3643 as an audited library component and extend T-REX Protocol to non-EVM networks, with a Stellar-native implementation already complete.
# Consumer Wallets
Normal Finance [expanded its non-custodial wallet](https://normalfi.substack.com/p/normal-is-now-multi-asset) to support Bitcoin, Ethereum, and Solana alongside XLM in a single app. Stellar remains the core settlement layer; USDC deposits earn yield via Blend and DeFindex.
[MoneyGram is now live inside Normal Finance](https://normalfi.substack.com/p/moneygram-is-live-in-normal) as a cash on/off-ramp, covering 500,000+ locations across 200+ countries. Users deposit cash and receive cryptocurrency directly, or reverse the flow to cash out.
# Developer Infrastructure
OpenZeppelin published [step-by-step guides](http://docs.openzeppelin.com/relayer/1.5.x/guides/stellar-relayer-gcp-operator-guide) for running its Relayer Service in teams' own AWS and GCP environments, covering compute, state management, key security, fee bumping, and RPC failover.
[Stellar Raven](https://x.com/i/article/2075371500324929536), an MCP server built by u/kalepail, aggregates Stellar documentation, tools, and community intelligence into a single connection for AI agents and builders. The companion [Stellar Skills directory](https://skills.stellar.org/) curates context files teaching agents about Stellar contracts, SDKs, and tooling. [Mercury (Xycloo Labs)](https://x.com/xyclooLabs/status/2074208030837878880) launched as a paid, production-ready indexing service after open testing, covering Soroban events, webhooks, retroshades, and RPC access.
# DeFi
DeFindex's APY Stabilizer received a [completed audit from Rvinci Security](https://twitter.com/rv_inc/status/2075591375119138929). The two-week engagement, concluding June 2026, covered role-based access controls, fee bounds, accounting invariants, and cross-contract interaction security across two Soroban contracts. All findings were addressed or acknowledged. DeFindex ranks in the top 10 DeFi protocols on Stellar by TVL.
The July 2026 [SCF Demo Day](https://www.youtube.com/watch?v=unddHWrZnOs) featured 75 awarded projects live on Stellar. Highlighted presentations included Inference, a formal verification language, and Lumen Loop, an ecosystem content aggregator and project directory. The SCF has awarded $7.7 million across 75+ projects in 2026.
# Lightning Round
* Open Standard's OUSD, backed by 140+ companies including Stripe, Visa, and BlackRock, is [launching on Stellar](https://x.com/i/article/2074068996912218112), Solana, Base, and Polygon, splitting reserve interest with distribution partners rather than concentrating it at the issuer.
* ArcusX [recorded its first transaction on Stellar mainnet](https://www.youtube.com/watch?v=yRvUVNoXwFo), demonstrating the end-to-end task-based payment workflow via Soroban.
* Untangled Finance described OctoPos, its multi-chain DeFi position and risk monitoring API, in a [July interview](https://www.youtube.com/watch?v=IR5TRa9Zzi8), including real-time monitoring built after the February Blend Oracle exploit.
* The SCF [updated Build Award guidelines](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/budget-and-deliverable-guidelines): teams that miss a deadline without prior notice forfeit remaining tranches; completion expected within 3 months of the prior payment.
* A new [stellar/stellar-protocol discussion](https://github.com/orgs/stellar/discussions/1974) opened on atomic contract migrations using a `__migrate` function pattern.
* The [Stellar Indexer SDK](https://jsr.io/@stellar-indexer/stellar-indexer-sdk) entered public beta on JSR, providing direct access to live Soroban contract data with protocol extensions for Blend and Soroban Domains.
* [Stellar Wallets Kit](https://jsr.io/@creit-tech/stellar-wallets-kit) from Creit Tech unifies Soroban dApp wallet integration across Freighter, xBull, Albedo, and Rabet behind a single API.
* SocketFi released [u/socketfi/server](https://www.npmjs.com/package/@socketfi/server), a Node.js paymaster SDK for Express, Next.js, NestJS, Fastify, and serverless runtimes.
* Stellar Brazil opened [Stellar Summit attendee registration](https://luma.com/wvcqg77b?tk=XN51Nw).
# Upcoming Events
* **July 10** [Monthly Stellar Ecosystem Update](https://discord.com/events/897514728459468821/1524824962593067008), X Spaces
* **July 10** [Stellar Chile Community Call](https://discord.com/events/897514728459468821/1394437062421250159), Discord
* **July 10** [Stellar Town Hall](https://discord.com/events/897514728459468821/1499821622356607010), Discord
* **July 13** [Weekly Brazilian Ambassador Meeting](https://discord.com/events/897514728459468821/1464247285474136135), Discord
* **July 14** [StarMaker Community Call](https://discord.com/events/897514728459468821/1394227738725974128), Google Meet
* **July 15** [Stellar Ecosystem Impact: Founders & Investor Mixer](https://luma.com/ipggktuu), Nairobi, Kenya
* **July 16** [Stellar Developers Meeting](https://discord.com/events/897514728459468821/1496911886321713163), Discord
* **July 16** [E.Africa Weekly Community Call](https://discord.com/events/897514728459468821/1483896022064435271), Discord
* **July 18** [Stellar Builders Camp, Goa Edition](https://luma.com/ajcns4mc), Goa, India
* **July 18** [Built in Nairobi: Stellar Impact Studio Demo Day](https://luma.com/xzvdmrt0), Nairobi, Kenya
# Ambassador Activity
Stellar Indonesia ran the Build on Stellar Bootcamp in Bandung on July 4. A Yogyakarta bootcamp the prior week had 35 builders deploy MVPs to Stellar mainnet in two days. 13 new ambassadors from Solo were officially onboarded.
Stellar Philippines hosted StellarX PH Demo Days in Mindanao (July 4) and Metro Manila (July 10). A bootcamp at Baliuag University drew 115 builders and yielded 71 project submissions.
Starmaker (LATAM) ran Pulso Halftime Demo events simultaneously in São Paulo, Buenos Aires, and Bogotá on July 6. Stellar Turkey organized a community meetup in Istanbul on July 10.
# What to Watch
* **Protocol 27 tooling adoption**: Zipper is live on mainnet; watch for wallet SDK updates, relayer integrations, and dApp migrations to the new auth delegation and bundled auth entry model.
* **CAP-0084 and CAP-0085**: both are under active community review; the July 16 developer meeting continues the discussion.
* **APAC Stellar Hackathon**: final submission deadline July 15, Demo Day July 18, Grand Finale July 24.
* **Nairobi activity**: Stellar Ecosystem Impact investor mixer July 15 and Built in Nairobi Demo Day July 18.
* **USDM1 institutional integration**: watch for formal reporting on live collateral use at Bank of America, Citadel Securities, and Virtu Financial.

Stay in the loop 👉 [lumenloop.com](http://lumenloop.com)
sentiment 0.97
2 days ago • u/LaurenClair • r/defi • uniswap_eth_problem • C
Chain ID error is basically telling you the wallet does not know that network A wallet with custom RPC support should be able to access the same address and then you can bridge out from there Use only official MetaMask or Rabby links and never paste the seed phrase into any website or reply to DMs
sentiment 0.00


Share
About
Pricing
Policies
Markets
API
Info
tz UTC-4
Connect with us
ChartExchange Email
ChartExchange on Discord
ChartExchange on X
ChartExchange on Reddit
ChartExchange on GitHub
ChartExchange on YouTube
© 2020 - 2026 ChartExchange LLC