# 2.3.1.4 Example

For example, consider a wallet address with the following characteristics:

* Transaction Volume: 10,000 USDT
* Interaction Count: 50 transactions
* User Activity: 2 months
* Wallet Balance: 1,200 ELA
* Community Engagement: Registered and voted in a BPoS node once respectively

**Calculation:**

* Transaction Volume: 10,000 USDT equates to 400 points&#x20;
* Interaction Count: 50 transactions equate to 500 points.
* User Activity: 2 months of activity equates to 125 points.
* Wallet Balance: 1,200 ELA equates to 800 points.
* Community Engagement: Participation in BPoS voting and node registration equates to 333 points.

**Formula:**

$$
S=(400+500+125+800+222+111)/(1+1+1+1+1)=431.6
$$

Because the CreDA scoring system rounds to the nearest whole number, the final score for this wallet address is **431** points.


---

# 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://creda.gitbook.io/elastos-bel2-airdrop-credit-oracle/2.-elastos-bel2-airdrop-credit-oracle/2.3-bel2-airdrop-credit-oracle/2.3.1-customized-oracle-for-the-elastos-main-chain/2.3.1.4-example.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.
