Definition and scope
Buy Offers vs. Sell Offers for XRPL NFTs addresses a distinct part of non-fungible tokens. Compare bids from prospective buyers with listings created by current owners.
XRPL NFTs are protocol-native ledger objects rather than smart-contract records. This collection follows an NFToken from its identifier and mint settings through custody, offers, transfers, brokered sales, royalties, storage pages, and destruction. An on-ledger token records protocol ownership and identifiers; off-ledger media, licensing, authenticity, and marketplace claims require separate evidence.
How it works
A sell offer is created by an owner willing to transfer an NFT for a stated amount; a buy offer is a bid from another account. Offer flags and ownership rules determine which side can create and accept each offer.
- buy offer: verify this field, object, or component against the cited protocol documentation.
- sell offer: verify this field, object, or component against the cited protocol documentation.
- tfSellNFToken: verify this field, object, or component against the cited protocol documentation.
- NFTokenOffer: verify this field, object, or component against the cited protocol documentation.
Comparison at a glance
Use these dimensions to choose between the concepts without treating their names as interchangeable.
| Dimension | Buy offer | Sell offer |
|---|---|---|
| Creator | Prospective buyer | Current NFT owner |
| Meaning | Bid to acquire | Listing to transfer |
| Sell flag | Not set | tfSellNFToken set |
| Acceptance check | Seller accepts compatible bid | Buyer accepts valid listing |
Practical example and checks
A marketplace labels bids and listings separately, verifies that the sell-offer owner currently owns the NFT, and presents amount, issuer, destination, and expiration before acceptance.
For production use, preserve the exact signed or queried data, record the network and validated ledger reference, and compare the result with the current primary documentation before changing off-ledger state.
Open the related live demo or evidence lab →Limits, risks, and common confusion
An offer does not prove fair value, authenticity, or media availability. Issued-token offer amounts also carry issuer risk and may be affected by freezes.
An on-ledger token records protocol ownership and identifiers; off-ledger media, licensing, authenticity, and marketplace claims require separate evidence.
Current network status
Enabled on XRPL Mainnet. NonFungibleTokensV1_1 was enabled on XRPL Mainnet in feature responses from both official public servers at review time. Client and service support can still vary.
Status reviewed 2026-08-23. Amendment-dependent behavior must be rechecked against the network's live feature state before operational use.