<!--
Sitemap:
- [Welcome to River](/index)
- [Asset-Backed Finance Primer](/concepts/finance-primer)
- [River for Lenders](/lenders/introduction)
- [Depositing](/lenders/depositing)
- [Earning: the Coupon](/lenders/earning)
- [The Accumulating Wrapper](/lenders/wrapper)
- [Withdrawals & Exits](/lenders/withdrawals)
- [Losses & Impairments](/lenders/losses)
- [FAQ](/lenders/faq)
- [Integrate with River](/integrate/get-started)
- [Wrapper Integration](/integrate/wrapper)
- [Class Token Integration](/integrate/class-token)
- [Contract Addresses](/integrate/addresses)
- [Protocol Architecture](/architecture)
- [Actors: Roles & Permissions](/technical/actors)
- [Proxies & Upgradeability](/technical/proxies)
- [Strategies & Reporters](/technical/strategies)
- [Glossary](/concepts/glossary)
- [Dual NAV & Exchange Rates](/accounting/dual-nav)
- [Settlement & Conservation](/accounting/settlement)
- [The Coupon Ledger](/accounting/coupon-ledger)
- [Wrapper Accounting](/accounting/wrapper)
- [Accounting Examples](/accounting/examples)
- [The Tiered Waterfall](/waterfall/)
- [Waterfall Scenarios](/waterfall/scenarios)
- [Security Model](/security)
- [Protocol Invariants](/technical/invariants)
- [List of Assumptions](/technical/assumptions)
- [External Entry Points](/technical/entry-points)
- [Governance](/governance)
- [Contract Reference](/reference/contracts)
- [River Engineering Standards](/reference/engineering-standards)
-->

# Depositing

Depositing into a River deal is a request-and-accept flow.

:::info\[Deposit flow]

1. **Verify eligibility.** Your address must be allowed for the vehicle.
2. **Request deposit.** Assets move into segregated pending-deposit holding.
3. **Wait for acceptance.** River acceps the deposit.
4. **Receive class tokens.** Lender receives shares proportional to deposit.
5. **Cancel if needed.** Any unaccepted amount can be cancelled and returned.
   :::

## While a request is pending

Pending deposits sit outside invested deal exposure: no coupon, no deal risk, and no dilution to
existing lenders.

They are held separately from NAV and can be cancelled before acceptance. Partial acceptance is
allowed, so a large request can be admitted over time while the remainder stays refundable.

## After acceptance

Once accepted, the lender holds class tokens and begins participating in coupon and future NAV
changes for that class. From there, the main actions are:

* [Earning coupon](/lenders/earning)
* [Wrapping into the accumulating ERC-4626 token](/lenders/wrapper)
* [Requesting an exit](/lenders/withdrawals)
