> For the complete documentation index, see [llms.txt](https://obytejs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obytejs.com/0.1.17/utils/is-valid-address.md).

# Is valid address

### Example

```javascript
const { isValidAddress } = require('obyte/lib/utils');

const isValid = isValidAddress('ULQA63NGEZACP4N7ZMBUBISH6ZTCUS2Q');
console.log(isValid);
```

### **Returns**

```
true
```
