▲ | Seattle3503 2 hours ago | ||||||||||||||||
What's the easiest way to do this with a stablecoin? When I looked at USDC recently at the end of the tutorial I was following there was a throw way "and don't forget you need ethercoin too, to pay the gas transaction fee." That was after all the warnings about not sending to the wrong address or block chain. (Stable coins are on a bunch of block chains and apparently you are required to manually ensure the sender and receiver are on the same chain, otherwise your coins go bye bye) What's the point of I need a bunch of other coins and it's so complicated? This complexity and required tinkering seems like the kind of thing cryptocurrency nerds love, but is too complicated for someone just trying to make a payment. | |||||||||||||||||
▲ | solumos 2 hours ago | parent | next [-] | ||||||||||||||||
> What's the easiest way to do this with a stablecoin? You give a crypto wallet to an AI agent, and make sure it has some USDC. > What's the point of I need a bunch of other coins and it's so complicated? The point is that the CDP team built something that fits one of Coinbase's narratives du jour — agentic payments. It's simply a protocol for agentic payments. The team that built it doesn't even really know how it _should_ work or what the actual use cases are — but wouldn't it be cool if your AI agent had a crypto wallet, and instead of the agent getting pay-walled, they could just pay for stuff? > This complexity and required tinkering seems like the kind of thing cryptocurrency nerds love, but is too complicated for someone just trying to make a payment. I think that's a fair criticism. The Bridge/Privy/Stripe approach is wildly different, and focuses more on current problems. | |||||||||||||||||
▲ | Karrot_Kream 2 hours ago | parent | prev | next [-] | ||||||||||||||||
USDC is also available on Solana and there's fees there too but they're pretty infentessimal. I've sent USDC from Coinbase to my Solana wallet and haven't had to pay any fees, so I presume it's not high enough for Coinbase to bother charging anyone. As far as addresses, yeah there's no way to avoid this. When you send cryptocurrency there's no real way to ensure that a wallet exists at the receiver's address nor that the person you want to reach is at this address, so you need to be careful that you are using the correct address. Ethereum uses ENS addresses to help deal with this. In that way this is a lot like a wire transfer in the US. If you use the wrong account or routing number then you're basically SOL. There's some verification you can do with receiver names but if your recipient is just at some bank and only the bank name comes up there's not much you can do. | |||||||||||||||||
| |||||||||||||||||
▲ | __erik 2 hours ago | parent | prev [-] | ||||||||||||||||
x402 abstracts away gas! You can try here from a human use standpoint: https://www.x402.org/protected And you can see how to accept stablecoins or spend in the the examples https://github.com/coinbase/x402/tree/main/examples/typescri... https://github.com/coinbase/x402/blob/main/examples/typescri... | |||||||||||||||||
|