> 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/v1.x/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:

![](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)
