# Deposit Address

The Fortmatic SDK offers it's own method for showing users just their Fortmatic wallet's public address.

```javascript
// Initialize provider
import Fortmatic from 'fortmatic';
import Web3 from 'web3';

const fm = new Fortmatic('YOUR_API_KEY');
window.web3 = new Web3(fm.getProvider());

fm.user.deposit();
```

Users will be prompted to login into their Fortmatic account, after which they'll see their public address and balance:

![](https://2455634949-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lj7HukBJLlR6jbx0-eP%2F-LssmGz2Wzitv8xlPIxL%2F-LssqUfszGP3x5WspwNl%2Fdeposit%402x.png?alt=media\&token=a1c132c7-c197-4c5a-9bec-c2449db083b5)
