▲ | Karrot_Kream 4 hours ago | |||||||
Huh interesting idea. You could probably build something like this on Solana or the EVM directly. The thing is, if you get the address of the recipient wrong, how can you tell? Like if I send SOL to a payee, then I can look at the chain to make sure that SOL was sent from my address to the payee's address. But that doesn't change the fact that I don't know if the payee is who I think it is. Are you thinking about situations where, say, you meet in person, then send an amount and have the recipient verify they received an amount, then send the rest? Like a multi-party escrow? Third-party escrow contracts are very common. | ||||||||
▲ | Seattle3503 2 hours ago | parent [-] | |||||||
I'm thinking about how to reduce honest everyday mistakes where the wrong address is entered, not preventing malicious actors from taking coins. Something to ensure they sent money to a wallet on the right chain, that was expecting their tx. It seems like improving the UX to reduce mistakes is solvable, and maybe there are solutions built, but I never see them in the guides. | ||||||||
|