MDHV

2.6K posts

MDHV banner
MDHV

MDHV

@appsapien

That Product Guy Building @shiftfdn | @usehunch

Katılım Haziran 2015
1.4K Takip Edilen1.6K Takipçiler
MDHV
MDHV@appsapien·
A trust based reputation engine for agent to agent job works. Something that I've been working on for a while. When you hire a contractor as a human, you evaluate trustworthiness through a bunch of informal signals. Their website, their reviews, their portfolio, maybe a referral from someone you know. You're doing a soft identity verification based on accumulated social proof. It works because humans have built these reputation systems over decades and we're good at reading them. Issue with Agents: Agents operating programmatically don't have access to most of these signals, and more importantly, they're interacting with an unbounded set of counterparties. When you build traditional software, your third-party integrations are fixed and deterministic. You integrate with Stripe, with AWS, with Twilio. You know exactly who you're talking to. But, In a multi-agent economy, an agent might need to discover and hire a specialized agent it's never interacted with before, verify that the agent is legitimate and capable, and trust it enough to send payment, all within the span of a single task execution. There's no established framework for this. Wallet addresses are pseudonymous. API endpoints can be spoofed. Self-reported capabilities are unverifiable. The identity layer for agent commerce needs to be cryptographic, verifiable in milliseconds, and tied to something harder to fake than a software key. This is probably the hardest unsolved problem in the space, and it's a prerequisite for everything else.
MDHV tweet media
English
1
1
3
43
MDHV
MDHV@appsapien·
Agent-to-agent is a different problem than agent-to-merchant. Why is everyone trying to fix a problem by solution of other? Lemme explain Most of the agentic payments conversation right now is focused on one use case: an AI agent helping a human make a purchase. You tell your agent to book a flight, it gets a virtual card, navigates the airline's checkout, done. This is agent-assisted commerce, and it's a real use case, but it's architecturally simple. You're just automating the last mile of a human decision. The payment still flows through existing card rails, the merchant still gets paid the normal way, and the dispute process still has a human on one end. Agent-to-agent is structurally different. There's no human on either side of the transaction. Both parties are software. The "merchant" is another agent operated by a different company, and neither the buyer nor the seller has a relationship with a card network. Visa's program is nice but does not solve the problem natively. There's no checkout page to navigate, no POS terminal, no merchant ID. The entire payment needs to happen programmatically, between two endpoints, with cryptographic verification of both parties, and it needs to settle before the response comes back. Card rails weren't designed for this. They were designed for a consumer presenting credentials to a merchant through a trusted intermediary. When both parties are machines, the intermediary model adds latency and cost without providing the trust guarantees it was built to deliver. You need a peer-to-peer settlement layer where both sides can verify each other directly. And Not x402. Something better.
English
0
0
2
57
MDHV
MDHV@appsapien·
@dejicodes404 stablecoins yes, blockchain not really
English
0
0
0
6
Ayodeji Osayemi
Ayodeji Osayemi@dejicodes404·
@appsapien This is why cryptocurrency and stable coins is the best currency for ai agents to transact.
English
1
0
0
18
MDHV
MDHV@appsapien·
There's a fundamental timing problem in agentic payments that nobody's really talking about: The settlement speed mismatch When a human hires a freelancer, the interaction is slow. You email back and forth for a few days, agree on scope, the freelancer works for a week, delivers, you review it over the weekend, and then you pay. In that context, an ACH transfer that takes 1-3 business days is perfectly fine. The payment speed matches the work speed. Agents completely break this relationship. When Agent A subcontracts a task to Agent B, the negotiation happens in milliseconds, the work gets delivered in minutes, and the hiring agent needs to verify the output and settle the payment before it can continue its own workflow. The payment is now a blocking operation in an API call chain. If settlement takes days, you've introduced an asynchronous gap into what needs to be a synchronous process. The agent either has to trust that payment will eventually arrive (which creates credit risk) or the entire workflow stalls waiting for financial confirmation. Neither option works at scale. The financial layer needs to operate at the same speed as the compute layer, and right now there's an orders-of-magnitude gap between the two. Aiming to solve that :)
English
1
0
1
54
MDHV
MDHV@appsapien·
AI agent Autonomy without guardrails is a liability. AI agents need is more of their own financial rails, with a " programmable policy layer" set by the agent owner that can not be bypassed by agent, no matter what.
MDHV tweet media
English
2
0
2
80
MDHV
MDHV@appsapien·
@ericonomic Bitcoin, but in a different form. Probably in a ledgerless form.
English
0
0
0
41
Ericonomic
Ericonomic@ericonomic·
If Dalio is right and we’re entering a Stage 6 world of capital wars, asset freezes and geopolitical fractures… What’s the cleanest vehicle to preserve mobility of capital? Something that: - Can’t be seized by a foreign government - Can’t be frozen by a bank - Can cross borders instantly - Doesn’t depend on any single state There’s really only one answer.
Ray Dalio@RayDalio

x.com/i/article/2022…

English
317
112
1.9K
922.3K
MDHV retweetledi
Shift Foundation
Shift Foundation@shiftfdn·
New look, new energy. The future of Shift starts now.
Shift Foundation tweet media
English
14
10
52
2K
MDHV retweetledi
Shift Foundation
Shift Foundation@shiftfdn·
The Shift discord is now open. Link below.
Shift Foundation tweet media
English
10
4
35
1K
Lew
Lew@Lewsiphur·
@trylimitless I had a Hunch about it ;) No one gets this yet but they will.
English
6
1
11
12K
0xJeff
0xJeff@0xJeff·
Privacy projects to keep an eye on arcium zama aztec umbra railgun monero zcash oasis mind secret coti aleo dusk nillion tornado cash mina fairblock what else did i miss? also if you're working on privacy, would love to chat - i'm deep diving into the segment and hoping to ask stupid questions and learn more.
0xJeff@0xJeff

Latest progress on privacy - @zama privacy PoC went live right on Ethereum, starting with confidential USDT (cUSDT) and raising $118M on encrypted bids for its sealed-bid token sale. - @RAILGUN_Project's Railgun_Connect Prototype is ready, this is a privacy tool for private Defi interactions, tested on CowSwap and enabling shielded wallet use without unshielding funds. - @UmbraPrivacy mainnet launch set in Feb, bringing private Defi to Solana, powered by @Arcium MPC tech - The Solana confidential SPL standard is coming out in Q1 (also powered by Arcium), enabling Solana token to gain encrypted balances/hidden transfer amounts natively. - @mindnetwork_xyz launched x402z testnet, first practical on-chain implementation of FHE on confidential agent-to-agent payments powered by Zama. - @aztecnetwork wrapped up the world's largest privacy hackathon "zyberpunk". TGE incoming mid-Feb. - @virtuals_io enables Monero mode, enabling private cross-chain swaps.

English
528
37
690
113.8K
MDHV
MDHV@appsapien·
A simple rule: Control what we can; don’t be controlled by others.
English
0
0
0
36
Solana Sensei
Solana Sensei@SolanaSensei·
Privacy is the next narrative for 2026 This is the longest list of Solana privacy projects that has ever been shared on X. Bookmark this my friends. @Arcium - Encrypted Supercomputer @UmbraPrivacy - Privacy layer on Solana. (Wallet waitlist live) @anon0mesh - Offline encrypted messaging and private transactions @meleemarkets - Next-gen prediction market (Alpha live) @stealf_finance - Stablecoin-native neobank (No-KYC) @pythiamarkets - Privacy-centric prediction market (Zypherpunk Winner) @hush_wallet - Auto-shielding, disposable addresses, private swaps, and wallet @magicblock - Ephemeral rollups for fast & private execution environments. @darklakefi - Turns privacy into composable, verifiable computation. @loyal_hq - Confidential conversations for traders, apps, and agents. @encifherio - Private swaps on Jupiter, and private transfers @theprivacycash - Private SOL transfers @vanishTrade - Hide strategies from front-runners @SolRouterAI - Encrypted data with AI @offgridcash - Private spending without KYC @OREsupply - Private store of value with Privacy Cash @GhostWareOS - Privacy layer on Solana @ZeraLabs - ZK Layer turning your crypto into true digital cash @cloak_xyz - Solana privacy rail @turbine_cash - PrivacyFi (Private token transfers, swaps and LSTs) @SecureLegion - Private communication free from surveillance @hydex_io - Private Interoperability Layer Zcash/Solana @radrdotfun - Protocol-level private payments and P2P transfers @VoidifyIO - Fully decentralized protocol for private transactions @BlindfoldFi - Neobank for untraceable transfers/swaps @UniFi_Labs - Private trading @nulltracebot - ZK swiss army knife of pirvacy tools @lumenless - Private Mode on Solana, Powered by Arcium @Mixoordotfun - Solana Private Transfers by Smithii tools @HoudiniSwap - Market leader in private, compliant txns @securethebagfun - Dual Token Private DeFi App @MoneroChanSOL - Open Source Privacy Platform @anoncoinit - Create and trade memes anonymously @SolChatCoin - Encrypted communication @poseidoncash - Open Source Shielded Transactions And there is soo much more in SOLANA
Solana Sensei tweet media
English
373
305
1.4K
140.6K
MDHV retweetledi
Alex
Alex@obchakevich_·
. @Visa continues its expansion into crypto, steadily increasing spend volume through crypto cards such as @gnosispay, @ether_fi cash, @Cypher_HQ_, @AviciMoney, @Exa_App, @MoonwellDeFi card, and others. Looking at the analytics for 6 crypto cards on Visa, we can see rapid growth: from $14M at the beginning of 2025 to $91M (*based on 6 cards) in December 2025, a 550% increase. These figures demonstrate not only the fast adoption of crypto cards among users but also the strategic importance of crypto and stablecoins for Visa’s global payment ecosystem. The increase in spend volume confirms that crypto is no longer just an experimental technology but a fully-fledged tool for everyday financial transactions. *The analytics are based on the spend volume of crypto cards issued by Visa. This includes only data on cards with officially confirmed spend volume. Analytical dashboard: dune.com/obchakevich/cr… @cuysheffield @nlevine19
Alex tweet media
English
26
66
381
43.7K
MDHV
MDHV@appsapien·
For people who use hardware wallets or hardware crypto solutions. Do you prefer a card as hardware or another hardware device like a pen drive or a phone?
MDHV tweet mediaMDHV tweet mediaMDHV tweet media
English
0
0
0
87