> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-docs-add-b20-spec.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# IB20Asset.WAD_PRECISION

> Generated B20 reference for WAD_PRECISION().

[Related concept](/base-chain/specs/upgrades/beryl/b20/specification/concepts/variants-asset-vs-stablecoin)

## Signature

```solidity theme={null}
function WAD_PRECISION() external view returns (uint256);
```

| Field               | Value             |
| ------------------- | ----------------- |
| Selector            | `0x664808a8`      |
| Canonical signature | `WAD_PRECISION()` |

## Description

Fixed-point precision used to scale `multiplier`. Equal to `1e18`.
Return: Precision constant.

## Access control

Read-only or ERC-20-standard access rules unless the NatSpec states otherwise.

## Policy interaction

No direct policy interaction.

## Example

```solidity theme={null}
IB20Asset(target).WAD_PRECISION();
```

## Related

* [IB20Asset reference](/base-chain/specs/upgrades/beryl/b20/specification/reference/interfaces/IB20Asset)
* [Constants & addresses](/base-chain/specs/upgrades/beryl/b20/specification/reference/constants-and-addresses)
