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

AITUSD
AI / TrueUSD
crypto

Inactive
Jul 4, 2024 10:33:00 PM EDT
0.5140TUSD-11.532%(-0.0670)2,7470
OverviewHistoricalDepthTrends
AI 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
AI Specific Mentions
As of Jul 6, 2026 2:57:39 AM EDT (<1 min. ago)
Includes all comments and posts. Mentions per user per ticker capped at one per hour.
1 hr ago • u/fideliora • r/defi • how_do_you_use_ai_to_trade • C
I love the way you phrased it: "Now it feels like we're starting to aggregate intent"
This is exactly what's happening. DeFi has always had pretty clear intent of providing access to key financial services to anyone with an internet connection. This started with creating the building blocks and the "gears" that would power such an ecosystem. For years that was the primary focus; "Let's see if it's even possible." Now those building blocks have been built via thousands of projects and it has now become about utilizing AI to connect them in a way that achieves intent.
I see AI and its associated frameworks continuing to connect us across all chains, protocols, and assets to achieve base use cases that weren't achievable otherwise. I think we will see it fully evolve first via stablecoins because that is where the most everyday-user-value lies right now; then from there who knows.
To answer your question I don't think future users will even care what chain they're on because there are many current users who don't care what chain they are on. Most users don't care about technicalities only results - this creates a gap between those who understand the technology they're using and those who only care about an end result. I believe increasing value will be able to be derived from this gap.
People who say AI will kill crypto couldn't be more wrong. AI is how crypto achieves everything it was intended to do.
sentiment 0.88
4 hr ago • u/Itchy_Fail_4797 • r/CryptoCurrency • ai_is_distracting_money_and_attention_from_crypto • C
There is definitely a middle ground. I’m already using AI products specifically designed for crypto that analyze live on-chain data in real-time. It’s not 'AI vs. Crypto' at all—it’s more like AI is finally providing the better tooling we’ve needed to execute the same strategies more efficiently
sentiment 0.89
5 hr ago • u/Yellow-Egg-9663 • r/CryptoCurrency • its_rough_out_here • C
soon AI stock will go down cause everyone is taking profit, and time for solana and eth
sentiment 0.39
7 hr ago • u/mvrozanti • r/Bitcoin • bitcoin_is_not_just_crypto • C
I just want my money to not disappear into the AI era
sentiment 0.24
9 hr ago • u/DotNo5915 • r/CryptoCurrency • i_think_my_friend_scammed_me_i_dont_know_anything • C
No he said his money is blocked but when I ask AI it said he put that money in a gambling platform. Idk how to check. Can u help me?
sentiment 0.20
10 hr ago • u/liquid_at • r/dogecoin • holding_dogecoin_like_the_future_depends_on_it • C
lokes AI made a mistake confusing abbreviations.
sentiment -0.51
10 hr ago • u/Hoytage • r/loopringorg • recovered_my_stranded_eth_from_the_dead_loopring • C
Holy AI Batman!
sentiment 0.00
11 hr ago • u/AcesFuLL7285 • r/loopringorg • recovered_my_stranded_eth_from_the_dead_loopring • 🛟 Assistance 🛟 • B
Like a lot of you, I came here from the GameStop days. I'm one of those buy-it-and-forget-it holders — longer time horizon, don't check it, let it sit. Which is great until the thing you parked your assets on winds down and you never got the memo. If that's you too, keep reading.
I only found out a couple of days ago that the Loopring Wallet app shut down back in July 2025, and that the DEX just fully shut down at the end of June. When I finally mustered the motivation to open the app and see what I could recover, it was showing me a $600+ ETH balance (stale price cache, but still — real ETH sitting in there). Figured I was a year too late and it was gone.
**It wasn't. I recovered everything today, and it cost me about a dollar in gas.** If you still have assets sitting in a Loopring Smart Wallet, read this before you write it off.
# My situation
* Loopring Smart Wallet (the mobile app), created back in the day
* ETH sitting on L1 inside the smart wallet contract
* App still installed on my phone (I actually had to go through their customer service to reactivate it when I switched phones — that mattered)
* Regular sends from the app? Dead. Kept getting "network connection unstable." Makes sense — the relayer that used to process wallet transactions is shut down. The app can show your balance but it can't send anymore.
# The escape hatch: Self-Help Transfer
Buried in the wallet settings there's an option called **Self-Help Transfer**. This is the feature the team built for exactly this scenario, and honestly — credit where it's due. A lot of projects would have just let users rot. Loopring shipped a way out.
Here's how it works: the app signs the transfer with your wallet's owner key (which lives on your phone), and instead of Loopring's servers submitting it to Ethereum, **you submit it yourself** from any regular wallet (MetaMask etc.) and you pay the gas. You basically become your own relayer.
# Heads up: the instructions in the app are broken
The Self-Help Transfer screen tells you to go to a web dApp at `tx.test.io`. **Do not go there.** That's a placeholder URL that never got updated — it's not a real Loopring site. Good news: you don't need it at all.
# What actually worked (step by step)
1. **Set up MetaMask** (or any EOA wallet) and fund it with \~$15–20 of ETH from an exchange. This pays the gas.
2. In the Loopring app: **Settings → Self-Help Transfer** → pick your asset → paste your MetaMask address → set the amount. It generates a QR code + a JSON string like `{"to":"0x...","data":"..."}`.
3. That `data` field is your signed transaction — but it's in Loopring's **compressed format** and can't be submitted as-is. It needs to be decompressed into standard calldata first. The format is simple once you know it: it's a zero-compression scheme where every `00` byte is followed by a count byte meaning "insert that many zero bytes here." Everything else passes through literally. I used AI to decode and verify mine (it also confirmed the recipient, amount, and signature inside the payload before I sent anything — do that sanity check).
4. In MetaMask: enable **Settings → Advanced → Show hex data**. Then Send → **To = your Loopring wallet contract address** → **Amount = 0 ETH** (yes, zero — the transfer instruction is inside the hex data, your ETH moves out of the smart contract, not out of MetaMask) → paste the decompressed calldata into the hex data field → confirm.
5. \~12 seconds later the ETH landed in my MetaMask. Verified on Etherscan (check the Internal Transactions tab on your wallet contract).
# Gotchas that almost got me
* **Do a small test first.** I sent 0.01 ETH before sweeping the rest. Cheap insurance.
* **The app's balance display is STALE.** After my test transfer, the app still showed my old balance. When I generated the full sweep using "All," it signed for more ETH than the wallet actually held — that transaction would have failed and wasted gas. **Type your exact current balance manually** (check Etherscan for the real number, down to the full decimals).
* **Submit payloads in the order you generate them.** Each one has an increasing nonce; firing a newer one kills the older ones.
* The signed payloads don't expire, so no need to panic-rush. But don't dawdle either — this whole path depends on the app still being on your phone.
# If you have L2 balances too
Self-Help Transfer only reaches **L1** assets. L2 balances are supposed to be handled by the team's wind-down distribution — they've said they'll publish a final balance list on X with a two-week window to flag discrepancies, then distribute to your associated L1 address with gas covered. Note there's a **$10 minimum**. My leftover L2 bag (a Dead-Frog coin — yes, I too am a degen) is worth about $7 now so it probably doesn't qualify — bygones. But if yours is meaningful: watch u/loopringorg, verify your balance when the list drops, and **keep the app installed**, because the distribution lands at your smart wallet contract and you'll need Self-Help Transfer one more time to move it out.
Also: go to **Settings → View Loopring L2 Key** and save a copy somewhere safe while the app still works. If you ever need to prove ownership of your L2 account during the wind-down, that's your proof.
# Bottom line
* **Don't delete the app. Don't reset that phone.** Your keys live there.
* Your L1 funds are NOT lost. The Self-Help Transfer path works, today, with the relayer fully dead.
* It costs almost nothing — I spent \~$1 in gas total across a test, the full sweep, and moving to an exchange.
Full transparency: **please don't ask me technical questions in the comments — I genuinely knew nothing going in.** I relied entirely on Claude (Fable 5) to walk me through every step of this, from decoding the payloads to verifying every transaction before I hit confirm. It even wrote this post, because yes, I'm lazy — sharing the experience mattered to me, typing it all out did not. The sentiment is 100% mine, the words mostly aren't. Just being honest. If you're stuck, do what I did: feed your situation to an AI and make it verify everything before you send anything.
Stoked I got all of my assets out. And glad past-me converted the LRC to ETH before bear season started, because that's the only reason there was something worth recovering. Thanks for your time, and good luck out there. 🫡
sentiment 0.99
13 hr ago • u/TheCoyotl • r/CryptoMarkets • are_we_heading_towards_a_crash • C
Brother, crypto has been crashing this entire year. And don’t expect next year to be any different. AI investment is all the rage right now. The only way crypto goes up is when AI bubble pops and investors move their money either back into crypto or other markets.
sentiment -0.52
13 hr ago • u/JestonT • r/CryptoCurrency • crypto_found_its_killer_usecase_and_its_straight • C
So, you said that all of this is developed by you with some assistance from AI, while the entire website show ton of signs of vibe coded websites?
sentiment 0.00
13 hr ago • u/ecnenimi • r/CryptoCurrency • crypto_found_its_killer_usecase_and_its_straight • C
I'm the developer, I'm a senior software engineer of 10 years with a Computer Science degree. It was built alongside AI pulling code from some of my more longstanding Nano projects, idk if that makes it vibecoded? I wouldn't say so, I stood up all the infrastructure myself and vetted every line of code.
sentiment -0.04
15 hr ago • u/salieut • r/CryptoCurrency • the_reality_of_bitcoin_crypto • C
It’s almost like a behavioral experiment in a way. If you give human beings a currency that in theory is designed to be indomitable by one party, instead of brainstorming on a new system’s potential people started stampeding to hijack a pyramid structure anyways.  Of course there are people with heads on their shoulders, but a lot lost their minds too and lost their life’s savings, started robbing Peter to pay Paul over rugpulling schemes and in general just got sheisty with it.  Even the idea of building data centers for AI and bitcoin miners is overall unnecessary behavior.  Like we can’t help but overcomplicate life for instant gratification at a masochistic expense… but I digress lol.
sentiment 0.68
15 hr ago • u/No-Asparagus-yes • r/solana • solana_just_did_1b_in_tokenized_equities_volume • C
Could anyone explain to me why using AI for a post like that is a problem? I don't get it...
sentiment -0.05
16 hr ago • u/Relative-Golf-235 • r/CryptoCurrency • does_this_looks_to_you_like_a_scam • C
The person who invited me in was invited over by his good friend who has been using this app for 8 months, and his whole family bought USDC and is participating. They all together transferred more than $5,000 into this fraudulent AI app. The guy who has been pushing a button for 8 months was able to withdraw the initial $500 that he deposited at the start, but as I see now, his family will most likely lose everything they deposited as this can't be real. I personally have only $50 in USDC of my own money in it because that is the minimum to enter, and I was suspicious, but you can't really see what is going on until you enter the app and afterward the Telegram app to learn and share "progress." I could share an invite to Telegram, but I think if they see that you don't have an account on the app, they could block me, and I would lose that deposited USDC, and maybe the guy who invited me would also lose everything.
sentiment -0.81
16 hr ago • u/pezdal • r/Bitcoin • coldcardq_airgapped_question • C
If someone (including AI) has your seed words you can expect an attempt will be made to crack your passphrase.
It does not need to contain BIP39 words, but following some process to come up with sufficient entropy is advisable; people are notoriously bad at making up difficult-to-guess sentences.
sentiment -0.57
16 hr ago • u/ansi09 • r/solana • solana_ecosystem_news_july_52026 • Weekly Digest • B
**Source:** [https://x.com/solana/status/2073765149157073337](https://x.com/solana/status/2073765149157073337)
Solana was on ESPN this week. Meanwhile, RWAs hit a $3.62B all-time high, SoFi’s stablecoin crossed $200M in a few weeks weeks, and Securitize tokenized its own NYSE-listed stock on Solana. Prime time, on screen and onchain.

Here's everything that happened:
📰 **Headline News**
\- [@world\_xyz](https://x.com/world_xyz) revealed itself as Solana's native prediction market, available to trade in [u/Phantom](https://x.com/Phantom) with [@Chainlink](https://x.com/Chainlink) as primary oracle infrastructure
\- Solana’s total RWA value reached a new all-time high of $3.62B
\- [@SoFi](https://x.com/SoFi)’s SoFiUSD supply on Solana climbed past $200M in five weeks
\- [@Spiko\_finance](https://x.com/Spiko_finance) deployed SAFO, its UCITS-compliant tokenized money-market fund managed by Amundi
📰 **Launches**

\- [@RoboStrategy](https://x.com/RoboStrategy)’s tokenized BOT share launched natively on Solana via [@Backpack](https://x.com/Backpack) Securities and [@sunrise](https://x.com/sunrise)
\- [@Securitize](https://x.com/Securitize) tokenized its stock ($SECZ) on Solana, mirroring its NYSE listing for global access
\- Bending Spoons ($BSPx) debuted on Solana via [@xStocksFi](https://x.com/xStocksFi), granting global, institutional-price access to the tech company's equity
\- [@TruYields](https://x.com/TruYields)’ [$TRUBILL](https://x.com/search?q=%24TRUBILL&src=cashtag_click) launched on Solana, introducing permissioned, institutional-grade tokenized U.S. Treasury yield
\- [@obligatecom](https://x.com/obligatecom) deployed oTFY on Solana, bringing in trade-finance RWAs into DeFi as fully composable lending collateral
\- [@kamino](https://x.com/kamino) activated the Hyperithm USDC Apex Vault, a curated institutional lending vehicle
\- [@Perena](https://x.com/Perena) launched a dedicated RWA interface, connecting non-DeFi users directly to primary issuer vaults with gas-free transactions
\- [@SGB\_app](https://x.com/SGB_app) announced a limited-time waiver of minting and bank fees for stablecoins on Solana
\- [@project0](https://x.com/project0) and [@Titan\_Exchange](https://x.com/Titan_Exchange) enabled one-click looping of Principal Tokens across Project 0, Kamino and Jupiter Lend using Project 0’s credit pool
\- [@FlashTrade](https://x.com/FlashTrade) deployed V2 out of beta, introducing sub-50ms execution, 500x leverage, and 2 bps fees across 100+ assets
\- Backpack eliminated stock trading fees through July to celebrate the expansion of Backpack Securities
\- [@SolanaFndn](https://x.com/SolanaFndn) launched Solana Governance Proposals (SGPs), enabling fully onchain, stake-weighted core protocol decisions
\- [@WSOP](https://x.com/WSOP) returned to ESPN with Solana serving as the official presenting sponsor
\- [@wormwtf](https://x.com/wormwtf) released Worm AI beta, introducing a chat-driven assistant on its leveraged prediction platform
\- [@MarinadeFinance](https://x.com/MarinadeFinance) allied with [@SolanaVenezuela](https://x.com/SolanaVenezuela) to enable users to stake SOL and route the generated yield toward earthquake disaster relief
\- [@strongholdpay](https://x.com/strongholdpay) activated cross-chain routing for SHx to Solana via [@axelarnetwork](https://x.com/axelarnetwork) and [@SquidRouter](https://x.com/SquidRouter)
\- [@looftapay](https://x.com/looftapay) went live on mainnet, enabling private crypto transfers to usernames, emails, or social handles with direct-to-bank fiat off-ramps
\- Drift Protocol rebranded as [@VelocityDEX](https://x.com/VelocityDEX), reflecting its renewed focus on perpetual-trading infrastructure
\- [@clashofperps](https://x.com/clashofperps) launched a 10-day Solana trading tournament running July 1-10 with a prize pool of up to $10K
\- [Y@ellowProHQ](https://x.com/YellowProHQ) integrated native, onchain Solana market access directly into the Yellow Pro terminal
\- [@ExaAILabs](https://x.com/ExaAILabs) launched accountless web and content search on Solana, allowing agents to pay per request in USDC through x402
\- [@Nika\_Finance](https://x.com/Nika_Finance) launched NikaAI, an automated natural language interface for trading global perp, stock, and index markets with up to 200x leverage
\- [@useDiversiFi](https://x.com/useDiversiFi) launched an automated, non-custodial portfolio rebalancing protocol built on Solana powered by Bonk
\- [@okx](https://x.com/okx) debuted the OKX AI Marketplace, enabling autonomous agents to list services, discover tasks, and transact in stablecoins
\- [@AmpleHQ](https://x.com/AmpleHQ) introduced a principal-protected, no-loss savings product on Solana featuring gamified weekly prize drawings
\- [@YosokuSolana](https://x.com/YosokuSolana) opened up to 5x leverage positions for predicting outcomes of the 2026 FIFA World Cup
\- [@Multihopper](https://x.com/Multihopper) partnered with [@trmlabs](https://x.com/trmlabs) to embed automated smart contract-level compliance, screening every route for sanctions and AML risks
\- [@PlayKintara](https://x.com/PlayKintara) integrated MetaMask Connect, allowing desktop and mobile users to log into the MMO using their MetaMask wallets
\- [@magicblock](https://x.com/magicblock) announced mobile-themed Solana Blitz v6 weekend hackathon for July 10-12 in partnership with Solana Mobile and [@blueshift](https://x.com/blueshift)
\- [@colosseum](https://x.com/colosseum) announced selections for its 5th accelerator cohort, sourced from the Frontier Hackathon and rolling sprints
\- [@SuperteamTH](https://x.com/SuperteamTH) launched as the latest regional chapter of Superteam
**📰 Milestones**

\- Solana processed 3.77B+ non-vote transactions in June, a new monthly high
\- [@JupiterExchange](https://x.com/JupiterExchange)'s Offerbook crossed $1M in loan originations
\- Tokenized Micron Technology (MU) stock traded over $165M in its first seven days after launch
\- [@doublezero](https://x.com/doublezero) reached 268M [$SOL](https://x.com/search?q=%24SOL&src=cashtag_click) in Total Connected Value for Q2 2026, with 462 validators integrated into its network
\- Solana recorded a new adoption milestone with 262K+ unique addresses actively holding tokenized equities and ETFs
\- [@metaplex](https://x.com/metaplex) surpassed 7M total digital assets minted on its high-performance Metaplex Core standard
\- Solana Network Fees hit a new 30-day high
\- [@fomo](https://x.com/fomo) crossed 10K daily active traders on its platform
\- [@FWDind](https://x.com/FWDind) added over 500K SOL during fiscal Q3 2026, taking its treasury above 7.5M SOL
\- [@ORE](https://x.com/ORE) recorded over 3M cumulative SOL deployed into its mining smart contracts since the launch of V3
\- [@sanctumso](https://x.com/sanctumso) marked its 11th consecutive quarter of SOL TVL growth

If you enjoyed this week’s newsletter, please share it with an RT.

Cover art by nub
https://preview.redd.it/tv7fp1fkdfbh1.png?width=680&format=png&auto=webp&s=b9595da4f595ff6aa532e2935f6c2f3afa37ff5a
sentiment 1.00
16 hr ago • u/shogunzek • r/Bitcoin • im_going_to_yolo_5k_into_bitcoin_today_my_friend • C
You don't need AI for basic arithmetic.
sentiment 0.00
20 hr ago • u/JumpRevolutionary664 • r/CryptoCurrency • does_this_looks_to_you_like_a_scam • C
\> earn money on a daily basis by pushing the start button 4x, and your USDC funds grow because AI is trading for you

oh so it's free money? you don't have to understand crypto trading to understand nobody will give you free money dawg
sentiment 0.78
21 hr ago • u/Porcellanidae • r/Bitcoin • what_happened_to_all_the_i_lost_my_hard_drive • C
Or the AI agents helps mods filter these very quickly
sentiment 0.38
24 hr ago • u/ProxyLumina • r/Bitcoin • top_3_arguments_holding_bitcoin_back_in_this_new • C
Read again carefully.
 It is not just about using too much energy, but about energy battle and prioritization. 
AI uses the even more energy now, but since we don't have unlimited energy then people, governments, organizations, businesses will absolutely prioritize AI in energy consumption.
sentiment 0.61


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