# FAQ

## FAQ

### Does Solend have a token?

Yes. SLND is a spl-token on [here](https://solscan.io/token/SLNDpmoWTVADgEdndyvWzroNL7zSi1dF9PC3xHGtPwp).

### What was the IDO price?

$6.57

### What oracles does Solend use?

Pyth and Switchboard

### When will Solend list X token?

Since Solend uses Pyth and Switchboard, it needs a feed from one in order to list an asset.&#x20;

You can suggest tokens for isolated pools in Solend [Discord](https://discord.gg/solend).

### Why are fees a couple dollars?

*TL;DR it's only expensive the first time you use Solend.*

Solana state [accounts](https://docs.solana.com/developing/programming-model/accounts) need to be created to store state about your positions on Solend. Some SOL is required to make these accounts rent-exempt. These fees are only paid once, the first time you interact with Solend. [Read more](https://docs.solend.fi/protocol/fees#solana-network-fees).

### What is Nope?

Nope Finance is a project that Solend [acquired in June](https://blog.solend.fi/solend-acquires-nope-finance-a9ef9b11e4c6). Nope Finance already had the NOPE token, so Solend offered a conversion to bring the Nope community into Solend's.

Conversion can be done by following this [guide](https://docs.google.com/presentation/d/1Izm7N2mcMj629YkmgNcbJC4Jn3DeR0FOAIKKMlJtH4I).

To summarize, visit a Serum DEX client (e.g. [Bonfida](<https://dex.bonfida.org/#/market/L48mQEKqj4f9BAcokgbB2vZ29w8X8HaYS3njco5JfRH >)) and manually add the SLND/NOPE market. The market ID is `L48mQEKqj4f9BAcokgbB2vZ29w8X8HaYS3njco5JfRH`. The conversion rate is 346.15038 NOPE to 1 SLND. Details of this announcement are [here](https://blog.solend.fi/og-airdrop-nope-conversion-25f28679f250).


---

# 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.save.finance/getting-started/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.
