# FedNow

<mark style="color:purple;">COUNTERPARTIES</mark>

Payer\
Payee\
Bank A\
Bank B

<mark style="color:purple;">FEDNOW FLOW</mark>

1. A payer authorizes his bank to send a payment of a specified amount from his account. The payer provides the recipient’s bank and identifying information.
2. The payer’s bank confirms the payer has funds available.
3. The payer’s bank sends a notification via FedNow to the recipient’s bank. At this point the payer can no longer change the transaction.
4. The receiving bank receives the payment message, reviews transaction details and validates the recipient’s account.
5. The receiving bank sends an “accept response” to FedNow. The Federal Reserve moves funds from the paying bank’s master account to the receiving bank’s master account and notifies the paying bank. The receiving bank deposits funds into the receiver’s account.
6. Payer and receiver are notified by their banks that the funds have been sent.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xft.finance/learn/flows/payments/fednow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
