Dinarian888
News • Business • Investing & Finance
Rilide: A New Malicious Browser Extension for Stealing Cryptocurrencies
April 14, 2023
post photo preview

(Dinarian Note: Whenever possible, ALWAYS go directly to the source versus clicking on an email link or google ad. Note: When searching on Google, the first 3 or 4 results are ads, do NOT use those. Also, ALWAYS double-triple check your pasted wallet address when withdrawing funds and ALWAYS use a VPN and Antivirus-Malware program, especially when you own crypto. Having cold storage is great, but when sending-recieving funds you are vunerable. Question everything, even if it seems legit.)

Trustwave SpiderLabs uncovered a new strain of malware that it dubbed Rilide, which targets Chromium-based browsers such as Google Chrome, Microsoft Edge, Brave, and Opera.

Rilide malware is disguised as a legitimate Google Drive extension and enables threat actors to carry out a broad spectrum of malicious activities, including monitoring browsing history, taking screenshots, and injecting malicious scripts to withdraw funds from various cryptocurrency exchanges.

Rilide is not the first malware SpiderLabs has observed using malicious browser extensions. Where this malware differs is it has the effective and rarely used ability to utilize forged dialogs to deceive users into revealing their two-factor authentication (2FA) and then withdraw cryptocurrencies in the background. During our investigation into Rilide’s origins, we uncovered similar browser extensions being advertised for sale. Additionally, we found that part of its source code was recently leaked on an underground forum due to a payment dispute.

Malicious Campaigns Leading to Rilide Stealer Extension

SpiderLabs uncovered two malicious campaigns leading to the installation of the Rilide extension.

Figure 1. Infection Chains Leading to the Execution of the Rilide Extension

Campaign 1: Ekipa RAT Installing Rilide Stealer

One of the Rilide samples identified by Trustwave SpiderLabs was distributed through a malicious Microsoft Publisher file. This file is part of Ekipa RAT, a Remote Access Trojan (RAT), designed for targeted attacks and often sold on underground forums.

We previously described Ekipa RAT in one of our blogs. It is important to note that Microsoft Publisher was not affected by Microsoft's decision to block macros from executing files downloaded from the Internet. As a result, when a user attempted to open a Publisher file, they would receive a warning but could still enable the execution of malicious content by clicking the ‘Enable Macros’ button. On 14 February 2023, Microsoft issued an update that resolved the Publisher security flaw. With the implementation of the ‘Mark of the Web’ feature on the .pub file, users are now left with only one option, ‘Disable Macros,’ which should have been the case all along.

Any association between the threat actors behind Ekipa RAT and those using the Rilide infostealer remains unclear. However, it is probable that Ekipa RAT was tested as a means of distribution for Rilide, before finally switching to Aurora stealer.

Figure 2. Publisher’s macro and Document_Open procedure executing remote Excel Workbook

Three tasks were configured on the C2 server:

  1. Download payload from hxxps://nch-software[.]info/1/2[.]exe to %temp% directory as.txt
  2. Change downloaded file’s extension to .exe
  3. Execute the payload.

File 2.exe is a Rust-based loader, responsible for installing the Rilide extension for Chromium-based browsers.

Campaign 2: Aurora Stealer Abusing Google Ads

Aurora is a Go-based stealer, which was initially spotted being advertised in April 2022 as a Malware-as-a-Service (MaaS) on Russian-speaking underground forums. The malware is designed to target data from multiple web browsers, cryptocurrency wallets, and local systems.

Recently, the threat actors behind Aurora have been observed abusing the Google Ads platform to spread the malware. According to a report published by Cyble, campaigns mimicking legitimate Team Viewer installers have been utilized to deploy Aurora. As reported by @1ZRR4H and @malwrhunterteam, Aurora was also spread via another campaign that imitated an NVIDIA Drivers installer. A downloaded sample was packed with Themida, a well-known commercial protector for executables. We used the UnpacMe service to unpack the sample.

Figure 3. Aurora campaign imitating the NVIDIA Drivers installer as shown in 1ZRR4H’s Twitter post

Restoring Function Names

The Aurora Stealer sample was stripped of debugging symbols, thus making the analysis harder. Since Go binaries are statically linked, which means that all the necessary libraries are included in the compiled binary, the number of potential functions to analyze is large. However, the original function names can be restored from the pclntab structure, as described in the CUJOAI Senior Threat Researcher Dorka Palotay’s post. Using the go_func.py script for Ghidra we were able to restore the functions names.

How an Aurora Module Downloaded Rilide Stealer

One of the eight grabbing modules, configured in the analyzed sample, contained a base64 encoded blob of data storing the URL for the Rilide Rust-based loader. The payload, hosted on Discord CDN, was saved to the %temp% directory with filename <10-alpahnumeric-characters>.exe and executed via start-process PowerShell cmdlet.

Figure 4. Part of Aurora Stealer routine downloading and executing Rilide loader

The Common Link Between Two Campaigns

The Rilide Rust-based loader samples analyzed as part of the Aurora campaign were packed with a VMProtect commercial packer. After unpacking the samples and analyzing strings contained in the binary, we found multiple references to Windows paths in the C:\Users\ilide\ directory. The same username was observed in the PDB Path of the Rilide sample obtained from the Ekipa RAT campaign.

Figure 5. The same username in a path found in Rilide Rust-based loaders samples from both campaigns.

Rilide Stealer Extension Targeting Chromium-Based Browsers

Rilide leverages a Rust loader used to install the extension if a Chromium-based browser is detected. Rilide mimics benign Google Drive Extensions and abuses several built-in chrome functionalities. The loader modifies LNK shortcut files opening targeted browsers, so that they are executed with parameter --load-extension pointing to the dropped malicious Rilide extension.

Figure 6. Rilide Stealer extension mimicking Google Drive and looking at its manifest revealing the configured permissions

Rilide’s background script attaches a listener to the tabs.onActivated and webRequest.onHeadersReceived events and removes the Content Security Policy (CSP) directive for all requests. This allows the extension to perform an XSS attack and load external resources that would otherwise be blocked by the CSP. The app script adds another listener to the DOMContentLoaded event and retrieves a list of targeted domains from the C2. If the current domain matches any of the listed targets, designated scripts are injected into the webpage.

Figure 7. Configuration list indicating targets such as email services and cryptocurrency exchanges.

Additionally, the background script carries out regular checks on the browsing history and exfiltrates URLs that are matched against the targeted domain list. Moreover, it is capable of capturing and exfiltrating screenshots of the currently active tabs on demand.

Figure 8. Rilide Stealer Execution Flow and Functionalities

Automatic Cryptocurrency Withdrawal

Rilide’s crypto exchange scripts support automatic withdrawal function. While the withdrawal request is made in the background, the user is presented with forged device authentication dialog in order to obtain 2FA. Email confirmations are also replaced on the fly if the user enters the mailbox using the same web browser. The withdrawal request email is replaced with a device authorization request tricking the user into providing the authorization code.

Figure 9. Withdrawal Requests replaced with Authorize New Device emails in Gmail mailbox

Figure 10. Content of the original and forged email. The verification code was extracted from the original message body.

We found no substantial variations in the code between the samples dropped by Ekipa RAT and used in the Aurora Stealer campaign. Both campaigns utilized a Rust dropper, and the functionalities of the browser plugins are nearly the same.

Figure 11. Code differences between Rilide Stealer plugin samples, both using the same C2 server

Rilide Stealer Origins

In the course of our research, we have encountered several stealer extensions for sale that advertised capabilities closely resembling those of the Rilide samples. However, we were unable to definitively link any of them to Rilide. One noteworthy finding was a botnet sale advertisement from an underground forum dated March 2022. Although the advertised functionalities matched those of Rilide, the botnet also included additional features such as a reverse proxy and ad clicker. Notably, the botnet's automatic withdrawal function supported the same exchanges observed in the Rilide samples.

Figure 12. Underground forum post advertising sale of botnet with Rilide-like capabilities

On February 27, 2023, a member of the same underground forum posted a link to the source code for the Rilide extension, reportedly due to an unresolved payment dispute. The leaked source closely resembles that used in the Aurora Stealer campaign but did not contain any of the injected scripts observed in the campaign sample.

Figure 13. Underground forum post, dated February 27, 2023, containing a link to part of the Rilide extension source code.

Notably there is one feature implemented that is missing in the later versions - swapping cryptocurrency wallet addresses in the clipboard. The list of addresses to be replaced is hard coded in the source code.

Figure 14. Clipboard hijacking routine in the analyzed sample from the forementioned forum post.

Pivoting on the Command-and-Control domain ashgrrwt[.]click hard coded in the sample, we identified additional Rilide loaders leading us to the GitHub user gulantin.

Figure 15. Github repository storing multiple Rilide loader and extension samples

Repositories created by this user contain loaders for the Rilide extension, but they are not Rust-based. The sample in the repository named ‘77’ is a .NET extension loader only for the Chrome browser, unlike the later Rust-based version that works for all Chromium-based browsers. Other loaders found in repositories 19 and 789 are based on Advanced Installer – a legitimate Windows Installer Packaging Tool for MSI installers.

Figure 16. Extension loading routine of the custom .NET loader from gulantin’s repository 77

The address contained in the domain variable that is supposed to store the C2 domain suggests that this version of a loader was still under development when submitted to GitHub.

Figure 17. Part of JavaScript configuration in the Rilide extension hosted on GitHub

Conclusions:

The Rilide stealer is a prime example of the increasing sophistication of malicious browser extensions and the dangers they pose. Disguised as a legitimate Google Drive extension, Rilide provides threat actors with the ability to carry out a wide range of malicious activities, including monitoring browsing history, capturing screenshots, and injecting malicious scripts to steal funds from cryptocurrency exchanges.

While the upcoming enforcement of manifest v3 may make it more challenging for threat actors to operate, it is unlikely to solve the issue entirely as most of the functionalities leveraged by Rilide will still be available.

Informational overload can dull our ability to interpret facts accurately and make us more vulnerable to phishing attempts. It is important to remain vigilant and skeptical when receiving unsolicited emails or messages, and to never assume that any content on the Internet is safe, even if it appears to be.

Ultimately, it is crucial to stay informed and educated about the latest cybersecurity threats and best practices to minimize the risk of falling victim to phishing attacks.

Indicators of Compromise:

Publisher File:

File name

Hash Type

Hash

Tes7777.pub

SHA256

0e31ff6406b03982581246b7dd60f3b96edcf0bd007b31766954df001fd68f69

SHA1

e049f56198c23d86e9083142bfe80042e21d4b8e

MD5

558104b26ccadec3d3eb2925113387a6


Aurora Stealer:

File name

Hash Type

Hash

PackageLauncher.exe

SHA256

e623984143e0dc6e35c79869ab1521c6714e588e8e648606496f8372ca0d8416

SHA1

b1c100d5a99ae34ccb3654c7b7f8573376a44fd9

MD5

c28a180de1f80c8c98d0904e64142bef

-

SHA256

ebd72806abd354f3162eec0991d127f993a5dde1a0c719b47087c9ee0edefeaf

SHA1

abaaa2644b1e84e8b39119988dd711572377c839

MD5

1baaeedd1a26edf4fa79ded370e3d19a

 

Rilide Loader:

File name

Hash Type

Hash

2.exe

SHA256

0f11aeecbde1f355d26c9d406dad80cb0ae8536aea31fdddaf915d4afd434f3f

SHA1

b4b918a5898463dad1c7d823e0b3f828bac15aad

MD5

0a4f321c903a7fbc59566918c12aca09

waBp.exe

SHA256

8342b134cddeaf34ce05bafa9e860dacf6cd01b85fd00147d90a350516c055e5

SHA1

25f3fb6d2dab206a5e9b2c0ef26ec6d6a56c5767

MD5

561797d7e5cf956e33735180d93be5b6

 

Rilide Extension:

File name

Hash Type

Hash

background.js

SHA256

4cc83be0fa496855d244050616ee2e86b044a9bc87bc5ca70b305986c1ba3bb8

SHA1

70167e7e5d71fba7d92796324b488c0fb9727712

MD5

766d020e902b6470d0510e5c6cfcd6e8

background.js

SHA256

55251c725e9f6f51b8db7a631b54dd85b1b59d644c3219e03ceffb0c49cd00a4

SHA1

a39d252e7927ae1adf518e6a3dd08f37e7ee7c26

MD5

d9cca3dd5bdaeb0466d52821b584602b

background.js

SHA256

1b01c3e554700e1282c7fdd2dcb54314516ee1f0c5eef3560cdbabc1ba776293

SHA1

ffebf78a9692293a23f9a477ea8a79f7f6ef5aa2

MD5

9e5f43b2dc1606e27fa0cfdfb4e363d2

app.js

SHA256

a28c623d120a76dcfeef9504eaeefabac9d33f292576ccf012fa458b8d7bc6ef

SHA1

a46586bfe22f4d84cd9174238740af275bf50c69

MD5

740606987f4d588c89d0a5b68648e31e

app.js

SHA256

8989f4244667626728c6c0083422ff714cb622c92c35a53f9cb1e9891f4528ff

SHA1

5012e783b2ee29cb40b04a10d1a40d0bfda683d9

MD5

1c54dd00bc7cc52b60ad4a46e2fb3a77

vpn.js

SHA256

170a13a7a8757336babe857804fa24b6cb20aaa9593b32546d7151f23095a510

SHA1

eafdc35b233600ef552b87e684faa3ab3396eae9

MD5

d54fa225b07298ec34be872cd4ebf4ae

manifest.json

SHA256

bb57a504e0b821552344cecb3da9ecdd0d61817264617a4917d6f5e64a1df7e5

SHA1

0cb1d9c2a3c8b776ef1e3ec1316fbf595ced7863

MD5

baee9ba0b94ea1e2b2e566fc8a615554

manifest.json

SHA256

d70e933e10e667ae7ef6e68a625c447be8aabe9b29affdad999c969bd8769003

SHA1

84db08e3dcbe40c7cbc998a77788f7303d4a2905

MD5

99dc4073f2fe91f48fd16bc65e7dcbc2

binance.js

SHA256

c8939f8d6237fcc17d486981a800b1e7e9974377de21d7e76677babe8ed536af

SHA1

f689396c73055e99a06e002c39e3a74d3d402607

MD5

2cc204564b68c5a98b1ff68d861b66c5

bitget.js

SHA256

2e310391d77022bcc708c354140319718777ca35efdfb76d6c80cb9de8c8091e

SHA1

05536aa80f8280ddc31be5c0ac3ca995f2190a0a

MD5

646b9404a29febe9f3741797b79e300c

blockchain.js

SHA256

4bbb0584eed0c082b5c43d3f259f37cf1a0b64eabb485e85090951a6566d98d4

SHA1

28ae2440c56350f65b607e4e99b67a2632db873b

MD5

253f4319673673d2bf5285558a6903df

bybit.js

SHA256

9dca66f52f31dca921fb238bd36bfc1b1a59d3e4af7b071da9bc4c6bf294e402

SHA1

61acdad59223a9eb0b392ccd085db1e49700d65

MD5

50e363409ba77b20fb6f0bce4eff7b1

coinbase.js

SHA256

4df0f18a7e05518bbe93758e751f1f462fef212cdc786c7217d50ddbda14efb5

SHA1

39f546a4ec94e63e603e3c2481fecab2b5e8a475

MD5

c1f40584e4ac391d97218ce137a63fb3

ftx.js

SHA256

ef20c929f5204b223b6e53dc406ea0bcd76d9e98c9ae4942037902883d4bb22a

SHA1

0ead1d32ce6b15c4a90373fce58d1554035cd40f

MD5

ebce63fdc8ef245f117f06ada3ba0f6d

huobi.js

SHA256

e1ad66cc0244fc075e0aabe0fd19502d4c9617829b90aa210e74be1d915275d2

SHA1

2449e4b27d778f6a4ffc00bb7b73926ac2c54e8a

MD5

4abe60d2c3506f4767e163d135f89f92

kraken.js

SHA256

a7f0fdfdfdf1ef65799fd2114bf5c1e133a8b7635b498b334553fbb64b218a05

SHA1

ec6de82efa93e59da148f4d696efcfca851e051e

MD5

b85c5659e946b5d7ad78410356288928

okx.js

SHA256

68278b40b59b1b0db2f814d2d864f0b9c2b4285f5795d22cabf60715f922989c

SHA1

415d790b54ca8e374f37fdbb00090110b823ba18

MD5

ff4e2df1a46d49862ab2a0af830a007e

gmail.js

SHA256

2f947644c7752ba014eae7971b247be60249a6088923c66ffe9886a7f5c5fe1c

SHA1

add0d61399c8c47f8ac73dc83cc83dfa31cddeca

MD5

c0e120778853f0a4865e006a07cd728a

 

Phishing Websites:

Malware

Domain

Aurora

nvidia-graphics[.]top

 

C2 Servers:

Malware

Domain

Ekipa RAT

nch-software[.]info

Aurora

45[.]15[.]156[.]210

Rilide

vceilinichego[.]ru

Rilide

ashgrrwt[.]click

 

Wallet Addresses:

Cryptocurrency

Address

BTC

bc1qkczacyp5jq29s5kaphth4asu8cv2y4u4gdgj7q

BTC

bc1qsjg8dqx6ga30h6szjd8dv2wg50ch50qrey4t7j

BTC

1KqequymujeNJuyB4gH7oJSFTB3En3Hf5n

ETH

0xDBc1330056E2F5e2FB11FB3C96dE2c44B313eA8d

LTC

LRYpzmnqBVozkbzJhTWndzYDPfjmNPyaLv

XRP

rUPTadzFN6LS662Z2d2AvNyqU1xwg2japJ

TRON

THiD8hFLiEyULVKLp3DSbBXQSbR3MQxm4X

DOGE

D5asYfjtbTtFmFkrEwqVgbJKYv9YT7Tgjh

Link

community logo
Join the Dinarian888 Community
To read more articles like this, sign up and join my community today
0
What else you may like…
Videos
Podcasts
Posts
Articles
⚠️ The UN Has Just Made This Mandatory Worldwide ⚠️
00:03:14
September 06, 2026
🚀 Bittensor subnets are shipping real AI products—not just selling a narrative 🚀

While the market debates whether TAO is a genuine AI play, its subnets are producing models, deploying physical systems, offering private inference, and building recurring security products.

🔑 Key points

🔹 Gittensor (SN74) released a Qwen 3.8 27B checkpoint that runs on a single RTX 5090 and reportedly surpassed 500,000 downloads on Hugging Face.

🔹 Score (SN44) expanded its fuel-station rollout beyond Avia into Shell and Eni locations, creating a path toward direct commercial contracts.

🔹 Good Morning (SN28) made OpenAI’s GPT-6 Astra available through Bittensor with private, verifiable access at an reported 8.3% discount.

🔹 OpenRoboto (SN80) switched its community post-training base to Robbyant’s LingBot VLA 2.0 and brought an xArm 6 online to test simulation models on physical hardware.

🔹 Bitsec (SN60) launched Sentios, offering continuous smart-contract auditing instead of relying on one-time security reports.

🔹 Trishool (SN23) was accepted into OpenAI’s Trusted Access for ...

00:20:29
September 05, 2026
AI integrity when it matters most. 🚀

In high-stakes fields like aviation ✈️ and healthcare 🏥, standard Computer Vision has a critical flaw: logs can be edited. ⚠️

When safety and human lives are on the line, "just trust the logs" isn't enough.
@InferenceLabs is solving this trust gap with Sertn 🛡️

By leveraging Proof of Inference via zkML, Sertn creates verifiable, tamper-proof proof that a model executed correctly. 🔐⚡

No silent edits. No forged data. Just cryptographically guaranteed AI integrity when it matters most. 🚀

#SertnAI #ComputerVision #VerifiableAI #AI #Bittensor #ZKML #Dsperse #SN2 #tao

Sertn.ai

00:00:29
🚨 Chutes is being framed as a Hyperliquid-style breakout for decentralized AI inference, with live revenue, verified GPU infrastructure, and a direct challenge to centralized cloud AI 🚨

Chutes is gaining attention as a decentralized AI inference platform that claims to combine real usage, cryptographic verification, confidential computing, and open-source infrastructure into a working production system. The thesis is simple: instead of trusting Big Tech clouds with AI workloads, users get a distributed compute layer built around verification and privacy.

🔑 Key points

🔹 Chutes is live in production and reportedly scaled to more than 1,170 active GPU nodes, including large numbers of Nvidia H200s and Blackwell-class hardware.

🔹 The platform says it has processed nearly 38 trillion tokens since launch across 53 deployed applications and more than 700,000 registered users.

🔹 The team reportedly cut unprofitable usage programs, reduced total token volume, and still improved revenue efficiency, with revenue per GPU rising sharply after removing subsidized traffic.

🔹 Chutes is using post-quantum cryptography, trusted execution environments, and Nvidia confidential ...

🚨 Chutes is being framed as a Hyperliquid-style breakout for decentralized AI inference, with live revenue, verified GPU infrastructure, and a direct challenge to centralized cloud AI 🚨
🚨 JPMorgan’s criticism of the CLARITY Act is fueling a fresh power struggle over who gets to write America’s crypto rules 🚨

A new clash is emerging between legacy finance and crypto legislation after JPMorgan CEO Jamie Dimon reportedly warned that the CLARITY Act could let crypto firms offer bank-like products without bank-level oversight. The dispute is quickly turning into a larger fight over regulation, competitiveness, and who controls the future architecture of digital finance in the United States.

🔑 Key points

🔹 Jamie Dimon reportedly called the CLARITY Act a threat to the financial system, arguing it could allow crypto firms to offer yield-like products while avoiding the capital, reserve, and oversight burdens traditional banks face.

🔹 Senator Cynthia Lummis pushed back publicly, framing the issue as a global strategic race and warning that if the U.S. does not set digital asset standards, other powers will.

🔹 The core tension is whether the bill creates legitimate regulatory clarity or simply opens the door to regulatory arbitrage for crypto platforms operating outside the traditional banking...

🚨 JPMorgan’s criticism of the CLARITY Act is fueling a fresh power struggle over who gets to write America’s crypto rules 🚨
👉 Coinbase just launched an AI agent for Crypto Trading

Custom AI assistants that print money in your sleep? 🔜

The future of Crypto x AI is about to go crazy.

👉 Here’s what you need to know:

💠 'Based Agent' enables creation of custom AI agents
💠 Users set up personalized agents in < 3 minutes
💠 Equipped w/ crypto wallet and on-chain functions
💠 Capable of completing trades, swaps, and staking
💠 Integrates with Coinbase’s SDK, OpenAI, & Replit

👉 What this means for the future of Crypto:

1. Open Access: Democratized access to advanced trading
2. Automated Txns: Complex trades + streamlined on-chain activity
3. AI Dominance: Est ~80% of crypto 👉txns done by AI agents by 2025

🚨 I personally wouldn't bet against Brian Armstrong and Jesse Pollak.

👉 Coinbase just launched an AI agent for Crypto Trading

🚀 The v1 Whitepaper from @DeSciClaims (Subnet 111) has officially dropped! 📄✨

​While Claims is currently live in v0, this newly released whitepaper details the blueprint for the transition to v1, including:

​🏗️ Architecture: The framework for turning scientific literature into structured, machine-readable claim-evidence graphs.

​🛡️ Verification Model: Grounding AI outputs directly in exact paper source spans to eliminate hallucinations.

​💡 Incentive Design: Rewarding top miners for high-accuracy extractions while ensuring robust adversarial validation.

​By structuring 300M+ scientific papers into verified claim graphs, DeSciClaims is pushing scientific AI accuracy from ~72% up to 94%! 📊🧠

Read it here:
Https://claims111.ai/whitepaper

post photo preview

🧠 Jensen Huang says AGI has arrived after OpenAI’s GPT-6 Astra launch 🧠

Nvidia CEO Jensen Huang has reportedly suggested that artificial general intelligence has arrived following OpenAI’s GPT-6 Astra launch—but the claim depends heavily on how AGI is defined.

🔑 Key points

🔹 AGI remains undefined: Some define it as human-level performance across most cognitive tasks, while others focus on economic usefulness and autonomous work.

🔹 GPT-6 Astra is positioned as a major leap: The model is reportedly designed for stronger reasoning, tool use, coding, multimodal interaction, and extended task execution.

🔹 Agentic capability is central: AI systems that can plan, act, use software, and complete multi-step objectives may appear more general than traditional chatbots.

🔹 Economic usefulness is the practical test: If a system can perform valuable knowledge work with limited supervision, some industry leaders may consider it AGI-like.

🔹 Nvidia benefits from the narrative: As the leading AI-chip...

🏈 Ripple signs multi-year partnership with University of Florida Athletics, bringing XRP to the Gators 🏈

Ripple has signed a multi-year partnership with the University of Florida’s athletics division, giving the XRP brand prominent exposure at Ben Hill Griffin Stadium and across university events.

🔑 Key points

🔹 Stadium branding: Ripple and XRP logos are expected to appear at the Florida Gators’ home stadium.

🔹 Digital advertising included: The partnership will also feature XRP branding across digital promotional spaces.

🔹 Estimated $5 million annual payment: Financial terms have not been officially disclosed, but a source familiar with the agreement reportedly estimated Ripple’s contribution at approximately $5 million per year.

🔹 Agreement length remains private: The total duration of the partnership has not been made public.

🔹 Campus presence is planned: Ripple is expected to participate in events and promotional activities across the University of Florida campus.

🔹 Education...

post photo preview
This Is The Income A Family Needs To Live Comfortably In Every US State

Here’s the short version of what it takes for a family of four to live comfortably in 2026 by state:

In Massachusetts, you’d need nearly $330,000 a year - the highest figure in the entire country. Only three states clear the $300,000 mark: Massachusetts, Hawaii, and California. At the other end of the spectrum, Mississippi is the most affordable at about $188,000. That’s a full $142,000 less than what you’d need in Massachusetts.

So… how much does a family of four need in your state?

This map shows the pre-tax income a household with two working adults and two kids needs to live comfortably in every U.S. state.

The numbers come from SmartAsset (as of February 2026). They’re based on the familiar 50/30/20 budget: 50% for necessities, 30% for discretionary spending, and 20% for savings or other goals. These aren’t bare-minimum survival numbers—they’re what it takes to live pretty well while still putting money aside.

And as Visual Capitalist notesMassachusetts sits at the very top of that list. Massachusetts tops the ranking, with a family of four needing $329,555 per year to meet the 50/30/20 benchmark.

Hawaii follows at $313,165, while California ranks third at $302,682.

Rank State Income needed for family of four (2026)

  • 1 - Massachusetts - $329,555
  • 2 - Hawaii - $313,165
  • 3 - California - $302,682
  • 4 - Connecticut - $298,189
  • 5 - New Jersey - $295,110
  • 6 - New York - $291,533
  • 7 - Colorado - $283,213
  • 8 - Washington - $281,798
  • 9 - Oregon - $280,966
  • 10 - Vermont - $280,384
  • 11 - Alaska - $272,064
  • 12 - New Hampshire - $267,904
  • 13 - Rhode Island - $264,659
  • 14 - Minnesota - $263,078
  • 15 - Maryland - $257,837
  • 16 - Maine - $250,931
  • 17 - Montana - $249,434
  • 18 - Pennsylvania - $247,936
  • 19 - Illinois - $244,109
  • 20 - Virginia - $242,944
  • 21 - Nevada - $242,278
  • 22 - Indiana - $241,696
  • 23 - Wisconsin - $238,451
  • 24 - Arizona - $236,870
  • 25 - Utah - $235,789
  • 26 - Delaware - $228,134
  • 27 - Ohio - $226,221
  • 28 - Idaho - $226,054
  • 29 - Florida - $223,392
  • 30 - New Mexico - $223,142
  • 31 - Nebraska - $223,059
  • 32 - Missouri - $217,734
  • 33 - Georgia - $214,573
  • 34 - Michigan - $214,323
  • 35 - South Carolina - $212,909
  • 36 - North Carolina - $212,410
  • 37 - Wyoming - $212,410
  • 38 - Oklahoma - $211,910
  • 39 - North Dakota - $210,496
  • 40 - Kansas - $207,917
  • 41 - Iowa - $204,422
  • 42 - Texas - $203,424
  • 43 - West Virginia - $202,592
  • 44 - South Dakota - $201,760
  • 45 - Alabama - $198,931
  • 46 - Louisiana - $197,933
  • 47 - Tennessee - $197,267
  • 48 - Arkansas - $195,437
  • 49 - Kentucky - $194,854
  • 50 - Mississippi - $187,533

Connecticut, New Jersey, and New York aren't far behind, bringing the number of states with comfortable-income thresholds above $290,000 to six.

Colorado and Vermont Make the Top 10

As expected, many of the highest income thresholds are concentrated in the Northeast and along the West Coast.

However, Colorado has the seventh-highest threshold in the country at $283,213, ranking above Washington and Oregon.

Vermont rounds out the top 10 at $280,384, despite having the second-smallest population of any U.S. state. Meanwhile, nearby states like New Hampshire, Maine, and Rhode Island all fall outside the top 10.

Just Six States Come in Below $200,000

Despite the wide range in living costs across the country, only six states have a comfortable-income threshold below $200,000 for a family of four.

Mississippi ranks lowest at $187,533, followed by Kentucky. The states of Arkansas, Tennessee, Louisiana, and Alabama also fall below the $200,000 mark.

The gap between Massachusetts and Mississippi exceeds $142,000 per year, meaning the Massachusetts benchmark is about 76% higher.

Source

🙏To support my work, Helping to keep the signal high and the noise low:

👉 Cashapp: $thedinarian

👉 Buy me a coffee: https://buymeacoffee.com/thedinarian

👉 PayPal: Scan the QR code below 📲 or Click Here

👇 Crypto Donations Always Welcome 👇

XRP: r9pid4yrQgs6XSFWhMZ8NkxW3gkydWNyQX
XLM: GDMJF2OCHN3NNNX4T4F6POPBTXK23GTNSNQWUMIVKESTHMQM7XDYAIZT
XDC: xdcc2C02203C4f91375889d7AfADB09E207Edf809A6

Read full Article
post photo preview
🤖Can Decentralized AI Stop Big Tech from Owning the Future of Robotics?🤖
The race to build the future of robotics is no longer just about robots. It's about who controls the intelligence behind them.
 
Over the last three years, a small group of companies has emerged as the backbone of the AI revolution. Microsoft provides cloud infrastructure. NVIDIA supplies the chips. Google, OpenAI, Anthropic, Meta, and others develop the models. Together, they control much of the compute, data, and software stack powering modern AI.
 
Now that AI is moving into the physical world, many are asking a bigger question:
 
Will these same companies end up controlling robotics too?
 
It's a valid concern.
 
The latest generation of robots relies on enormous amounts of compute, simulation, training data, and foundation models. Many robotics startups today are built on infrastructure provided by large technology companies. NVIDIA's Omniverse is becoming a key simulation environment for robot training. Microsoft Azure is powering the training of robotics foundation models. Physical AI startups increasingly depend on hyperscale cloud infrastructure to train and deploy intelligent systems. Recent partnerships across the industry show just how central Big Tech has become to robotics development.
But while Big Tech is building the highways, another movement is trying to ensure it doesn't own every destination.
 
That movement is decentralized AI.
 
Why Decentralized AI Exists
 
The idea behind decentralized AI is simple. Instead of a handful of companies owning the models, compute infrastructure, data pipelines, and intelligence networks, these resources are distributed across thousands of participants.
 
This means anyone can contribute compute, contribute models, validate outputs and can participate.
The most visible example today is the decentralized AI network known as Bittensor (@bittensor). The network has evolved into a large ecosystem of specialized AI markets called subnets, where participants compete to provide useful machine intelligence and are rewarded based on performance. Rather than relying on a single company, intelligence is generated and validated by a distributed network of miners and validators.
 
Think of it as an attempt to build an open marketplace for AI instead of a world where intelligence is rented from a few centralized providers.
 
Why This Matters for Robotics
 
Robotics has a unique problem. Unlike chatbots, robots operate in the physical world. They need to perceive environments, make decisions, move safely and they need to learn continuously.
 
The challenge is that collecting and training on real-world robotic data is incredibly expensive. That's one reason large companies have such an advantage. They can afford the compute, simulation environments, and data infrastructure needed to train robotics models at scale.
 
This is where decentralized systems become interesting.
 
Instead of one company collecting all the data and training all the models, decentralized networks could allow thousands of contributors to participate in building robotic intelligence.
 
Imagine a future where:
  • Warehouse robots contribute operational data.
  • Delivery robots contribute navigation data.
  • Factory robots contribute manipulation data.
  • Developers contribute models.
  • Validators evaluate performance.
The resulting intelligence becomes a shared network rather than a proprietary asset.
 
That vision is beginning to emerge.
 
Bittensor's Move Toward Physical AI
 
While many people associate Bittensor (@bittensor) with language models and AI services, parts of the ecosystem are increasingly exploring embodied intelligence and robotics.
 
One example is Kinitro, a subnet focused on incentivizing the training and evaluation of embodied AI systems. The goal is to create competitive environments where developers build robotic intelligence and are rewarded based on performance.
 
The broader Bittensor ecosystem has also expanded into compute marketplaces, distributed inference systems, bandwidth infrastructure, and AI coordination layers that could eventually support robotics workloads. Several subnets now focus on decentralized compute, confidential inference, data transfer, and model training, critical components for future robotic systems.
 
In other words, the pieces are starting to appear.
 
Not a decentralized robot network yet.
 
But the infrastructure that could support one.
 
Beyond Bittensor: The Rise of Physical AI Networks
 
Bittensor isn't alone.
 
Across the industry, researchers and builders are experimenting with decentralized approaches to physical AI.
 
New research published in 2026 introduced the concept of DAO-enabled decentralized physical AI, or DePAI. The idea combines robotics, decentralized infrastructure, AI models, governance systems, and human oversight into a single framework. Instead of centralized control, robots and physical infrastructure could be coordinated through transparent rules and distributed ownership models.
 
At the same time, developers are exploring decentralized operating systems for robots that allow machines to communicate directly with each other and with distributed compute resources. These architectures are designed to make robotic systems more resilient and less dependent on a single cloud provider.
 
The goal is not simply decentralization for its own sake.
 
The goal is resilience.
 
If one server fails, the system continues.
 
If one company disappears, the network survives.
 
If one participant leaves, innovation continues.
 
But Here's the Reality
 
Decentralized AI faces the same challenge every decentralized technology faces.
 
Big Tech has resources. A lot of resources.
 
Training advanced robotics models requires enormous compute budgets, sophisticated simulation environments, access to specialized hardware, and vast amounts of real-world data.
 
That's why many robotics startups still partner with major cloud providers and AI companies. It's often the fastest path to deployment.
 
And there are legitimate concerns about whether decentralized networks can maintain quality, reliability, and security at the scale required for industrial robotics. Even researchers studying decentralized AI systems have highlighted risks around concentration, incentives, governance, and network security.
 
The challenge isn't just decentralizing intelligence.
 
It's decentralizing intelligence while maintaining performance.
 
That's much harder.
 
The Most Likely Outcome
 
The future probably won't be fully centralized. And it probably won't be fully decentralized either. Instead, we're likely heading toward a hybrid model.
 
Large technology companies will continue providing chips, cloud infrastructure, simulation platforms, and foundational research.
 
At the same time, decentralized AI networks will emerge as alternative coordination layers where intelligence, data, and economic value can be shared more openly.
 
The companies building robots may use NVIDIA hardware.
 
Train on Azure.
 
Run foundation models from OpenAI.
 
But they may also participate in decentralized data networks, decentralized compute markets, and decentralized intelligence protocols.
 
The future of robotics could end up looking less like a monopoly and more like an ecosystem.
 
The Bigger Question
 
The real question isn't whether decentralized AI can eliminate Big Tech.
 
It can't.
 
At least not anytime soon.
 
The real question is whether decentralized AI can prevent a future where a handful of companies control every robot, every model, every dataset, and every decision made by the machines operating around us.
 
As robots become workers, assistants, delivery drivers, factory operators, and even economic agents, that question becomes increasingly important.
 
Because the battle for the future of robotics is no longer about hardware.
 
It's about who owns the intelligence.
 
And that battle is just getting started.
 
 

🙏To support my work, Helping to keep the signal high and the noise low:

👉 Cashapp: $thedinarian

👉 Buy me a coffee: https://buymeacoffee.com/thedinarian

👉 PayPal: Scan the QR code below 📲 or Click Here

👇 Crypto Donations 👇

XRP: r9pid4yrQgs6XSFWhMZ8NkxW3gkydWNyQX
XLM: GDMJF2OCHN3NNNX4T4F6POPBTXK23GTNSNQWUMIVKESTHMQM7XDYAIZT
XDC: xdcc2C02203C4f91375889d7AfADB09E207Edf809A6

Read full Article
post photo preview
Navigating the world of blockchain 🧭
Navigating the world of blockchain can feel like learning a completely foreign language. Between technical jargon and fast-moving Web3 terminology, getting started can be overwhelming.

Whether you are exploring digital assets, building on-chain, or simply trying to understand decentralized technology, here is your foundational glossary of essential blockchain terms every beginner should know.

🏛️ 1. Core Architecture: The Base Layer

  • Blockchain: A distributed, immutable digital ledger that records transactions across a peer-to-peer network of computers. Once data is written to a block and added to the chain, it cannot be altered without altering all subsequent blocks.
  • Block: A collection of verified transactions grouped together. Once filled, the block is cryptographically linked to the previous one, forming a chronological "chain."
  • Node: An individual computer connected to a blockchain network that helps validate transactions, store ledger data, and maintain network consensus.
  • Consensus Mechanism: The set of rules and algorithms that network nodes use to agree on the validity of transactions.

    • Proof of Work (PoW): Requires miners to solve complex mathematical puzzles using computational power (e.g., Bitcoin).
    • Proof of Stake (PoS): Requires validators to lock up ("stake") native tokens as collateral to participate in block validation (e.g., Ethereum).

🔑 2. Ownership & Security: Wallets and Keys

  • Public Key (Address): An alphanumeric string that acts like your bank account number or email address. It is safe to share publicly so others can send you digital assets.
  • Private Key: A secret cryptographic passphrase or key that grants full access and control over your wallet assets. Never share your private key or seed phrase with anyone.
  • Seed Phrase (Recovery Phrase): A sequence of 12 to 24 random words generated when you set up a wallet. It acts as the master backup key to restore your wallet and access your funds on any device.
  • Hot Wallet vs. Cold Wallet:

    • Hot Wallet: A software-based crypto wallet connected to the internet (e.g., browser extensions, mobile apps), making it convenient for frequent transactions but higher risk.
    • Cold Wallet: An offline hardware device (e.g., Ledger, Coldcard) designed to isolate private keys from internet-connected threats.

⚙️ 3. Execution & Functionality: Smart Contracts and Apps

  • Smart Contract: Self-executing code stored on a blockchain that automatically enforces agreement terms once predetermined conditions are met—eliminating the need for intermediaries.
  • dApp (Decentralized Application): Applications built on top of a blockchain network that run via smart contracts rather than centralized cloud servers.
  • Gas Fees: Network transaction fees paid to validators or miners to cover the computational energy required to process actions on a blockchain.
  • Layer 1 vs. Layer 2:

    • Layer 1 (L1): The underlying primary blockchain network (e.g., Bitcoin, Ethereum, Solana) that handles base security and finality.
    • Layer 2 (L2): Secondary frameworks or companion networks built on top of an L1 to increase transaction speeds and lower gas fees (e.g., Arbitrum, Optimism, Base).

💰 4. Financial & Market Concepts

  • Tokenomics: The economic design, supply dynamics, utility, and distribution model of a cryptocurrency or token project.
  • DeFi (Decentralized Finance): Financial services—such as lending, borrowing, trading, and earning interest—built on smart contracts without traditional banks or financial intermediaries.
  • Liquidity: The ease with which an asset can be bought or sold in a market without significantly impacting its price.
  • DYOR (Do Your Own Research): A foundational golden rule in the Web3 space reminding users to independently verify technical code, whitepapers, and team backgrounds before making any capital commitments.

💡 Quick Cheat Sheet

"Not your keys, not your coins."

If you do not hold the private keys or seed phrase to your digital wallet, you do not truly own the assets inside it—a centralized entity or exchange does. Always prioritize security first as you explore the space.

🙏To support my work, Helping to keep the signal high and the noise low:

👉 Cashapp: $thedinarian

👉 Buy me a coffee: https://buymeacoffee.com/thedinarian

👉 PayPal: Scan the QR code below 📲 or Click Here

👇 Crypto Donations 👇

XRP: r9pid4yrQgs6XSFWhMZ8NkxW3gkydWNyQX
XLM: GDMJF2OCHN3NNNX4T4F6POPBTXK23GTNSNQWUMIVKESTHMQM7XDYAIZT
XDC: xdcc2C02203C4f91375889d7AfADB09E207Edf809A6

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals