Describes the process to create an offer on the XRPL DEX
Prerequisites:
How to place an offer:
Select an offer direction (Buy/ Sell)
Enter the appropriate amounts:
Enter the XRP amount per token
Enter the number of tokens you would like to buy
Enter the number of tokens you would like to sell
Enter the XRP amount per token
Choose a transaction flag to attach to this offer:
Transaction Flags:
Tx Flags on OfferCreate transactions provide control over the behavior of the offer within the XRPL ecosystem, allowing users to fine-tune the offer's functionality and impact.
TxFlag
Description
Passive
The offer will not consume exact matching offers and becomes an Offer node in the ledger, while offers that cross it will still be consumed.
Immediate or Cancel
The offer consumes as much as it can by attempting to cross existing offers during processing but does not create an offer node on the ledger after processing.
Fill or Kill
The offer consumes as much as it can by attempting to cross existing offers during processing, and if it cannot be completely filled, none of it is filled.
tfSell
The offer consumes the entire TakerGets amount, even if it means obtaining more takerPays than the TakerPays amount would have otherwise paid for.