Zen Protocol Documentation
WebsiteTelegramBlogForum
  • Zen Protocol Docs
  • Apps
    • Headless Full Node
      • Full Node NPM Package
      • Build from Source
      • CLI
      • API
        • Wallet
        • Contracts
        • General
        • Blockchain
        • AddressDB
      • Deploy
        • Systemd
        • Shell script
        • Docker
      • Technical Model
      • AddressDB
    • Wallet
      • Desktop Wallet
        • Installers
      • Web Wallet
        • Run Locally
      • Wallet User Guide
        • Connect a Wallet
          • Create a Wallet
          • Import a Wallet
          • Watch Mode
        • My Wallet
          • Navigation Bar
          • Portfolio
          • Receive
          • Send / Execute
          • Transaction History
        • Contracts
          • Active Contracts
          • Execute a Contract
            • Message Body Field
          • Extend a Contract
          • Activate a Contract
        • Voting
          • Common Goods Pool
            • Generating a Ballot ID
          • Governance
        • Signer
        • Settings
          • Account Settings
          • Node Connectivity
      • Deprecated Desktop Wallet
        • Executable Installers
        • Wallet Structure
          • Video Tutorials
    • Explorer
    • Zen.js
      • Payment Processing
    • Oracle
      • Oracle GUI
      • Oracle Service
      • Oracle's API
      • Deploy
        • Systemd
        • Docker
      • How the Oracle contract works
      • How to create an Attestation token
    • Dex
      • Dex User Guide
        • Traded Pairs
        • Search Pairs
        • Order Book
        • Operations
        • My Wallet
        • Settings
      • How DEX contract works
    • Fixed Payout
      • Fixed Payout Generator User Guide
        • Issue
        • Redeem
        • Cancel
        • Verify
        • Settings
      • How the FP Contract works
      • How are the asset named?
  • Smart Contracts
  • Contract Structure
  • Contract Cost
  • Contract Activation
  • Contract Examples
  • Smart Contracts SDK
  • Contracts Language ZF*
  • Named Token Tutorial
  • Consensus
  • Common Goods Pool
  • Block Validation
  • Transaction Validation
  • Serialization
  • Use Cases
    • Create Unsigned Transaction
    • Secure Sign Transaction
    • Cold Storage using Full Node
  • Troubleshooting
    • Responsible Disclosure
    • Bug Bounty
    • Known Bugs
  • For Miners
    • Pools
    • GPU Mining
    • GPU Bounties
  • Check Crowdsale Contribution
  • Alpha call option
Powered by GitBook
On this page
  • Take an order
  • Create a buy/sell order
  • Verify your order was successfully propagated and check up on its status.
  1. Apps
  2. Dex
  3. Dex User Guide

Order Book

PreviousSearch PairsNextOperations

Last updated 3 years ago

The order book represents all the available orders to buy or sell asset of a specific market.

In the form you will be able to interact with the order book as long as a wallet is connected.

Take an order

Step By Step Guide

  1. Click the 'Take' button next to the order you wish to take.

In mobile click on the order row to start the take process.

2. Choose how much of that order you wish to take and click 'Continue'.

When a partial order is taken, a new order (less the amount that was taken) will be propagated.

  • Confirm your 'Take' order by reviewing the order summary and click ' Continue'.

  • Note that the order quantity or total price will be adjusted according to the contract rules:

  • The DEX contract always favorites the maker of the order.

  • The minimum price of an order is 1 Kalapa.

  • The amount of an asset can not be smaller than 1 Kalapa.

3. Enter your password and click 'Take Order' button to execute your order.

Create a buy/sell order

Step By Step Guide

  1. Choose between the buy or sell tab.

2. Fill in the form with the desired values.

After you enter 2 of the values the 3rd will be automatically computed:

  • Enter price per unit and quantity and the total price will be automatically computed.

  • Enter quantity and total price and the price per unit will be automatically computed.

  • Enter price per unit and total price and the quantity will be automatically computed.

3. Click on the Make Buy/Sell Order button to continue.

4. Confirm your 'Make' order by reviewing the order summary and click 'Continue'.

  • Note that the order quantity or total price will be adjusted according to the contract rules:

  • The DEX contract always favorites the maker of the order.

  • The minimum price of an order is 1 Kalapa.

  • The amount of an asset can not be smaller than 1 Kalapa.

5. Enter your password to continue.

6. Verify your 'Make' order was successfully propagated and check up on its status.

Once your order is created it will appear as 'Pending' on the pair's order book until the transaction is added to a block, only then will it be available for trade.

Verify your order was successfully propagated and check up on its status.

When you publish a new order a 'Pending' indication will appear in your Operations tab until it gets its first confirmation (added to a block).