# Trade FAQ

#### 1) **My limit order got filled but I did not receive SOL. Instead, I received an SPL token. How can I get my SOL?**

When you place a limit order on DefiTuna, you receive an SPL token that represents your order. To claim your SOL, you need to close the order, which will automatically burn the associated SPL token and return your funds.

{% hint style="danger" %}
Do not burn the SPL token manually — this will make your order unrecoverable.
{% endhint %}

You can also close the order at any time before it is fully or partially filled to reclaim your initial deposit.

<figure><img src="/files/HDU0Il7A94USgsMBuLRH" alt=""><figcaption></figcaption></figure>

#### **2) I moved the SPL token to another wallet. How can I claim my SOL now?**

We strongly recommend not interacting directly with the SPL token received when opening limit orders.  In theory, transferring this token gives the new wallet the ability to close the associated limit order and claim the funds. \
However, this scenario is not currently supported by the UI and is not the intended use case.

#### **3) My limit order has been filled but I did not receive the rebate. How do I claim it?**

The rebate is automatically included in your claimable amount and cannot be claimed separately. When closing your limit order, the rebate is paid out on top of the filled token amount.

#### **4) How can I add size to my leveraged spot position?**

To increase your position while keeping the same leverage, simply open a new position with the same leverage as your current one using the main form.


---

# 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://docs.defituna.com/learn-more/faq/trade-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.
