> For the complete documentation index, see [llms.txt](https://docs.rigoblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rigoblock.com/solidity-api-reference/protocol/interfaces/ikyc.md).

# IKyc

## IKyc

### isWhitelistedUser

```solidity
function isWhitelistedUser(address user) external view returns (bool)
```

Returns whether an address has been whitelisted.

#### Parameters

| Name | Type    | Description            |
| ---- | ------- | ---------------------- |
| user | address | The address to verify. |

#### Return Values

| Name | Type | Description                   |
| ---- | ---- | ----------------------------- |
| \[0] | bool | Bool the user is whitelisted. |
