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

# Connect Your Wallet

Before you can buy, sell, or stake resources on [tronsave.io](https://tronsave.io), you need to connect a TRON wallet. TronSave supports three connection paths: a browser wallet, an internal wallet via API key, and a range of popular extension and mobile wallets.

## 1. Browser wallet

1. Click the **Connect** button.
2. Select **Browser Wallet**.
3. Log in with your TRON wallet and approve the connection.

{% hint style="info" %}
If your wallet is on the wrong network, click **Wrong network** and select **Switch** to change to the correct one.
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2F4vZTDrHV2bFp6OjZ0pm7%2FConnect_TronLink.mp4?alt=media&token=99655803-405c-4c06-9121-bf12b9145106>" %}

## 2. Internal wallet (API key)

If you interact with TronSave programmatically, you can connect using an API key instead of signing in through a browser extension. See [Authentication](/developers/authentication.md) for how to generate and use your API key.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FzAfaVpFYVRzJsI5T2hXT%2F20251202-0239-42.6880164.mp4?alt=media&token=6b8433eb-86cc-4b43-afb9-4a12562360ce>" %}

## 3. Supported wallets

TronSave connects with a range of TRON-compatible wallets. Each video below walks through the connection flow for a specific wallet.

### SaveWallet

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FvxFLnrv4u7Tj94O5DgIm%2FSaveWallet.mp4?alt=media&token=c5899756-567b-411a-a210-2c8c5e82b14b>" %}

### TronLink

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FtIBAqgvEfqM9xrypGqZv%2FTronlink.mp4?alt=media&token=e95c8da9-eb16-4257-a921-1f6b3037b8be>" %}

### Token Pocket

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2F1xUk7nwb1yaLdNtqy3vr%2FTokenPocket.mp4?alt=media&token=266a9fbc-1dbf-44c0-8cc2-efb4e571c21f>" %}

### Bitget Wallet

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2F1scRrQbNxhugG1PwttKt%2FBitgetWallet.mp4?alt=media&token=c1b2a087-0394-4aac-a5f8-1e0dd0c11bb9>" %}

### OKX Wallet

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FpZe73CJNz68Y42gVKt7f%2FOKXWallet.mp4?alt=media&token=0f3d1a18-f282-4397-aa71-5e55d2115f2f>" %}

### imToken Wallet

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2F5WXAlitjFsCkhJBha2ju%2FimToken.mp4?alt=media&token=77ef557e-87bc-4141-b097-8ed45fd195cf>" %}

### Gate Wallet

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FvZaFQzvUNj3k6cP1wgdf%2FGateWallet.mp4?alt=media&token=8ecd5e7f-ec8f-4754-ad45-bc83326b20e7>" %}

### Bybit Wallet

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FYofjaCszHka9iSUKiuhM%2Fbybit.mp4?alt=media&token=ddd7220d-35fb-4068-98fa-75b9d33080f2>" %}

## Next steps

* [Quickstart](/getting-started/quickstart.md) — buy your first Energy
* [Authentication](/developers/authentication.md) — connect via API key
* [Buy Energy & Bandwidth](/guides/buy.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://docs.tronsave.io/guides/connect-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.
