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

ATABTC
ATA / Bitcoin
crypto Composite

Real-time
Jul 4, 2026 9:19:00 AM EDT
0.000000013BTC-7.143%(-0.000000001)51,5460
0.000000011Bid   0.000000014Ask   0.000000003Spread
OverviewHistoricalDepthTrendsNewsTrends
Composite
0.000000013
HitBTC
0.000000013
ATA 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
ATA Specific Mentions
As of Jul 6, 2026 7:49:43 PM EDT (<1 min. ago)
Includes all comments and posts. Mentions per user per ticker capped at one per hour.
4 days ago • u/ansi09 • r/solana • solana_changelog_july_2 • Dev/Tech • B
**Source:** [https://x.com/solana\_devs/status/2072699882062930324](https://x.com/solana_devs/status/2072699882062930324)
https://preview.redd.it/81chlt86yyah1.png?width=680&format=png&auto=webp&s=91631b56d5a2e422f2f48dd462d03ca623855f0e
This is a weekly newsletter on the latest Solana engineering news from the past week. If you want to stay updated on Solana tech, follow the Solana Changelog at
[u/solana\_devs](https://x.com/solana_devs)
and
[u/readylayerone](https://x.com/@readylayerone)
.
# Releases
New versions
* Agave [v4.1.0](https://github.com/anza-xyz/agave/releases/tag/v4.1.0)
* Cloudbreak [v0.1.2](https://github.com/solana-rpc/cloudbreak/releases/tag/v0.1.2)
* Superbank [v0.5.0](https://github.com/solana-rpc/superbank/releases/tag/v0.5.0)
* Solana Kit [v7.0.0](https://github.com/anza-xyz/kit/releases/tag/v7.0.0)
* Solana Go [v1.22.0](https://github.com/solana-foundation/solana-go/releases/tag/v1.22.0)
* Solana Stake Rust SDK [v4.3.1](https://github.com/solana-program/stake/releases/tag/interface%40v4.3.1)
* Anchor [v1.1.2](https://github.com/otter-sec/anchor/releases/tag/v1.1.2) , [v1.0.3](https://github.com/otter-sec/anchor/releases/tag/v1.0.3)
* Mollusk [v0.13.4](https://github.com/anza-xyz/mollusk/releases/tag/0.13.4)
# Ecosystem work
Validator clients (Agave, Firedancer, Mithril)
* Conformance - Agave is continuing work on [supporting fuzzing](https://github.com/anza-xyz/agave/issues/12378) between different validator client implementations. This week, work was done on [syscalls](https://github.com/anza-xyz/agave/pull/12921) , and [transaction costs](https://github.com/anza-xyz/agave/pull/13429) . What this means (WTM) - Fuzzing allows for more exhaustive testing of inputs on the various Solana validator clients (Agave, Firedancer, Mithril) and on different client versions. It generates edge cases upon edge cases to ensure that the system is prepared for these inputs. The recent changes on this front allow for conformance between runtime system calls and transaction costs, both of which have to work the same regardless of your client implementation.
* Alpenglow - Agave has merged the [final feature flag](https://github.com/anza-xyz/agave/pull/11814/changes) for turning on Alpenglow. This marks the first step of validators switching to Alpenglow in v4.3. WTM - Alpenglow has many parts. Only the Votor portion of Alpenglow will be released starting v4.3. We are expected to get Alpenswitch on Testnet this month and on Mainnet in August. This PR turns on Alpenswitch during the epoch-based feature flag.
RPC 2.0
* Three new methods have been added to Cloudbreak’s RPC call implementation - [getTokenSupply](https://github.com/solana-rpc/cloudbreak/pull/21) , [getVoteAccounts](https://github.com/solana-rpc/cloudbreak/pull/9) , [getTokenLargestAccounts](https://github.com/solana-rpc/cloudbreak/pull/23) . WTM - This change improves coverage of the [Solana HTTP RPC spec](https://solana.com/docs/rpc) . Every RPC provider has to support these.
* Superbank is adding [gRPC streaming support](https://github.com/solana-rpc/superbank/pull/29) . WTM - gRPC is a backend protocol used by various services. Supporting this protocol allows for Solana events to be streamed to gRPC backends. More infrastructure providers can build their own RPCs when this service is turned on.
* Superbank is supporting the [getEpochInfo](https://github.com/solana-rpc/superbank/pull/30) method. WTM - This change improves coverage of the [Solana HTTP RPC spec](https://solana.com/docs/rpc) . Every RPC provider has to support these.
* Superbank is supporting [transaction versions](https://github.com/solana-rpc/superbank/pull/20) . WTM - There are going to be three versions of transactions in the coming months - Legacy, v0, and v1. Supporting all transaction versions and surfacing them is standard to the JSON response on a getTransaction RPC call.
Solana language clients (Web3.js, Solana Kit, Kit plugins, Solana SDK, Codama, Solana Go)
* [u/solana/react](https://x.com/@solana/react) supports full React functionality for Solana Kit applications. Improvements include the following: a) [Importing u/solana/kit as a separate dependency](https://github.com/anza-xyz/kit/pull/1706) , b) Creating new [useClient](https://github.com/anza-xyz/kit/pull/1607) and [useSubscription](https://github.com/anza-xyz/kit/pull/1702) hooks and providers, c) [hooks for RPC requests](https://github.com/anza-xyz/kit/pull/1619) , [loading states](https://github.com/anza-xyz/kit/pull/1677) and [types for RPC responses](https://github.com/anza-xyz/kit/pull/1678) , d) Tanstack Query hooks for [tracked data](https://github.com/anza-xyz/kit/pull/1769) and [subscription queries](https://github.com/anza-xyz/kit/pull/1760) , and e) SWR hooks for [tracked data](https://github.com/anza-xyz/kit/pull/1727) and [subscription queries](https://github.com/anza-xyz/kit/pull/1719) WTM - This change improves the feature set of what you can do on a React application when interacting with the blockchain. Because Kit is now decoupled from React, this change also enables possible support for other frameworks like Angular, Vue.js, Svelte, and SolidJS since Kit is no longer tied to React specifically.
* Solana Kit just added a new [package called u/solana/transaction-introspection](https://github.com/anza-xyz/kit/pull/1611) which allows for parsing the instructions of confirmed transactions onchain with Kit program clients. WTM - This allows for easier interop with transaction responses and program clients. You can build applications that check for your program instructions, check that the values are correct, and more easily surface data directly onto your application. You can view the full guide to the new library [here](https://www.solanakit.com/docs/advanced-guides/transaction-introspection) .
* Solana Go will [support Sysvar accounts](https://github.com/solana-foundation/solana-go/pull/457) . WTM - Sysvar Accounts allow other accounts to use details like the clock and epoch info as data in an account. Solana Go is following suit with other client SDKs that allow for this access and parsing as well.
* Solana Go will support the [getTransactionsForAddress method](https://github.com/solana-foundation/solana-go/pull/450) . WTM - getTransactionsForAddress is a relatively new method pioneered by Helius, the RPC provider. Solana Go providing support for this method allows Go users to skip a custom implementation using this RPC method.
Solana Program Library (SPL) and Core BPF
* The Solana Associated Token Account (ATA) program Rust SDK will [deprecate its get\_associated\_token\_address](https://github.com/solana-program/associated-token-account/pull/280) function in favor of get\_associated\_token\_address\_with\_program\_id to ensure no confusion between token accounts for SPL tokens and Token2022 tokens. WTM - This has been a source of confusion for many developers. SPL Token Program and Token2022 Program have two different program addresses. Derived addresses require the program ID as a seed. This hardens the function so that a program ID should be provided explicity.
* A new [secp256k1-verify Rust crate](https://github.com/solana-program/secp256k1/pull/6) was created. WTM - Instead of relying on the program itself to do the verification, verification helper methods have been provided in this crate. Decoupling this makes sense for more users who want to implement these functions without having to depend on the secp256k1 program.
# Other interesting things
* [@asymmetric\_re](https://x.com/@asymmetric_re) published their initial findings for the STRIDE program, which aims to improve security across Solana projects
[https://x.com/asymmetric\_re/status/2072044426223083795](https://x.com/asymmetric_re/status/2072044426223083795)
https://preview.redd.it/qtdzxk79yyah1.png?width=556&format=png&auto=webp&s=a5fdd075c198e5f00fec6ee42fe183ea035c7d4d
* [@clairefxyz](https://x.com/@clairefxyz) announced that sbpf will support CFG analyses in their tooling. This is a feature that allows for more granular debugging and inspection at the level of program bytes
[https://x.com/clairefxyz/status/2072114577676841204](https://x.com/clairefxyz/status/2072114577676841204)
https://preview.redd.it/st16xt5iyyah1.png?width=562&format=png&auto=webp&s=73a3a6684953b2001ce829d10898c096c68e1d5e
* [@inspiration\_gx](https://x.com/@inspiration_gx) writes a Twitter article on Constellation
[https://x.com/inspiration\_gx/status/2071956192377602436](https://x.com/inspiration_gx/status/2071956192377602436)
https://preview.redd.it/sysqxlvfyyah1.png?width=555&format=png&auto=webp&s=32e67254c37c66130e2a8ee5f4792705dd5b0284
* [@soltop\_sh](https://x.com/@soltop_sh) a new tool for live Solana program monitoring
[https://x.com/soltop\_sh/status/2006058758464528856](https://x.com/soltop_sh/status/2006058758464528856)
https://preview.redd.it/o62af5cmyyah1.png?width=556&format=png&auto=webp&s=b3cf655efa4147068447ba84ab007fb7dab107e7
* A deep dive by [@trenchdiver0x](https://x.com/@trenchdiver0x) on the technical internals of [@world\_xyz](https://x.com/@world_xyz)
[https://x.com/trenchdiver0x/status/2071366830275596748](https://x.com/trenchdiver0x/status/2071366830275596748)
https://preview.redd.it/xyb7tbzryyah1.png?width=562&format=png&auto=webp&s=9dc626ccdf19a48915481098c0fe0879486a7041
* [@inspiration\_gx](https://x.com/@inspiration_gx) writes a Twitter article on eBPF
[https://x.com/inspiration\_gx/status/2071372914083971324](https://x.com/inspiration_gx/status/2071372914083971324)
https://preview.redd.it/8cedi8puyyah1.png?width=554&format=png&auto=webp&s=689a58a2f143d4a3fd91ffb0850338f78b045887
* Article on a bug in Solana’s ZK Elgamal Proof Program, which is the cryptography foundation for Confidential Balances
[https://blog.zksecurity.xyz/posts/solana-phantom-challenge-bug/](https://blog.zksecurity.xyz/posts/solana-phantom-challenge-bug/)
https://preview.redd.it/mrumqq9wyyah1.png?width=680&format=png&auto=webp&s=87c728a3a225878b2aeb1c9bf22377983e5da80b
* [@dev\_jodee](https://x.com/@dev_jodee) created a web application that informs users about the cryptography behind Alpenglow
[https://x.com/dev\_jodee/status/2070544865364976129](https://x.com/dev_jodee/status/2070544865364976129)
https://preview.redd.it/nnr5pgmyyyah1.png?width=553&format=png&auto=webp&s=fbd77bba31e702be0761448bc323012b18c8cb72
* [@catmcgee](https://x.com/@catmcgee) introduces Confidential Balances on Token-2022 token accounts
[https://x.com/catmcgee/status/2070184694386217357](https://x.com/catmcgee/status/2070184694386217357)
https://preview.redd.it/nix4oi81zyah1.png?width=604&format=png&auto=webp&s=08f6c5db83cad1a8dacc57fec47ff210426b251d
* [@SolPlay\_jonas](https://x.com/@SolPlay_jonas) on new major updates on the Solana Explorer
[https://x.com/SolPlay\_jonas/status/2070506806795751675](https://x.com/SolPlay_jonas/status/2070506806795751675)
https://preview.redd.it/4gi8b1o4zyah1.png?width=558&format=png&auto=webp&s=ada6e11b230b9b79bbdbde3e56630abc38be8189
**Developer Events**
[https://x.com/SolanaEvents/status/2069070951602356608](https://x.com/SolanaEvents/status/2069070951602356608)
https://preview.redd.it/3svnxt47zyah1.png?width=559&format=png&auto=webp&s=c8c0f40ac2ed663c641782633f405e9b71ee156b
[https://x.com/mtndao/status/2067325023409569848](https://x.com/mtndao/status/2067325023409569848)
https://preview.redd.it/iqzzuia9zyah1.png?width=506&format=png&auto=webp&s=4ced714d5a2fc5e29f45f1d839d8be0b62517648
[https://x.com/SuperteamCAN/status/2067230981212524765](https://x.com/SuperteamCAN/status/2067230981212524765)
https://preview.redd.it/hqggisibzyah1.png?width=506&format=png&auto=webp&s=a286b12da32258146df435b80fdb67f00ff41a64
[https://x.com/cstldao/status/2067216138413502641](https://x.com/cstldao/status/2067216138413502641)
https://preview.redd.it/gsv3ssvczyah1.png?width=503&format=png&auto=webp&s=941cb6791b51608281ba6f1a81a5c88a724878a6
[https://x.com/SolanaEvents/status/2056803622399414674](https://x.com/SolanaEvents/status/2056803622399414674)
https://preview.redd.it/0rhw978fzyah1.png?width=503&format=png&auto=webp&s=1842dca1a993fdb84c8afef029f34fbdee767497
sentiment 1.00
4 days ago • u/ansi09 • r/solana • solana_changelog_july_2 • Dev/Tech • B
**Source:** [https://x.com/solana\_devs/status/2072699882062930324](https://x.com/solana_devs/status/2072699882062930324)
https://preview.redd.it/81chlt86yyah1.png?width=680&format=png&auto=webp&s=91631b56d5a2e422f2f48dd462d03ca623855f0e
This is a weekly newsletter on the latest Solana engineering news from the past week. If you want to stay updated on Solana tech, follow the Solana Changelog at
[u/solana\_devs](https://x.com/solana_devs)
and
[u/readylayerone](https://x.com/@readylayerone)
.
# Releases
New versions
* Agave [v4.1.0](https://github.com/anza-xyz/agave/releases/tag/v4.1.0)
* Cloudbreak [v0.1.2](https://github.com/solana-rpc/cloudbreak/releases/tag/v0.1.2)
* Superbank [v0.5.0](https://github.com/solana-rpc/superbank/releases/tag/v0.5.0)
* Solana Kit [v7.0.0](https://github.com/anza-xyz/kit/releases/tag/v7.0.0)
* Solana Go [v1.22.0](https://github.com/solana-foundation/solana-go/releases/tag/v1.22.0)
* Solana Stake Rust SDK [v4.3.1](https://github.com/solana-program/stake/releases/tag/interface%40v4.3.1)
* Anchor [v1.1.2](https://github.com/otter-sec/anchor/releases/tag/v1.1.2) , [v1.0.3](https://github.com/otter-sec/anchor/releases/tag/v1.0.3)
* Mollusk [v0.13.4](https://github.com/anza-xyz/mollusk/releases/tag/0.13.4)
# Ecosystem work
Validator clients (Agave, Firedancer, Mithril)
* Conformance - Agave is continuing work on [supporting fuzzing](https://github.com/anza-xyz/agave/issues/12378) between different validator client implementations. This week, work was done on [syscalls](https://github.com/anza-xyz/agave/pull/12921) , and [transaction costs](https://github.com/anza-xyz/agave/pull/13429) . What this means (WTM) - Fuzzing allows for more exhaustive testing of inputs on the various Solana validator clients (Agave, Firedancer, Mithril) and on different client versions. It generates edge cases upon edge cases to ensure that the system is prepared for these inputs. The recent changes on this front allow for conformance between runtime system calls and transaction costs, both of which have to work the same regardless of your client implementation.
* Alpenglow - Agave has merged the [final feature flag](https://github.com/anza-xyz/agave/pull/11814/changes) for turning on Alpenglow. This marks the first step of validators switching to Alpenglow in v4.3. WTM - Alpenglow has many parts. Only the Votor portion of Alpenglow will be released starting v4.3. We are expected to get Alpenswitch on Testnet this month and on Mainnet in August. This PR turns on Alpenswitch during the epoch-based feature flag.
RPC 2.0
* Three new methods have been added to Cloudbreak’s RPC call implementation - [getTokenSupply](https://github.com/solana-rpc/cloudbreak/pull/21) , [getVoteAccounts](https://github.com/solana-rpc/cloudbreak/pull/9) , [getTokenLargestAccounts](https://github.com/solana-rpc/cloudbreak/pull/23) . WTM - This change improves coverage of the [Solana HTTP RPC spec](https://solana.com/docs/rpc) . Every RPC provider has to support these.
* Superbank is adding [gRPC streaming support](https://github.com/solana-rpc/superbank/pull/29) . WTM - gRPC is a backend protocol used by various services. Supporting this protocol allows for Solana events to be streamed to gRPC backends. More infrastructure providers can build their own RPCs when this service is turned on.
* Superbank is supporting the [getEpochInfo](https://github.com/solana-rpc/superbank/pull/30) method. WTM - This change improves coverage of the [Solana HTTP RPC spec](https://solana.com/docs/rpc) . Every RPC provider has to support these.
* Superbank is supporting [transaction versions](https://github.com/solana-rpc/superbank/pull/20) . WTM - There are going to be three versions of transactions in the coming months - Legacy, v0, and v1. Supporting all transaction versions and surfacing them is standard to the JSON response on a getTransaction RPC call.
Solana language clients (Web3.js, Solana Kit, Kit plugins, Solana SDK, Codama, Solana Go)
* [u/solana/react](https://x.com/@solana/react) supports full React functionality for Solana Kit applications. Improvements include the following: a) [Importing u/solana/kit as a separate dependency](https://github.com/anza-xyz/kit/pull/1706) , b) Creating new [useClient](https://github.com/anza-xyz/kit/pull/1607) and [useSubscription](https://github.com/anza-xyz/kit/pull/1702) hooks and providers, c) [hooks for RPC requests](https://github.com/anza-xyz/kit/pull/1619) , [loading states](https://github.com/anza-xyz/kit/pull/1677) and [types for RPC responses](https://github.com/anza-xyz/kit/pull/1678) , d) Tanstack Query hooks for [tracked data](https://github.com/anza-xyz/kit/pull/1769) and [subscription queries](https://github.com/anza-xyz/kit/pull/1760) , and e) SWR hooks for [tracked data](https://github.com/anza-xyz/kit/pull/1727) and [subscription queries](https://github.com/anza-xyz/kit/pull/1719) WTM - This change improves the feature set of what you can do on a React application when interacting with the blockchain. Because Kit is now decoupled from React, this change also enables possible support for other frameworks like Angular, Vue.js, Svelte, and SolidJS since Kit is no longer tied to React specifically.
* Solana Kit just added a new [package called u/solana/transaction-introspection](https://github.com/anza-xyz/kit/pull/1611) which allows for parsing the instructions of confirmed transactions onchain with Kit program clients. WTM - This allows for easier interop with transaction responses and program clients. You can build applications that check for your program instructions, check that the values are correct, and more easily surface data directly onto your application. You can view the full guide to the new library [here](https://www.solanakit.com/docs/advanced-guides/transaction-introspection) .
* Solana Go will [support Sysvar accounts](https://github.com/solana-foundation/solana-go/pull/457) . WTM - Sysvar Accounts allow other accounts to use details like the clock and epoch info as data in an account. Solana Go is following suit with other client SDKs that allow for this access and parsing as well.
* Solana Go will support the [getTransactionsForAddress method](https://github.com/solana-foundation/solana-go/pull/450) . WTM - getTransactionsForAddress is a relatively new method pioneered by Helius, the RPC provider. Solana Go providing support for this method allows Go users to skip a custom implementation using this RPC method.
Solana Program Library (SPL) and Core BPF
* The Solana Associated Token Account (ATA) program Rust SDK will [deprecate its get\_associated\_token\_address](https://github.com/solana-program/associated-token-account/pull/280) function in favor of get\_associated\_token\_address\_with\_program\_id to ensure no confusion between token accounts for SPL tokens and Token2022 tokens. WTM - This has been a source of confusion for many developers. SPL Token Program and Token2022 Program have two different program addresses. Derived addresses require the program ID as a seed. This hardens the function so that a program ID should be provided explicity.
* A new [secp256k1-verify Rust crate](https://github.com/solana-program/secp256k1/pull/6) was created. WTM - Instead of relying on the program itself to do the verification, verification helper methods have been provided in this crate. Decoupling this makes sense for more users who want to implement these functions without having to depend on the secp256k1 program.
# Other interesting things
* [@asymmetric\_re](https://x.com/@asymmetric_re) published their initial findings for the STRIDE program, which aims to improve security across Solana projects
[https://x.com/asymmetric\_re/status/2072044426223083795](https://x.com/asymmetric_re/status/2072044426223083795)
https://preview.redd.it/qtdzxk79yyah1.png?width=556&format=png&auto=webp&s=a5fdd075c198e5f00fec6ee42fe183ea035c7d4d
* [@clairefxyz](https://x.com/@clairefxyz) announced that sbpf will support CFG analyses in their tooling. This is a feature that allows for more granular debugging and inspection at the level of program bytes
[https://x.com/clairefxyz/status/2072114577676841204](https://x.com/clairefxyz/status/2072114577676841204)
https://preview.redd.it/st16xt5iyyah1.png?width=562&format=png&auto=webp&s=73a3a6684953b2001ce829d10898c096c68e1d5e
* [@inspiration\_gx](https://x.com/@inspiration_gx) writes a Twitter article on Constellation
[https://x.com/inspiration\_gx/status/2071956192377602436](https://x.com/inspiration_gx/status/2071956192377602436)
https://preview.redd.it/sysqxlvfyyah1.png?width=555&format=png&auto=webp&s=32e67254c37c66130e2a8ee5f4792705dd5b0284
* [@soltop\_sh](https://x.com/@soltop_sh) a new tool for live Solana program monitoring
[https://x.com/soltop\_sh/status/2006058758464528856](https://x.com/soltop_sh/status/2006058758464528856)
https://preview.redd.it/o62af5cmyyah1.png?width=556&format=png&auto=webp&s=b3cf655efa4147068447ba84ab007fb7dab107e7
* A deep dive by [@trenchdiver0x](https://x.com/@trenchdiver0x) on the technical internals of [@world\_xyz](https://x.com/@world_xyz)
[https://x.com/trenchdiver0x/status/2071366830275596748](https://x.com/trenchdiver0x/status/2071366830275596748)
https://preview.redd.it/xyb7tbzryyah1.png?width=562&format=png&auto=webp&s=9dc626ccdf19a48915481098c0fe0879486a7041
* [@inspiration\_gx](https://x.com/@inspiration_gx) writes a Twitter article on eBPF
[https://x.com/inspiration\_gx/status/2071372914083971324](https://x.com/inspiration_gx/status/2071372914083971324)
https://preview.redd.it/8cedi8puyyah1.png?width=554&format=png&auto=webp&s=689a58a2f143d4a3fd91ffb0850338f78b045887
* Article on a bug in Solana’s ZK Elgamal Proof Program, which is the cryptography foundation for Confidential Balances
[https://blog.zksecurity.xyz/posts/solana-phantom-challenge-bug/](https://blog.zksecurity.xyz/posts/solana-phantom-challenge-bug/)
https://preview.redd.it/mrumqq9wyyah1.png?width=680&format=png&auto=webp&s=87c728a3a225878b2aeb1c9bf22377983e5da80b
* [@dev\_jodee](https://x.com/@dev_jodee) created a web application that informs users about the cryptography behind Alpenglow
[https://x.com/dev\_jodee/status/2070544865364976129](https://x.com/dev_jodee/status/2070544865364976129)
https://preview.redd.it/nnr5pgmyyyah1.png?width=553&format=png&auto=webp&s=fbd77bba31e702be0761448bc323012b18c8cb72
* [@catmcgee](https://x.com/@catmcgee) introduces Confidential Balances on Token-2022 token accounts
[https://x.com/catmcgee/status/2070184694386217357](https://x.com/catmcgee/status/2070184694386217357)
https://preview.redd.it/nix4oi81zyah1.png?width=604&format=png&auto=webp&s=08f6c5db83cad1a8dacc57fec47ff210426b251d
* [@SolPlay\_jonas](https://x.com/@SolPlay_jonas) on new major updates on the Solana Explorer
[https://x.com/SolPlay\_jonas/status/2070506806795751675](https://x.com/SolPlay_jonas/status/2070506806795751675)
https://preview.redd.it/4gi8b1o4zyah1.png?width=558&format=png&auto=webp&s=ada6e11b230b9b79bbdbde3e56630abc38be8189
**Developer Events**
[https://x.com/SolanaEvents/status/2069070951602356608](https://x.com/SolanaEvents/status/2069070951602356608)
https://preview.redd.it/3svnxt47zyah1.png?width=559&format=png&auto=webp&s=c8c0f40ac2ed663c641782633f405e9b71ee156b
[https://x.com/mtndao/status/2067325023409569848](https://x.com/mtndao/status/2067325023409569848)
https://preview.redd.it/iqzzuia9zyah1.png?width=506&format=png&auto=webp&s=4ced714d5a2fc5e29f45f1d839d8be0b62517648
[https://x.com/SuperteamCAN/status/2067230981212524765](https://x.com/SuperteamCAN/status/2067230981212524765)
https://preview.redd.it/hqggisibzyah1.png?width=506&format=png&auto=webp&s=a286b12da32258146df435b80fdb67f00ff41a64
[https://x.com/cstldao/status/2067216138413502641](https://x.com/cstldao/status/2067216138413502641)
https://preview.redd.it/gsv3ssvczyah1.png?width=503&format=png&auto=webp&s=941cb6791b51608281ba6f1a81a5c88a724878a6
[https://x.com/SolanaEvents/status/2056803622399414674](https://x.com/SolanaEvents/status/2056803622399414674)
https://preview.redd.it/0rhw978fzyah1.png?width=503&format=png&auto=webp&s=1842dca1a993fdb84c8afef029f34fbdee767497
sentiment 1.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