What problem does it solve? Building deposit and withdrawal flows on the Alpaca Broker API requires navigating three distinct funding rails (ACH, wire, and the v1beta funding wallet), each with different endpoints, status lifecycles, and event coverage, which is easy to get wrong when moving real money. ## Core Features & Use Cases - Three funding rails documented: ACH relationships via Plaid processor tokens, wire recipient banks (domestic ABA and international BIC/SWIFT), and the multi-currency v1beta funding wallet. - Status lifecycle guidance: Complete state machines for classic transfers and funding-wallet transfers, plus when to consume the SSE funding status stream versus when to poll. - Documented gotchas: Wire fees, Travel Rule requirements, sandbox weekend behavior, deprecated fields, and the omnibus/sweep-account journaling pattern. - Use Case: You are building a fintech app where users deposit funds from their bank into an Alpaca brokerage account. Use this Skill to create the ACH relationship, initiate the incoming transfer, and track it to COMPLETE via the SSE event stream. ## Quick Start Use the alpaca-broker-funding-transfers skill to create an ACH relationship and initiate a $100 incoming deposit for an Alpaca account.