# Ticari İşlem İçin Token'i Manuel Olarak Nasıl Eklerim?

Bir token'ı manuel olarak eklemek için:

1. "TOKEN LİSTELERİ" bölümüne gidin
2. Token sözleşme adresini(smart contract) sohbet kısmından bir mesaj olarak gönderin

Eğer Token bir DEX'te mevcutsa, likidite havuzları varsa ve takas işlemlerini destekliyorsa Botumuz, Token bilgilerini gösteren bir mesajla yanıt verecektir, Mesaj şunları içerecektir:

* Token Piyasa Değeri
* Token Likiditesi
* Fiyatı
* Sahip Sayısı(Holders)
* Ve diğer ek bilgiler

Bu seçenek, desteklenen Token'leri hızlı bir şekilde incelemenizi ve işlem yapmaya başlamanızı sağlar.


---

# 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://help.blum.io/tr-blum-faq/trading-bot-faq/ticari-islem-icin-tokeni-manuel-olarak-nasil-eklerim.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.
