# FAQ

**Is LIQNFT Market built on Serum? What is Serum?**

Yes it is! Serum is the most popular on-chain orderbook project in Solana. LIQNFT Markets is a carefully designed web interface on Serum backend, allowing our users to exchange Ownership Tokens (OT) among them. You can visit [Serum's project website](https://www.projectserum.com/) if you want to know more about them.

#### **After I placed an order, the corresponding asset was transferred out of my wallet. Can I get the asset back if I cancel the order?** <a href="#after-i-placed-an-order-the-corresponding-asset-was-transferred-out-of-my-wallet.-can-i-get-the-asse" id="after-i-placed-an-order-the-corresponding-asset-was-transferred-out-of-my-wallet.-can-i-get-the-asse"></a>

If your order is not immediately matched, the asset (OT if you are selling, SOL if you are buying) will be transferred out of your wallet into an escrow account in Serum. If you decide to cancel the order, you will get the asset back immediately.

#### **Why am I charged an extra 0.02335776 SOL the first time I trade on a market?** <a href="#why-am-i-charged-an-extra-0.02335776-sol-the-first-time-i-trade-on-a-market" id="why-am-i-charged-an-extra-0.02335776-sol-the-first-time-i-trade-on-a-market"></a>

The charge is the rent for creating your account in Serum for that OT marketplace. This rent is required to be paid once per marketplace only, meaning that you will not see it again in any subsequent orders in the same marketplace.You can get the rent back by closing the account in Serum. The Popular DEX [Symmetry](https://swap.symmetry.fi/) provides the function for this. After connecting your wallet, access “transaction settings” and then “View OpenOrders Accounts”. Then you will have a list of your open accounts in Serum, and you can consider closing them to recover the rent.​

![](https://lh4.googleusercontent.com/9yR_yKE67WMrnoEU8eTW8Tr-KGFDFka-gGVFhlXnZRIxdH5C9EVzlPsS8qVDhRfCz3LR7rVkW5ZPG0CyOayo5T85xOqByCSI2FNRGXSRloDPjYXQ-IRKpwpHJdmIFI04mMUHyU-b)​

#### **My order has been matched and I saw unsettled OT or SOL. What should I do?** <a href="#my-order-has-been-matched-and-i-saw-unsettled-ot-or-sol.-what-should-i-do" id="my-order-has-been-matched-and-i-saw-unsettled-ot-or-sol.-what-should-i-do"></a>

If you have unsettled assets, clicking the “Settle” button will transfer those to your wallet. Your asset will be safe in custody by Serum, you can claim the unsettled asset anytime.

#### **After trading I see some Wrapped SOL accounts in my wallet. How can I convert it back to SOL?** <a href="#after-trading-i-see-some-wrapped-sol-accounts-in-my-wallet.-how-can-i-convert-it-back-to-sol" id="after-trading-i-see-some-wrapped-sol-accounts-in-my-wallet.-how-can-i-convert-it-back-to-sol"></a>

Solana wallets provide the function to unwrap SOL back to normal SOL. Below is a sample screen from a Phantom wallet. Select the “Wrapped SOL” account, then click the “...” on top right, and chooses “Unwrap All”.​

![](https://lh6.googleusercontent.com/p3f6zQFjPStg0U9mHTTkqPyWM0Olr_i-5cBj96rP8WEVs3p9CwLZbTjMoq8oswsNy_dJNuO8AjEFEqvhLKFT0aTb5tTUesMUSnUXhiEKROHE7xFcn2k3u8XUt2iVDjqwGWnJG3Df)​

#### Is there any transaction fee when I trade OT in LIQNFT Markets? <a href="#is-there-any-transaction-fee-when-i-trade-ot-in-liqnft-markets" id="is-there-any-transaction-fee-when-i-trade-ot-in-liqnft-markets"></a>

LIQNFT Markets currently charge no fee on transactions. However, Serum currently charges a 0.22% taker fee when an order is matched. For most updated fee details please refer to [Serum's Fee documentation page](https://docs.projectserum.com/appendix/fees#fees-in-the-serum-ecosystem-currently-work-as-follows). From the 0.22% free collected by Serum, 20% of that is returned back to the host of the activity, which in this case is LIQNFT. That means that a small portion of every transaction fee that Serum takes is returned to us. Every transaction that is made on our platform helps LIQNFT grow!

#### **Since LIQNFT is powered by Serum, can we trade OT on other Solana DEX as well?** <a href="#since-liqnft-is-powered-by-serum-can-we-trade-ot-on-other-solana-dex-as-well" id="since-liqnft-is-powered-by-serum-can-we-trade-ot-on-other-solana-dex-as-well"></a>

Yes, you can. [Raydium DEX](https://dex.raydium.io/) provides an awesome trading interface for advanced users. The OT marketplaces are not registered on Raydium, but can be set up manually. To set it up, click the “+” button above the chart to add a customer market by inputting the Serum Market ID.​

![](https://lh4.googleusercontent.com/a3IDV1I7dlJSiGuD9MS8zyG9SXtAk8xLn6Sm-oozH_Mz4OfzqbsZMNUAtBiGSDMRhsSKtQFm_WJA2WO7-leepywVRvVmM7RZVQytWIK4XZ8KOH5h2Q6T5q_XxxrHIE6SxLOEodhH)​


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://liqnft.gitbook.io/docs/fractionalization/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
