# General Properties

The contract defines the token name as `"Wise Token"`, the token symbol as `"WISE"`, and the number of decimals as `18`.

The base unit of WISE is called `YODA`.  One WISE is composed of one quintillion (1 × 1018) YODA.

Time is tracked by the contract in whole day increments, beginning at Day `0`, which starts at the midnight UTC preceding the contract deployment.  The individual days used for the LT Epoch will be higher day numbers in the code, rather than literally being day numbers 1–50.

The contract has no special functionality granted to the deploying account, no administrative keys, and no concept of a contract owner.  All users, including the founders and developers, have precisely equal access to the contract's functionality.

The contract, once deployed, is immutable.  No proxy or delegate contracts are involved.


---

# 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.wisetoken.net/wise-token/wise-ethereum/wise-contract-functionality/general-properties.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.
