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

# Signup / Login

**First time using Trojan or a returning user looking to log back in?**\
Choose a method, follow the path, and jump right in:

{% tabs %}
{% tab title="Signup / Login with a Wallet" %}
To sign up or log in with a Wallet:

* Go to the [Terminal.](https://trojan.com/terminal)&#x20;
* Trojan automatically detects installed wallets.
* Select your preferred wallet (e.g., **Phantom**).

<div align="left"><figure><img src="/files/fj5sge13n2zredHWuXiE" alt="Trojan login screen depicting the users installed Solana wallets." width="188"><figcaption></figcaption></figure></div>

* **Approve** the authentication request in your wallet.
* You’re now logged into your (new) Trojan account.
* If it's your first time logging in, claim a Username. This will be your referral link, so choose wisely.
* You can **fund your wallet**, or skip for now and check out [Buy / Deposit Funds](/trojan-basics/buy-crypto-deposit-funds-on-trojan.md) later.
* Alternatively, you can **import** a trading wallet at any time with the steps from [Wallet Management](/trading-on-trojan/wallet-management.md).

<div align="left"><figure><img src="/files/pK4a2L9g22iv3kF9Q6ku" alt="Early login screen offering the users the option to deposit funds or import an existing wallet" width="188"><figcaption></figcaption></figure></div>

* Welcome to Trojan's Terminal. The Ultimate Onchain Exchange for trading crypto.
  {% endtab %}

{% tab title="Signup / Login with a Passkey" %}
{% hint style="info" %}
A Passkey is a secure, passwordless login method linked to your device. Passkeys use biometric or PIN-based authentication and are resistant to phishing. They’re fast, easy, and safer than traditional passwords.
{% endhint %}

To sign up or log in with a Passkey:

<div align="left"><figure><img src="/files/YsbzhZsWyzs0Hc8SXLnQ" alt="Panel for signing in with a passkey" width="188"><figcaption></figcaption></figure></div>

* Go to the [Terminal](https://trojan.com/terminal)
* Select **Passkey.**
* Click **Sign up (or Login) with Passkey.**
* Follow your device’s instructions to complete setup or log in.
* You’re now logged into your (new) Trojan Terminal account.
  {% endtab %}

{% tab title="Signup / Login with Google" %}
To Login to Trojan Terminal with your Google account:

* Select **Continue with Google** under the login options

<div align="left"><figure><img src="/files/CqMPlsT3yXcexcBV5Z8k" alt="" width="375"><figcaption></figcaption></figure></div>

* Choose your Google account, and proceed to login by clicking **Continue**.

<div align="left"><figure><img src="/files/mAbC9DItXzUuRjJK8Pbx" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

***


---

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

```
GET https://docs.trojan.com/trojan-basics/trojan-signup-login.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
