# ボットへの対応

サイバーセキュリティの世界では、最も避けたいことは、ターゲットにされることです。しかし、大規模なコンサートチケット販売、スニーカードロップ、NFTドロップなど、早期入手で購入者に報酬を与えるものはすべて、この種の標的を背負っています。

このことは本質的に、サイバーセキュリティとボット対策の話題全体が軍拡競争になっていることを意味します。万能のソリューションは存在しません。セキュリティ対策は、エクスプロイトの高度化とともに進化しなければなりません。

ボットに対処するためには、以下の記事は必須です！

{% embed url="<https://www.nmkr.io/blog/the-fight-against-bots>" %}

ボットへの対処法についてのブログ記事！

<br>

#### 追加のセキュリティ測定

* 最大[2つのトークンに対してのみ価格を設定](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist)することで、取引ごとに最大2つのNFTを許可します。
* [ホワイトリスト](https://docs.nmkr.io/nmkr-studio/set-up-sales/sales-conditions-and-whitelisting/whitelist-with-count)機能を使用します。
* [NMKR Payで「手動送信」を無効にします。](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/manual-sending-in-nmkr-pay#disable-manual-sending-for-nmkr-pay)
* 販売に[NMKR Payを](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay)使用します。

<br>

#### より安全な回避策

1. 各NFTに固有の支払いリンクを作成し、「NFTエクスポートボタン」を使用してCSVファイルとして一括ダウンロードします。
2. その後、プロジェクト設定でランダム販売を無効にします。
3. これで、独自の登録システムを作成できます。これは、Discordボット、電子メール登録、KYC、その他何でもかまいません！
4. この登録プロセスを完了すると、約24時間有効な固有のリンクが顧客に提供されます。使用されなければ、次の人に引き継がれます。


---

# 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://docs.nmkr.io/jp/narinku/bottoheno.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.
