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

# 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:

![](/files/-LssqUfszGP3x5WspwNl)
