# token

This method returns the underlying asset address deposited by the user (e.g. DAI).

### Function

```solidity
function token(
) external view returns(address);
```

### Return values

<table><thead><tr><th width="242">Value</th><th>Description</th></tr></thead><tbody><tr><td><code>_val</code></td><td>Underlying token address (e.g. DAI)</td></tr></tbody></table>
