> For the complete documentation index, see [llms.txt](https://docs.sol-incinerator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sol-incinerator.com/reclaim-sol-from-trading-bots/trojan.md).

# Trojan

<figure><img src="/files/83wWCFPJK887IOEOzIOi" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### **Access Trojan on Telegram**

Open the Trojan bot in Telegram and enter the command `/start`.

<figure><img src="/files/byhY7u2mfNemmJTqY89P" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Navigate to Settings**

Tap on the 'Settings' option.

<figure><img src="/files/rg6a5Dpc25PXwhQJWVhG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Navigate to Wallets**

Tap on the 'Wallets' option.

<figure><img src="/files/nK1zD5YWm5rcYu8eWOwi" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Choose Your Wallet**

Choose the wallet you wish to export (default is W1)

<figure><img src="/files/zKX8sb81lvNr9AZtBoeh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Export Your Private Key**

Tap on 'Export Private Keys'.

<figure><img src="/files/bHK60jf9XTIJ1DbOHu8g" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Acknowledge The Disclaimer**

Tap on 'Show Private Keys'.

<figure><img src="/files/fml97AM6vSSLZLtFAQnp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Copy Secret Key**

Tap to copy.

<figure><img src="/files/B06NvcApX7lsNOCzbr71" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Import Private/Secret Key into Wallet**

To Import your Private/Secret Key into your wallet, please select one of the wallet options listed below and follow the provided instructions:

* [Phantom](/import-to-wallets/phantom.md)
* [Solflare](/import-to-wallets/solflare.md)
* [Jupiter Mobile](/import-to-wallets/jupiter-mobile.md)
  {% endstep %}

{% step %}

### **Reclaim SOL with Sol Incinerator**

To reclaim SOL from empty token accounts, visit [Sol-Incinerator](https://sol-incinerator.com/) and follow the provided instructions here: [Cleanup](/tool-guide/incinerator/pro-mode/cleanup.md)
{% endstep %}
{% endstepper %}


---

# 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.sol-incinerator.com/reclaim-sol-from-trading-bots/trojan.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.
