> For the complete documentation index, see [llms.txt](https://docs.leequid.io/leequid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leequid.io/leequid/navigating-leequid/staking/importing-slyx-to-your-wallet.md).

# Importing sLYX to your wallet

## Quick reference

Even though sLYX is based on the [LSP7 token standard](https://docs.lukso.tech/standards/nft-2.0/LSP7-Digital-Asset/), it is also ERC-20 compatible, meaning you can import it to any wallet that handling ERC-20 tokens and track your balance from there.&#x20;

Let's go through an example using the Metamask browser extension on desktop:&#x20;

1. Log in to MetaMask and select the [LUKSO mainnet](#user-content-fn-1)[^1], then select the option *Import Tokens*
2. The smaller window titled "Import Tokens" will pop-up. Here you need to introduce the StakedLyxToken contract address on mainnet, **0xDF9124ee97d7a8eB8fe845b6C6eE8a8D75B55a57**, as well as the token symbol, which is **sLYX**. Click "Next" to confirm
3. Because the address corresponds to an ERC-20 compatible contract, MetaMask will display the token symbol and your current balance while asking for confirmation on the import. Press "Import" to confirm
4. sLYX is now listed under the tokens tab on your MetaMask wallet

Below you can find the screen for each of the steps outlined above:

<figure><img src="/files/Dcrin59Icx4Ja0F1wBiB" alt=""><figcaption><p>Importing sLYX into your wallet: a Metamask example</p></figcaption></figure>

[^1]: You might need to add the LUKSO mainnet to your list of known networks


---

# 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.leequid.io/leequid/navigating-leequid/staking/importing-slyx-to-your-wallet.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.
