# Users

So, your server admin has installed TORI? Great! Time to level-up your Cardano trading experience. The steps below will aid you in getting started with the toolkit.\
\
If your admin hasn't installed the bot yet, point them to our [Getting Started for Admins](/tori/getting-started/admins.md) guide!

### Holder verification

The TORI utilities are accessible by everyone, however additional benefits such as Analytics and Slots can be accessed if you hold various amounts of $TORI. Begin the wallet verification process with the Discord command:

`/tori-verify`

You'll be prompted to complete the wallet verification process via CNFTLAB. This requires you to sign a message to prove wallet ownership, and doesn't expose your funds to any risk.

Once verified, you may access additional benefits in every server in which TORI is installed. If you have multiple wallets which you wish to connect, simply repeat the verification process for each one.

### Getting started with /trade

The TORI trade utility interface can be accessed with the Discord command:

`/trade`

From this menu, all of the major trade functions can be accessed. To start trading via the bot, you'll need to deposit some funds into your trade wallet via the Deposit button.

TORI uses a unique server-side wallet for each user. This allows the bot to sign and submit transactions quickly, without having to wait for user confirmation. The wallet address displayed via the Deposit button should not be shared with anyone else.

Deposit ADA and/or Cardano native assets by sending them directly to your deposit address. The assets will be come visible in your trade balance after a couple of network confirmations.

Once your deposit has completed, see the [Trade guide](/tori/trade/intro.md) for further detail on creating orders.

### Getting started with /tools

The TORI analysis utility interface can be accessed with the Discord command:

`/tools`

From this menu, all of the major analysis functions can be accessed. See the [Analysis guide](/tori/analysis/intro.md) for further detail.

### Getting started with /slots

The TORI slots interface can be accessed with the Discord command:

`/slots`

From this menu, all of the major slots & games functions can be accessed. See the [Slots guide](/tori/slots/intro.md) for further detail.


---

# Agent Instructions: 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://snepe-tools.gitbook.io/tori/getting-started/users.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.
