Strategy announces a Digital Credit Capital Framework designed to strengthen Digital Credit, enhance liquidity, preserve long-term Bitcoin exposure, and support long-term value creation. $MSTR $STRC
https://t.co/P770rd7fva
Arcium × @BinanceWallet Booster Campaign is live.
Eligibility: Binance Wallet MPC Wallets with at least 2 Alpha Points.
Rewards: 1,500,000 ARX for 50,000 Winners
To join, go to Binance Wallet App - Discover - Booster - Arcium Booster Campaign.
Tydro is temporarily pausing all markets out of an abundance of caution following reports of issues with a third-party oracle. User funds are safe.
We're actively investigating and will provide updates as soon as we have more information.
When the industry faces challenges, Tether steps up. 🛡️
We are leading an up to $150M recovery plan alongside the @SolanaFndn to support user recovery and safely relaunch @DriftProtocol
Watch the video to see how we're protecting the community and expanding $USDT on Solana. 👇
Today, Drift is announcing a collaboration with @tether and other partners totaling up to nearly $150 million to support our commitment to a relaunch with USDT at the center, and a path to user recovery.
These funds encompass a $100M revenue-linked credit facility, an ecosystem grant, and loans to market makers, designed to fund a dedicated user recovery pool.
Learn more 👇
建议给你的 Agents(包括 OpenClaw)都投喂如下提示词,好好排查下是否存在这波 axios 被投毒事件影响:
参考下面这个方法排查一遍我们的环境是否存在被投毒的 [email protected] 与 [email protected],及恶意模块 plain-crypto-js,不能漏,确保排查全面:
Check for the malicious axios versions in your project:
npm list axios 2>/dev/null | grep -E "1\.14\.1|0\.30\.4"
grep -A1 '"axios"' package-lock.json | grep -E "1\.14\.1|0\.30\.4"
Check for plain-crypto-js in node_modules:
ls node_modules/plain-crypto-js 2>/dev/null && echo "POTENTIALLY AFFECTED"
If setup.js already ran, package.jsoninside this directory will have been replaced with a clean stub. The presence of the directory is sufficient evidence the dropper executed.
Check for RAT artifacts on affected systems:
# macOS
ls -la /Library/Caches/com.apple.act.mond 2>/dev/null && echo "COMPROMISED"
# Linux
ls -la /tmp/ld.py 2>/dev/null && echo "COMPROMISED"
"COMPROMISED"
# Windows (cmd.exe)
dir "%PROGRAMDATA%\wt.exe" 2>nul && echo COMPROMISED