> For the complete documentation index, see [llms.txt](https://support.keyst.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.keyst.one/advanced-features/show-nft-on-lock-screen.md).

# Displaying Your NFT on the Lock Screen

### Preparation <a href="#d5xwckq6otmm" id="d5xwckq6otmm"></a>

1. Make sure your Keystone Essential or Pro is running on firmware version M-5.4 (Multi-Coin) or newer. If not, please read "[How to upgrade firmware](/getting-started/firmware-upgrading.md)" for more details.
2. Connect your Keystone to either [MetaMask](/3rd-party-wallets/eth-and-web3-wallets-keystone/bind-metamask-with-keystone.md) or [Solflare](/3rd-party-wallets/solana-wallets/solflare-mobile.md).

### Import your NFT on Ethereum to your Keystone <a href="#e5obzxj3cvap" id="e5obzxj3cvap"></a>

<figure><img src="/files/ScXN7vxfO3B6O5MVTV9g" alt="Keystone-NFT-1"><figcaption><p>3 different types of NFT displays</p></figcaption></figure>

Now we will demonstrate how to showcase your NFT on the Lock Screen using the M-10.2 version. We'll guide you through the process step-by-step for a seamless experience.

1. Open the “[Import NFT](https://keyst.one/nft)” page.

<figure><img src="/files/W6seflCRGVknjp5BpGLb" alt="Keystone-NFT-2"><figcaption></figcaption></figure>

2. Connect your MetaMask or Solflare to the site.&#x20;

{% hint style="info" %}
The integration with OKX is coming soon
{% endhint %}

<figure><img src="/files/zU7OpPpzNP855yjaHyxn" alt="Keystone-NFT-3"><figcaption></figcaption></figure>

3. Choose the NFT that you want to import into your Keystone hardware wallet.

<figure><img src="/files/bP4UWQJ9Stkkis47UIS5" alt="Keystone-NFT-4"><figcaption></figcaption></figure>

4. QR codes will appear on your screen for scanning with your Keystone hardware wallet.
5. On your Keystone, tap the scan button and scan the QR code.
6. Information about the NFT will appear, and then tap \[Confirm]. The NFT will then be successfully displayed on your lock screen.

<figure><img src="/files/erJKtaFYrNZJsfqJj8DJ" alt="Keystone-NFT-5"><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://support.keyst.one/advanced-features/show-nft-on-lock-screen.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.
