# Quick Start

This quickstart describes how to make your first deposit, set up the Python SDK, and make your first request.

## Initial Setup

1. **Make your first deposit** - [Deposit USDe to start trading](https://docs.ethereal.trade/developer-guides/trading-api/token-transfers)
2. **Understand message signing** - [Authentication through signed EIP712 messages](https://docs.ethereal.trade/developer-guides/trading-api/message-signing)
3. **Setup your development environment** - [Configure hosts](https://docs.ethereal.trade/protocol-reference/api-hosts), download the [Python SDK](https://docs.ethereal.trade/developer-guides/sdk/python-sdk), and read through the API reference&#x20;

The best way to get familiar with Ethereal is to RTFM and dive into the code. See links above for the Trading API and Python SDK to get started!
