> 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.md).

# Advanced Features

- [Displaying Your NFT on the Lock Screen](https://support.keyst.one/advanced-features/show-nft-on-lock-screen.md): Import your Ethereum NFT to Keystone effortlessly with MetaMask or Solflare. Gain more exposure for your NFTs and enjoy seamless integration. Start now!
- [Three BTC Address Formats Support](https://support.keyst.one/advanced-features/s-da-a.md)
- [Change the derivation path of addresses](https://support.keyst.one/advanced-features/change-the-derivation-path-of-addresses.md): Learn how to modify the derivation path on Keystone for ETH, BTC, SOL, or Near to match the address format on other platforms like Ledger.
- [Export XPUB](https://support.keyst.one/advanced-features/export-xpub.md)
- [Displaying ENS Names](https://support.keyst.one/advanced-features/displaying-ens-names.md)
- [Multi Signature](https://support.keyst.one/advanced-features/multi-signature.md)
- [Delete Multisig Wallet](https://support.keyst.one/advanced-features/multi-signature/delete-multisig-wallet.md)
- [Staking](https://support.keyst.one/advanced-features/staking.md)
- [Decoding DeFi Transactions](https://support.keyst.one/advanced-features/decode-defi-transactions.md)
- [Decoding Multi-Signature Transactions](https://support.keyst.one/advanced-features/decoding-multi-signature-transactions.md): This article describes how to verify multi-signature transactions with your Keystone using Safe as an example.
- [Decoding 4-byte Function Signature](https://support.keyst.one/advanced-features/decoding-4-byte-function-signature.md)
- [Recovery Phrase](https://support.keyst.one/advanced-features/recovery-phrase.md)
- [Construct Your Own Recovery Phrase](https://support.keyst.one/advanced-features/recovery-phrase/construct-own-recovery-phrase.md)
- [Import or Create Shamir Backup](https://support.keyst.one/advanced-features/recovery-phrase/import-or-create-shamir-backup.md)
- [Use Dice to Generate Recovery Phrase](https://support.keyst.one/advanced-features/recovery-phrase/use-dice-to-generate-recovery-phrase.md)
- [Recovery Phrase Check](https://support.keyst.one/advanced-features/recovery-phrase/recovery-phrase-check.md)
- [Recover your Ledger Wallet](https://support.keyst.one/advanced-features/recovery-phrase/recover-your-ledger-wallet.md): We're delighted to guide you through this tutorial on transferring your digital assets from your Ledger to Keystone. Our goal is to assist you in navigating the transition to Keystone seamlessly.
- [Passphrase](https://support.keyst.one/advanced-features/passphrase.md)
- [Self-Destruct Mechanism (Pro-only)](https://support.keyst.one/advanced-features/self-destruct-mechanism-pro-and-ultimate-only.md)


---

# 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.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.
