esc0be retweetledi
esc0be
1.9K posts

esc0be retweetledi
esc0be retweetledi
esc0be retweetledi
esc0be retweetledi
esc0be retweetledi
esc0be retweetledi

GhArc I (RL) reporting in
via @zkSLLabs
For the past 7 days, we've been in deep focus, deepening our understanding of cryptographic architecture and implementation plans to elevate the project with proper, real, correct, and safe solutions.
We rewrote the polynomial expressions almost 13 times to ensure #zkSealevel achieves its grand vision.
We are now confident. We hope our silence is justified.
github.com/zkSLLabs/zkSea…
#unfazed
$zKSL
English
esc0be retweetledi
esc0be retweetledi

Building the core for a new project.
TouchDesigner, noise, and evolving signals.
Just a quick look.
#TouchDesigner #DigitalArt #GenerativeArt #VisualProgramming
English
esc0be retweetledi

WINDOWS ALPHA NODE IS HERE
Link: we.tl/t-3LAD5ZOaGx
One-click .exe as promised + GPU miner built-in
Download it, unzip, double-click.
start earning testnet $XERIS instantly
First 500 people who run it, and post a screenshot/video of the node mining blocks plus tag me @xeriscoin get guaranteed extra $XERIS airdrop after mainnet launch on Dec 31st.
Here it is, No installs. No more Rust commands.
Just raw triple-consensus power on your computer.
The unbreakable chain starts on Windows tonight.
Who’s mining first?
Together we are $Xeris.
English
esc0be retweetledi

Gm Gambullers!
Yesterday’s Mega Update laid the full roadmap on the table, and today we push it forward.
The second modular bot is now live, and the work behind the dApp is moving fast. Core systems are being built in the open. New previews, new demos, and new integrations are rolling out all week. Branding upgrades, listings, and ecosystem alignment are already in motion.
The execution is steady.
$GBULL is entering a serious phase, and everything is moving with intention.
English
esc0be retweetledi

FMDL = Fuck My Daft Life.
Non-stop coding all day.
Again. Closing out phase 2 with new zKML features.
Your government will hate YOU by the time WE finish fully building out this Daft thing.
JUST IMPLEMENTED:
1. ZK Trading Strategy Marketplace
Database: 29KB migration with 4 tables
trading_strategies - Encrypted strategy storage with ZK performance proofs
strategy_performance_history - Verified backtests
strategy_purchases - Sales/rentals with royalty tracking
strategy_battles - Head-to-head strategy competitions
Service: strategyMarketplaceService.ts
Create strategies with encrypted code
Generate ZK performance proofs (returns, Sharpe ratio, win rate)
Buy/rent/license with royalty agreements
Strategy battles for reputation
UI: StrategyMarketplace.tsx
Browse marketplace with ZK-verified performance
Create and list strategies
Purchase/rent interface
My strategies dashboard
2. Private Portfolio Analytics
Database: 4 tables in same migration
portfolio_snapshots - Encrypted holdings with ZK value proofs
whale_verifications - Tier verification (Bronze→Diamond)
private_analytics_requests - ZK computation on encrypted data
reputation_proofs - Win rate/profitability proofs
Service: portfolioAnalyticsService.ts
Create encrypted portfolio snapshots
Generate ZK balance proofs (prove >$X without exact amount)
Whale tier verification with perks
Private analytics (risk, tax, rebalancing)
UI: PrivatePortfolio.tsx
Portfolio snapshot creation with ZK proofs
Whale status verification
Reputation proof display
3. zkML Signal Marketplace
Database: 5 tables in same migration
trading_signals - Time-locked encrypted predictions
signal_subscriptions - Subscriber access management
signal_performance_tracking - Creator accuracy rates
signal_reveals - Cryptographic reveal verification
ml_models - Encrypted ML model marketplace
Service: signalMarketplaceService.ts
Create time-locked predictions with ZK commitment
Generate accuracy proofs without revealing logic
Subscribe to signals
Reveal signals after timelock
Track performance with ZK verification
UI: SignalMarketplace.tsx
Browse active signals with confidence/accuracy
Create time-locked signals
Subscribe and manage subscriptions
My signals dashboard
Core ZK Service
zkProofService.ts (9.7KB) - Powers all three systems:
Performance proof generation (obfuscated metrics)
Balance range proofs (whale tiers)
Time-lock proofs (pre-commitment)
Reputation threshold proofs
Encryption/decryption for strategies and portfolios
daftsystems.pro
English
esc0be retweetledi
esc0be retweetledi

GhArc III (ML) Reporting in
via @zkSLLabs
New phase.
Refresh, refactor, reset.
Improvement.
Commits coming.
Silence will be justified.
Track LIVE.
github.com/zkSLLabs/zkSea…
English
esc0be retweetledi

Basically we’re running our own Solana test cluster with the zero-knowledge proof program re-enabled so we can end-to-end test confidential transfers configure + send before devnet/mainnet catch up.
Once we’ve confirmed the helper flow works there, we’ll roll the same changes into the public network.

English
esc0be retweetledi

$DarkDrop , @darkdrop_sol , @HitmanNoLimit
DarkDrop – The 71k Lada That Could Turn Into a Porsche
By @me8_x1782 – 27 November 2025
---------------------------------------------------------
The Unassuming Guy Nobody Noticed
Market cap right now? 71k. Tiny.
The kind of number most people scroll past without a second thought.
Remember the quiet kid in class?
The one nobody bet on?
Years later he rolls up in a Porsche while the loud “cool” guys are flipping burgers.
DarkDrop feels exactly like that kid.
Small today. Almost invisible.
But the code is sharp, the UX is dead simple, and v2 is about to deliver browser zk proofs on Solana.
This project could become that guy.
Or it could stay small.
Either way – right now it’s flying way under the radar, but the tech is legit.
---------------------------------------------------------
The 10-Second Pitch
Send any amount of SOL or USDC with just a QR code. No address sharing. No trail. Burner wallet dies after one use.
v1 hides who sent it.
v2 (Dec/Jan) hides how much was sent too.
And yes –
the zk proofs are generated in your browser. 👀
---------------------------------------------------------
How It Works (Dead Simple)
You hit “Create Drop”
→ browser instantly makes a brand-new wallet.
You send money to it
→ you get a QR code + random string.
Friend scans it
→ money lands in their real wallet
→ burner gone forever
---------------------------------------------------------
v1 (Live Today) vs v2 (90 % Done)
---------------------------------------------------------
The 3 Code Moments That Blew My Mind (Real Snippets)
The “Honeypot Scare” That Wasn’t – One of the Smartest Moves I’ve Seen
Most people would probably thought the upload calls were sending keys to a secret server. Wrong.
It’s a tiny local Rust binary that runs on your machine, signs with your own keypair, creates normal on-chain PDA proof contexts, then disappears.
Zero logs, zero spying. This isn’t just “not a honeypot” – it’s smarter than 95 % of the “decentralized” privacy tools out there. 💥⚠️💥
---------------------------------------------------------
The Code – 100 % Honest Take
Quality: 8.2/10
Clean, well-structured, no spaghetti, no beginner mistakes. Edge cases handled, memory-safe.
Uniqueness: ~80 %
custom Burner adapter, claim parser, WASM zk worker, local Rust helper – all built from scratch.
AI or copied? = Zero.
Commits show real human work, no AI fluff.
The only flaw:
Sweep on v2 still uses normal SPL transfer → amounts become public on claim.
Known fix (WithdrawWithheldTokens + proofs), not done yet.
Verdict:
Excellent solo-dev code – top 10–15 % on Solana.
Fix the sweep → instant 9/10.
Right now: strong 8.2/10.
---------------------------------------------------------
Who’s Really in the Same Ring?
(Only the 1 Real Competitor – Nov 2025)
Reality Check:
@theprivacycash is the only live zk rival with true selective disclosure – already processed $100M in volume as of November 2025.
x.com/theprivacycash…
DarkDrop crushes it on ease, Privacy Cash wins on anonymity set.
---------------------------------------------------------
Final Verdict – No Copium, Just Truth
- v1 is already the slickest anonymous drop tool on Solana – nothing comes close for normal people.
- v2 will be the first wallet where your grandma can send hidden money without knowing what a terminal is.
One tiny bug to patch (the sweep needs proper withdraw proofs) + wait for Solana to flip the verifier switch in December → instant 9.5+ project.
- Legit gem.
- Use it today.
- Tell your friends.
Keep an eye on the token if you want.
When that verifier turns green, DarkDrop perhaps will eat this privacy niche for lunch.
Overall score: 8.7/10
(And that’s before v2 is even live.)
I hold a small bag. I bought it after reviewing the code. If I’m wrong, 🤡 me – I can take it.




English
esc0be retweetledi

Just beginning!
$XERIS @xeriscoin
9ezFthWrDUpSSeMdpLW6SDD9TJigHdc4AuQ5QN5bpump

Maverick@Mavericks100xs
VC capital flowing into $XERIS good sign tbh Someone invested 0.25 BTC and another VC invested 25K of $XRP that’s two VCs on board already before $1M MCAP Very rarely do I shill the same coin hard Do not fade $XERIS dexscreener.com/solana/2Ff7ABu…
Indonesia
esc0be retweetledi














