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
  • Balances
  • Deposit
  • Withdraw
  • Send multiple assets
  • Sending using QR code
  • Verify your transaction was successfully propagated and check up on it’s status
  1. Apps
  2. Dex
  3. Dex User Guide

My Wallet

PreviousOperationsNextSettings

Last updated 3 years ago

Balances

View the ‘Balances’ page to see a full list of your assets and their amount stored in your account.

Assets which were generated by the can be redeemed or destroyed according to the event data.

Column Descriptions:

  • Asset: Asset identifier or asset name.

  • Contract of : indicates which contract generated the asset.

  • Worth column: indicates the collateralized value.

  • Actions: only after the oracle commited on the position asset event, an exercise button will be available in order to redeem or destroy the asset.

Exercise Redeem

In order to redeem your asset, click the exercise button to execute the FPC.

When the asset match the winning position, the worth data will be represented in green.

1) Choose the amount you wish to redeem and click the "Execute" button.

2) Review the FPC execution summary.

3) Enter your password to continue.

4) Confirm execution before publishing and click the "Publish" button.

Exercise Destroy

In order to destroy your asset, click the exercise button to execute the FPC.

When the asset does not match the winning position, the worth data will be represented in red.

1) Check the information of the asset that will be destroyed and click the "Destroy" button.

2) Enter your password to continue.

3) Confirm execution before publishing and click the "Publish" button.

Verify 'Exercise' (Redeem/Destroy) transaction was successfully propagated and check up on its status.

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

Deposit

Use your main address to receive ZP token or any other compatible tokens to your wallet.

Step 1: Go to the ‘deposit’ tab under “My wallet” in the top up navigation bar.

Step 2: Copy your public address and send it to the sender.

  • Receive using your QR code

    • If the Sender uses a mobile app, he can quickly scan the QR code to get the recipient address.

    • Click on the QR code to expand it.

Withdraw

Use the withdraw form in order to send ZP token or any other compatible token to a valid address.

Step 1: Go to the’ Withdraw’ tab under “My wallet” in the top up navigation bar.

Step 2: Enter a valid destination address.

Step 3: Choose the asset you want to send using the drop down assets list. The list is constructed of your portfolio’s assets.

Step 4: Enter the amount you would like to send (note the amount will be converted to Kalapas).

Step 5: Click the ‘Send’ button to create your transaction.

Step 6: Verify your transaction by reviewing the transaction summary.

Step 7: Enter your password to continue.

Step 8: Confirm transaction by clicking the ‘Publish’ button and when the process is complete a successful message will appear.

  • You can NOT cancel a transaction after publishing it.

Send multiple assets

If you wish to send more than one asset to one recipient address, then click ‘Add asset & Amount’.

Sending using QR code

Filling the destination address is also possible by scanning a QR code with an encoded address. The QR code will be found in the ‘Deposit’ page of the recipient wallet account, under ‘My Wallet’.

Verify your transaction was successfully propagated and check up on it’s status

Check your Transaction in the Operations page, there you will be able to see the status of your transaction. The transaction will be indicted as ‘pending’ till it gets its first confirmation. Only after the first confirmation you will be able to see it in the Block Explorer.

Connect a Wallet
Fixed Payout Contract