📗
X-Tokenize Documentation
  • 🏡X-Tokenize Documentation
  • Overview
    • 🔆Features
    • 🛣️Road Map
    • 💰Issued Currencies
    • 📸Non-Fungible Tokens (NFTs)
  • Get Started
    • 💿Installation and Usage
  • Issued Currency Manager
    • 🏦Issued Currency Manager
    • ⚙️Configuration
    • 🌱Minting
    • 🔥Burning
    • ❄️Freezing
      • 👤Individual Freeze
      • 👥Global Freeze
      • 🚫No Freeze
    • 📤Distribution
      • ⚙️Configuration
        • 🗃️Filtering Recipients
      • 📤Running the Distribution
      • 🔎Verify Results
        • 💡Understanding Possible Failures
    • 🛠️Testing Tools
  • NFT Manager
    • 💎NFT Manager
    • ⚙️Configuration
    • 🗃️Metadata
      • 🔆Overview
        • 📚What is metadata?
        • 🌐What is IPFS?
        • 💡What is XLS-24D?
          • 🔄Formatting Files To XLS-24d
      • 📜Preparing Files
      • 📤Preparing deployment method
        • 🪅Use Pinata
        • ☁️Use AWS S3
        • 📥Import URIs
      • ⚙️Configuration
      • 📤Deploy Metadata
      • 🔎Verify Results
    • 🌱Minting
      • ⚙️Configuration
        • 💡Understanding NFT settings
      • 🌱Mint NFTs
      • 🔎Verify Results
    • 📤Distribution
      • 🔆Overview
        • 💡Understanding Distribution Types
        • 💰Distribution Payment Options
      • ⚙️Configuration
      • 📤Running the Distribution
    • 🛠️Testing Tools
  • DEX
    • 💹XRPL Decentralized Exchange
      • 💱Place an Offer
      • 🚫Cancel an Offer
  • NFT Marketplace
    • 🏪NFT Marketplace
      • 💰Create an Offer for an NFT
      • ⚒️Manage Incoming/Outgoing Offers
  • Tools
    • 🧰Tools Overview
    • 🚻Testnet Accounts
    • 💸Send a payment
    • 🔧Account Settings Modifier
  • X-Tokenize-Settings
    • 🔧Configurable Settings
    • 📖Default Project
    • 📶Configure XUMM
    • 🧲Avoid being rate limited
    • 💳Tx Settings
    • 🌐Default Network
    • 💰Funding Account
    • 👥Accounts
  • Wallet Preferences
    • 🔐Multiple Wallet Preferences
    • 🔏Internal Wallet
    • 📶XUMM Wallet
    • 🔌Ledger Nano S/X
  • Contributing
    • 🫂Contributing
    • 📖API Reference
Powered by GitBook
On this page
  • Prerequisites:
  • How to place an offer:
  • Transaction Flags:
  1. DEX
  2. XRPL Decentralized Exchange

Place an Offer

Describes the process to create an offer on the XRPL DEX

PreviousXRPL Decentralized ExchangeNextCancel an Offer

Last updated 1 year ago

Prerequisites:

How to place an offer:

  1. Select an offer direction (Buy/ Sell)

  2. Enter the appropriate amounts:

  1. Enter the XRP amount per token

  2. Enter the number of tokens you would like to buy

  1. Enter the number of tokens you would like to sell

  2. Enter the XRP amount per token

  1. 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.

None

Do not attach a tx flag to this offer

  1. Confirm/deny the offer tx.

  2. Wait for the tx results.

FINISHED!

💹
💱
Loaded and initialized the DEX configuration