Reserves used by a trading rule
A trading liquidity pool is a smart-contract arrangement that holds assets and applies defined rules when users exchange them. In a basic Uniswap v2 pair, the reserves contain two ERC-20 tokens, and liquidity providers receive transferable tokens representing proportional claims on the pool. A swap changes the composition of the reserves. The provider consequently owns a changing mix of assets rather than a promise to receive exactly the original quantities back at withdrawal.
1 source for this section
Reading a proportional claim
Suppose an illustrative pool contains 100 units of token A and 1,000 units of token B. A liquidity provider owns ten percent of its outstanding shares. Ignoring fees and later deposits, that stake represents ten percent of whatever reserves exist when redeemed, not a fixed entitlement to ten A and one hundred B forever. If trading changes the reserves to 80 A and 1,250 B, the same percentage corresponds to eight A and 125 B. Real contracts also apply their specified rounding and withdrawal mechanics.
1 source for this section
Revenue and exposure
Trading fees can add value to a position, while changing relative asset prices can cause it to underperform simply holding the deposited assets. Smart-contract defects and unusual token behavior create additional risks. Concentrated-liquidity systems further restrict where a position actively supplies liquidity, so their mechanics cannot be inferred from a simple full-range example. To evaluate a pool, identify its implementation, token contracts, pricing rule, fee treatment, and redemption conditions.
A large reported reserve value is a snapshot of holdings, not a guarantee of safety or future earnings.
2 sources for this section
The source notesEvidence & further reading3 sources
- Uniswap v2 pools Uniswap · Primary source · accessed 2026-09-22
- Uniswap v2: understanding returns Uniswap · Primary source · accessed 2026-09-22
- How Uniswap works Uniswap · Primary source · accessed 2026-09-22