> For the complete documentation index, see [llms.txt](https://docs.spacefi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spacefi.io/help-sections.md).

# Help sections

### &#x31;**.Issues on swap: insuffcient fee**

<div align="left"><figure><img src="/files/xFr3juk0KDYXijgAu4Sf" alt=""><figcaption></figcaption></figure></div>

#### <mark style="color:blue;">Solution</mark>

About Max Gas Issue: Some spacers may have Max Gas Issue in Metamask which may cause it exceed the balance and failures. The main reason is the gas fee setting issue in 'Advanced gas controls'. You can try the following methods to fix it: Method

A: You can close the 'Advanced gas controls' (Metamask > Setting > Advanced). Method

B: Keep the 'Advanced gas controls' open and edit the gas parameters. And uncheck the box 'Save these new values as my default for Advanced'. Max base fee: 0.25

Max priority fee: 0.25

Gas limit: 3295043 (or higher if needed)

<div align="left"><figure><img src="/files/tVNyzKlttpuhksu4yC6M" alt=""><figcaption></figcaption></figure></div>

### 2.About 'undefined' and other errors in swap

<div align="left"><figure><img src="/files/d3Ujtl4VlwAagdafHnff" alt=""><figcaption></figcaption></figure></div>

#### <mark style="color:red;">Reason</mark>

The main reason is the slippage setting and the amount for trading.

#### <mark style="color:blue;">Solution</mark>

When you have this problem⬇️

1\. try to refresh the page

2\. change the amount of input.

3\. set a higher slippage to check.

<div align="left"><figure><img src="/files/P6WzUQXnEPJzuozbgTna" alt=""><figcaption></figcaption></figure></div>

### **3. Questions about how to unbond LP**

<mark style="color:blue;">**Step1:**</mark> Select the farm you want to unstake.<https://app.spacefi.io/#/farm>

<div align="left"><figure><img src="/files/vb5rrP9iEVFhoj2FuU4r" alt=""><figcaption></figcaption></figure></div>

<mark style="color:red;background-color:red;">**Tips**</mark>

1. 0 Days Unbonding: Withdraw the LP with no unbonding period. Claim it in the 'Details'.
2. 7 Days Unbonding: Withdraw the LP with 7 days unbonding period. Only LP Fee, no xSPACE reward during the period.
3. 14 Days Unbonding: Withdraw the LP with 14 days unbonding period. Only LP Fee, no xSPACE reward during the period.

<mark style="color:blue;">**Step2:**</mark> Click <mark style="color:red;">"Details"</mark> , claim your LP!

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.spacefi.io/help-sections.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
