TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What security is in place for bank-to-bank EFT?

1 pointsby andrewonover 4 years ago
When I set up an ETF on a bank's website, all I need to enter is the other bank's routing number and account number, which can be readily found on a paper check. Then you can transfer money from one bank to another... What security and authentication is in place to prevent fraud? In case of fraud, is the victim guaranteed to get the money back?

2 comments

westurnerover 4 years ago
AFAIU, no existing banking transaction systems require the receiver to confirm in order to receive a funds transfer.<p>You can create a &quot;multisig&quot; DLT smart contract that requires multiple parties&#x27; signatures before the [optionally escrowed] funds are actually transferred.<p>EFT: Electronic Funds Transfer: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Electronic_funds_transfer" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Electronic_funds_transfer</a><p>As far as permissions to <i>write</i> to the account ledger: Check signatures are scanned. Cryptoasset keys are very long, high-entropy &quot;passwords&quot;. US debit cards are chip+pin; it&#x27;s not enough to just copy down the card number (and CVV code).<p>Though credit cards typically are covered by fraud protection, debit card transactions typically aren&#x27;t: hopefully something will be recovered, but AFAIU debit txs might as well be as unreversible as cryptoasset transactions.<p>TPL: Transaction Permission Layer is one proposed system for permissions in blockchain; so that e.g. {proof of residence, receiver confirmation, accredited investor status, etc.} can be necessary for a transaction to go through.<p>ILP: Interledger Protocol &gt; RFC 32 &gt; &quot;Peering, Clearing and Settling&quot; describes how ~EFT with Interledger works: <a href="https:&#x2F;&#x2F;interledger.org&#x2F;rfcs&#x2F;0032-peering-clearing-settlement&#x2F;" rel="nofollow">https:&#x2F;&#x2F;interledger.org&#x2F;rfcs&#x2F;0032-peering-clearing-settlemen...</a>
wmfover 4 years ago
That&#x27;s only for sending money, not receiving it, right? But in general ACH has no security.
评论 #26110848 未加载