> For the complete documentation index, see [llms.txt](https://teneofinance.gitbook.io/teneo-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teneofinance.gitbook.io/teneo-finance/faq/known-issues/wrong-decimals-at-scan-sides.md).

# Wrong decimals at scan sides

For a more fair calculation of wrapping XXX tokens to tenXXX tokens we use more decimals for the tenXXX tokens than the regular 18. Scan websites don't handle that correctly at any time with the emitted events at transactions. They sometimes cut out decimals what results in wrong displayed decimals.

e.g.: What happens in a transfer between wallet A and B with an amount of: 0.0000000000000001000000

| Transaction      | Amount                   | Displayed                |
| ---------------- | ------------------------ | ------------------------ |
| A -> B           | 0.0000000000000000988000 | 0.0000000000000000002000 |
| A -> Fee Reserve | 0.0000000000000000010000 | Not displayed (no emit)  |
| A -> DAO         | 0.0000000000000000002000 | 0.000000000000002000     |

It looks like the DAO wallet get a higher amount that does not get transferred at all.

But that only affects the presentation of the emitted events. As you can see in your wallet it does not mean you lose any funds.

![](/files/u56wD1PC3gDdjzIWJuhn)


---

# 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://teneofinance.gitbook.io/teneo-finance/faq/known-issues/wrong-decimals-at-scan-sides.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.
