> For the complete documentation index, see [llms.txt](https://messier.gitbook.io/catalogue-de-messier/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://messier.gitbook.io/catalogue-de-messier/messier-ai/messier-gpu-nodes/profile-section.md).

# Profile Section

The User Profile section of the GPU Nodes platform is your personalized dashboard, where you can manage various aspects of your account. It’s designed to be intuitive and easy to navigate, ensuring that you have quick access to all the tools you need to optimize your experience on the platform.

### Managing USDT in Your Profile

USDT (Tether) is the primary currency used on the GPU Nodes platform for transactions such as renting GPU nodes or earning from lending your hardware. Managing your USDT efficiently is crucial for making the most of your experience on the platform. Here's how you can manage your USDT through the User Profile section.

#### Depositing USDT

To rent GPU power or participate in other platform activities, you’ll need to deposit USDT into your account. Here’s a step-by-step guide on how to do it:

1. **Navigate to the "Profile" Section**
   * Start by accessing the User Profile section from your dashboard.
2. **Select "Deposit"**
   * Click on the "Deposit" option. This will open a window where you can enter the amount of USDT you wish to deposit.
3. **Enter the Deposit Amount**
   * Specify the amount of USDT you’d like to deposit into your account. Make sure the amount aligns with your intended usage on the platform.
4. **Approve the Transaction in Your Wallet**
   * After entering the amount, you’ll need to approve the transaction in your wallet. For example, if you’re using Metamask, a pop-up will appear requesting confirmation of the transaction.
5. **Confirm the Deposit**
   * Once the transaction is approved, the USDT will be credited to your account, ready to be used for renting nodes or other activities on the platform.

#### Withdrawing USDT

If you’ve earned USDT by lending out your GPU hardware or through other activities on the platform, you can easily withdraw these funds. Here’s how:

1. **Go to the "Profile" Section**
   * Just like with deposits, start by navigating to the User Profile section of your dashboard.
2. **Select "Withdraw"**
   * Click on the "Withdraw" option to initiate the process.
3. **Enter the Withdrawal Amount**
   * Specify the amount of USDT you wish to withdraw from your account. Ensure that the amount meets any minimum withdrawal requirements set by the platform.
4. **Approve the Transaction in Your Wallet**
   * Similar to the deposit process, you’ll need to approve the withdrawal in your connected wallet (e.g., Metamask).
5. **Confirm the Withdrawal**
   * Once approved, the USDT will be transferred to the wallet address connected to your account. You can then use these funds as you wish.

{% embed url="<https://www.youtube.com/watch?v=fNZ_9iaEPps>" %}


---

# 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://messier.gitbook.io/catalogue-de-messier/messier-ai/messier-gpu-nodes/profile-section.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.
