# DAO login
A **DAO** login would typically refer to the process of accessing and interacting with a specific DAO on a blockchain network. This can involve various steps, such as connecting to the blockchain network, authenticating with a private key or other form of digital signature.
## Login into NEAR DApps using DAO address
Now, we can login into NEAR DApps using DAO address with just few steps using **near-multicall**.
## Here's how to do it:
- Open the DApp to be used Ex-[Ref finance](https:////app.ref.finance/)
- Log out of Ref + copy it's URL
- On Ref, click login + choose NEAR wallet + close that tab
- Open [Multicall](https:///www.multicall.app/#/app/) on a seperate tab
- Click the DAO/Multicall login dialog
- Paste the DApp URL in the input field
- Click on Proceed
Still confused:question:you can just copy the exact steps from the follwing GIF :arrow_heading_down:

DAO users can have access to following **features** after login into NEAR DApps.

- Access to information generated by DApp interfaces
- Check Defi positions
- View Token Balances
- View pending unclaimed rewards
:::info
:bulb:Note
- This only works with DApp's that support NEAR wallet (https://www.mynearwallet.com/)
- Login will be in "read-only" mode i.e. a DAO's account cannot initiate transactions using the DApp's interface