Fractional ownership divides a digital asset by locking the original in a smart-contract vault and issuing fungible units that represent proportional claims on it. Imagine an ERC-721 artwork deposited into a vault that mints 10,000 ERC-20 units: one unit represents 0.01% of the vault’s defined interest, while 250 units represent 2.5%. The artwork has not become 10,000 separate blockchain objects. The vault still holds one token; the fractions are balances in another contract.

What the numbers measure

The key numbers are total supply, wallet balance, implied share, and market price. Share equals your balance divided by total supply. If the vault is valued at 100 ETH and contains 10,000 units, its implied net asset value is 0.01 ETH per unit before fees, discounts, or premiums.

That calculation describes exposure, not necessarily every right attached to the asset. The fractional contract must define redemption, voting, revenue distribution, and any buyout process. A holder of 2.5% may receive 2.5% of sale proceeds, but may have no right to withdraw 2.5% of the artwork itself. Read the contract’s exit rule before treating the percentage as ownership in the ordinary legal sense.

How a fraction becomes tradable

A fraction becomes tradable when its token contract supports the ERC-20 Standard and a market holds it against another asset, usually ETH or a stablecoin. A MetaMask Wallet can display the balance, but a swap requires the exchange contract to receive permission to spend the tokens. That approval is separate from the trade unless the wallet and application combine the actions.

The pool sets the execution price, not the vault’s headline valuation. Curve Finance illustrates the mechanism: its automated market maker uses pool balances and an invariant to calculate how much of one token a trader receives. A large order relative to the reserves creates price impact, while the trading fee stays with liquidity providers. Thin liquidity can therefore make a fraction worth less when sold than when quoted.

If a fraction token is paired with a stablecoin, a Frax Swap pool can turn that claim into an ordinary ERC-20 trade, with the output determined by the pool’s reserves.

That trade is executed through Frax Swap.

The edge case that changes the answer

The simple picture assumes one vault and one underlying asset. A portfolio vault changes the meaning of every unit: 1% is a claim on the pool, not a selectable 1% of a particular NFT. The unit price then moves with the value of every asset, withdrawals, fees, and the ability to liquidate the holdings. A buyout clause can change it again by allowing one bidder to seek control of the entire vault.

The other recent change is at the wallet layer. Ethereum’s Pectra upgrade in 2025 introduced EIP-7702, allowing ordinary wallets to use smart-account behavior such as batching and sponsored transactions. Older instructions that assume every fractional purchase requires a separate approval transaction and swap transaction may now be incomplete, although support depends on the wallet and application. The ownership math remains unchanged.

The practical verdict is simple: treat a fraction as a claim with a denominator, a vault, and an exit rule. Then check the pool’s reserves and expected slippage. The token standard makes the claim transferable; it does not create liquidity, guarantee redemption, or decide what “ownership” means.