# Trading

## Trading Basics

Trading allows players to exchange items easily without limits. Trades are not executed in real time, a trade offer will be sent to the partner where they can accept or decline anytime before it expires.

> A live trading feature is being considered, but due to the number of security factors, it is very challenging to implement.

![](/files/-Lk7C3MvJgtPBXzyfohp)

### <img src="/files/-LjyYXL4Pv2J9GkRgCyO" alt="" data-size="original"> Trade Limits

There is currently no limit imposed to trades. You can send and receive as many items as you want in a single trade.

### <img src="/files/-LjyEv2r0cFYcE7trWNZ" alt="" data-size="original"> Credits and Gems

In a trade offer, you can include credits and gems for either side.

{% hint style="info" %}
If you or the other person does not have any credits or gems, the item to select how much money or gems will not appear.
{% endhint %}

### <img src="/files/-Ljyb4619JiOgZ5p6TMq" alt="" data-size="original"> Secret Key

A secret key is a randomly generated string of 8 digits containing numbers and alphabets which can be regenerated at anytime. Players must have your secret key in order to send trade offers to you.\
\
Your secret key can be found in your trade offers page. Unlike its name, the secret key can be posted everywhere for the whole world to see. It is just a key that you can choose to give to the people you want trade offers to receive from.\
\
This is a measure taken to prevent users from being bombarded with random trade offers from people they don't even know.

### <img src="/files/-LjybHCyN4wLvZwvJMMA" alt="" data-size="original"> Private Inventories

One cannot send trade offers to players with private inventories, but one can send trade offers while having a private inventory.

You can private your inventory from your [settings](https://titan.tf/settings). This not only hides your inventory from others, but you will also never receive trade offers.

### <img src="/files/-LjybZmhwGBMfhNVjWj7" alt="" data-size="original"> Validation

The system will only check for items, currency and gems when the other party presses the '**Accept**' button.\
\
In the event that at least one side of the trade, no longer have enough currency or gems, or the items offered no longer exist, the offer will become invalid.

## Trade Process

### <img src="/files/-LjyHSpM0Gx-z4xKart7" alt="" data-size="original"> Creation

Upon the successful creation of a trade offer, the other person will automatically receive a notification in their notifications center.

### <img src="/files/-LjydYiMraKHDQa516ci" alt="" data-size="original"> Trade Message

A message can be included in trade offers when sending one, usually used to describe the nature and reasoning behind the trade.

### <img src="/files/-LjyYXL4Pv2J9GkRgCyO" alt="" data-size="original"> Cancellation

The creator of the trade offer can cancel the trade offer at anytime, and the receiver can decline the trade offer at anytime.

### <img src="/files/-LjycB0wlsJ3kXvraviu" alt="" data-size="original"> Expiration

All trade offers automatically expire after 2 weeks after creation. Once expired, both parties will be notified about it.

### <img src="/files/-Ljycnx9SQ0LKVTf4uZg" alt="" data-size="original"> Notifications

Every part of the process, from receiving a trade offer, to the result of the trade offer, the other party will be notified of the status of the trade offer.

### <img src="/files/-Ljyd9wUKgd11ckDT0HU" alt="" data-size="original"> 2FA Support (Coming Soon)

With the increasing use of 2 factor authentications on every platform, the team has announced the possible implementation of this to both logins and trade confirmations in the future.

There are no promises as to whether this feature will be implemented.


---

# 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://universe.titan.tf/items/trading.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.
