# DAPP Risk Identification

{% embed url="<https://www.youtube.com/watch?index=2&list=PLzbxHU-erk99PWT2Ff9i231Xld-EDQDWc&v=dRaPP5gAzLo>" %}
How to use DAPP risk identification？
{% endembed %}

## **Token Detection**

**Entrance**: Homepage → Detection → Customer

**Direct Link**: <https://www.triathon.space/tokenDetections/#/>

**Supported Blockchain Networks**: 6 - BSC, ETH, OP, Polygon, Avalanche

**Note**: Currently, only Token contract address detection is supported. NFT or other contract types are not supported.

**Instructions**

1\. Go to the detection page.

2\. Select the blockchain network.

3\. Enter the contract address.

4\. Click on "Detect" to obtain the result.

<figure><img src="https://3076422871-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkHdeZMAcVmzBJFilF0%2Fuploads%2FF0eXNYZCOrZZ78y2Cq6a%2Fimage.png?alt=media&#x26;token=22e04656-c554-4901-b828-009bdde94c41" alt=""><figcaption></figcaption></figure>

**Results page**:

<figure><img src="https://3076422871-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkHdeZMAcVmzBJFilF0%2Fuploads%2FE4Bc9iAQa2PQZmKkToWe%2F%E5%90%88%E7%BA%A6%E5%9C%B0%E5%9D%80%E6%A3%80%E6%B5%8B%E7%BB%93%E6%9E%9C%20(1).png?alt=media&#x26;token=729dede1-b198-4947-8874-719b7eac0ce8" alt=""><figcaption></figcaption></figure>

**Explanation**:

1\. On the left side is the basic information of the token:

It includes the token name, detecting user, detection time, chain affiliation, contract address, creator address, owner address, total supply, number of holding addresses, etc.

2\. Security information explanation:

Based on the detection results on the right side, the number of high-risk and medium-risk items is counted. If there are high-risk items, the contract is classified as high-risk.

3\. On the right side is the specific detection content:

If the detection item is high-risk, it is displayed in red. If it is medium-risk, it is displayed in yellow. If it passes the detection, it is displayed in green. If it is unknown, it is displayed in gray. Users can expand the detection items to see the specific detection description.

## NFT Detection

**Positioning**

Convenient for users to detect the security of NFT interactions and identify issues in a timely manner.

**Entrance**

1\. Home > Detection > Customer

<figure><img src="https://3076422871-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkHdeZMAcVmzBJFilF0%2Fuploads%2FmAtBUva3wOogU0YgYaub%2Fimage.png?alt=media&#x26;token=655b3df0-a419-4e59-ac9b-c4a895e35b69" alt=""><figcaption></figcaption></figure>

2\. Direct link access: <https://www.triathon.space/tokenDetections/#/>

### Start Detection

### Results page:

<figure><img src="https://3076422871-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkHdeZMAcVmzBJFilF0%2Fuploads%2FnFuKVHB4Ov6ADlfB75qV%2F%E5%90%88%E7%BA%A6%E5%9C%B0%E5%9D%80%E6%A3%80%E6%B5%8B%E7%BB%93%E6%9E%9C%E5%A4%87%E4%BB%BD%202.png?alt=media&#x26;token=96ba5b36-9378-41d9-a086-831df185ad48" alt=""><figcaption></figcaption></figure>

1. Detect other Token：Open a new page to detect other NFT or Token contracts.
2. Explanation of the fields on the left side of the page

| Page Fields                | Description                                                                                                                                            |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Detection user             | User's wallet address for using the detection service                                                                                                  |
| Detect time                | Time of user's detection, note that it is in UTC time.                                                                                                 |
| “Trias”                    | NFT name                                                                                                                                               |
| Risk Results Three results | low risk/medium risk/high risk Logic: High risk 0 && medium risk 0 == low risk High risk 0 && medium risk > 0 == medium risk High risk > 0 = high risk |

| Basic info             |                                                   |
| ---------------------- | ------------------------------------------------- |
| Chain                  | Token belongs to chain                            |
| contract address       | Token contract address                            |
| NFT Stand              | NFT standards                                     |
| Contact Owner          | Contract owner (typically has higher permissions) |
| Trading and Holding    |                                                   |
| NFT Items              | Total supply                                      |
| NFT Holders            | Hold the total address.                           |
| 24H Average Price($)   | Average trading price in 24 hours                 |
| 24H Lowest Price($)    | Lowest Price in 24 Hours                          |
| 24H Sales              | 24-hour trading volume                            |
| 24H Traded Volume($)   | 24-hour trading volume in US dollars.             |
| Total Traded Volume($) | Total trading volume                              |
| Highest Price($)       | Historical highest price                          |


---

# 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://triathon.gitbook.io/main/our-products/dapp-risk-identification.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.
