> For the complete documentation index, see [llms.txt](https://creda.gitbook.io/elastos-bel2-airdrop-credit-oracle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://creda.gitbook.io/elastos-bel2-airdrop-credit-oracle/2.-elastos-bel2-airdrop-credit-oracle/2.3-bel2-airdrop-credit-oracle/2.3.3-customized-oracle-for-ethereum-chain/2.3.2.3-formula.md).

# 2.3.2.3 Formula

CreDA’s Credit Oracle calculates the total credit score (S) using the following formula:

![](https://lh7-us.googleusercontent.com/9ga67uiXOSvHjwvqWWEoBIfrIXaK-Tw89EUHe-O4v15_qmeG4rMyzCTuTfUFFBVyJLNlSHSCdKoQ92g7tMqsqi3sCK0I-01pB1mfhXZRIKq_xR-Pfy3q46LoSwo7QhbLbzBVGpz2mi0oY8w4uUK9xCw)

* S represents the resulting total credit score.
* n denotes the total number of credit factors.
* x refers to the score value assigned to a specific factor.
* **Maximum and Minimum Scores**: Each credit factor can contribute a maximum of 1,000 points towards the total score. The minimum score, when a factor has a weight of 0, is calculated as one quarter (0.25) of the score attributed to a weight of 1.
* **Decimal Handling**: When calculating scores, if the outcome results in a decimal, only the integer part is retained. For example, a calculated score of 20.5 would be officially recorded as 20.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.3-customized-oracle-for-ethereum-chain/2.3.2.3-formula.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.
