# How to Operate your DAO from your Mobile Phone

{% hint style="info" %}
For this example we will use the **MetaMask** Web3 Wallet since it can be used on Desktop with a browser extension and Mobile Phone app with an inbuilt browser.
{% endhint %}

First up: download the MetaMask app for your Android or iOS phone:

{% embed url="<https://play.google.com/store/apps/details?id=io.metamask>" %}

{% embed url="<https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202>" %}

{% hint style="info" %}
In this example, your DAO peer has initiated a transaction of 0.3 ETH to a Core-contributor. This has generated a Vote, which you will approve from your Mobile Phone while you are 'flixing' on your couch :popcorn:&#x20;
{% endhint %}

Open the MetaMask app at your phone and 'Get started':

<figure><img src="/files/LV70CT3zUmX4ORZO0XoW" alt=""><figcaption></figcaption></figure>

Now there is a possibility to import your Desktop MetaMask wallet into your Mobile Phone wallet. To do so press 'Import using Secret Recovery Phrase':

<figure><img src="/files/uLemTCiMG6ZjRGaaTsUQ" alt=""><figcaption></figcaption></figure>

You will now need to enter the Secret Recovery Phrase. To do so open the MetaMask Desktop extension wallet, and click on the 'account circle' at the top right hand corner and then click 'Settings':

{% hint style="danger" %}
Make sure that it is the wallet which created the DAO or which owns DAO-tokens.
{% endhint %}

<figure><img src="/files/J4Kc46IuXdptZdm0uCpL" alt=""><figcaption></figcaption></figure>

Click on 'Security and privacy':

<figure><img src="/files/ELeC1IvfofOqeQspeIMd" alt=""><figcaption></figcaption></figure>

Click on 'Reveal Secret Recovery Phrase' and then copy your phrase:

{% hint style="danger" %}
It is **recommended to copy the Secret Recovery Phrase by writing it on a piece of paper**. Be careful sharing it electronically since anyone who gets access to your phrase can sign transactions at your DAO, and can access funds in your MetaMask wallet!
{% endhint %}

<figure><img src="/files/k8ZjiuopNBmb0iPY7gTa" alt=""><figcaption></figcaption></figure>

Now head back to your Mobile Phone. Enter the Secret Recovery Phrase, create a new wallet password and press 'IMPORT':

<figure><img src="/files/qQlLlWNq1RfHH5nfUUyd" alt=""><figcaption></figcaption></figure>

You should now see your Wallet imported in the MetaMask app! To make sure you are connected to the network where your DAO has been deployed, click on 'Wallet':

<figure><img src="/files/pFZEztczBt0z2tZxyUUH" alt=""><figcaption></figcaption></figure>

Select the right Network (in case of this example it is Goerli Test Network):

<figure><img src="/files/b7SrK7VnU5AE0rBprmGp" alt=""><figcaption></figcaption></figure>

Now back in the Wallet screen, press on the 'hamburger icon' in the upper left hand corner. A side window should open. Press here on 'Browser' to open the inbuilt MetaMask app browser:

<figure><img src="/files/w72z9p94DbSNISevF2L7" alt=""><figcaption></figcaption></figure>

Press on the 'Search or Type URL' box:

<figure><img src="/files/cVKS5Q2CTjL9WoIFBweH" alt=""><figcaption></figcaption></figure>

Now head over to your DAO on the Desktop and copy it's URL. In the case of this example the URL is: <https://client.aragon.org/#/barukimang7>

<figure><img src="/files/Qh9juubeFe7e1IXlw0Qn" alt=""><figcaption></figcaption></figure>

The DAO should now open in the browser. Time to connect the MetaMask Mobile Phone wallet, press on the :zap:-symbol:

<figure><img src="/files/UYUNcAqfT9by6GdwNnib" alt=""><figcaption></figcaption></figure>

Press 'Metamask':

<figure><img src="/files/ElPLDFzyhNZNVI2YupEV" alt=""><figcaption></figcaption></figure>

Press 'Connect':

<figure><img src="/files/gh9dCAYBKq9zRveBkSdQ" alt=""><figcaption></figcaption></figure>

You should now see a connection between your DAO and your MetaMask mobile wallet!

{% hint style="info" %}
A similar Web3 Wallet connection is **NOT** possible using another mobile phone browser.
{% endhint %}

Time to approve the Vote which has been initiated by your DAO peer. So press 'Vote':

<figure><img src="/files/WDCEcSsIlXogy03XNIx7" alt=""><figcaption></figcaption></figure>

Your peer told you approval of Vote #5 is needed. You the Vote, press on it:

<figure><img src="/files/J41OAfb27U46nAGrZz2x" alt=""><figcaption></figcaption></figure>

To approve the Vote, press 'Yes':

<figure><img src="/files/lhpfUJN5CstfDOB5n2tv" alt=""><figcaption></figcaption></figure>

Now press 'Create transaction':

<figure><img src="/files/sEgYyd5zqAfNri9AbASS" alt=""><figcaption></figcaption></figure>

'Confirm' the transaction:

<figure><img src="/files/v3lQruR4vRoLN1TERkMV" alt=""><figcaption></figcaption></figure>

The Voting transaction has processed and the Vote has passed!

{% hint style="danger" %}
Passing of the Vote depends on meeting the minimum required support and approval for the Vote.
{% endhint %}

<figure><img src="/files/gZIF1UAknpWtjhZy84HI" alt=""><figcaption></figcaption></figure>

To check whether the transaction of 0.3 to the Core-contributor has been executed, click the lowest of the two 'hamburger icon' in the top left hand corner, and select 'Finance'. In Finance you can see the payment has been done!

<figure><img src="/files/dzVcwWnDbGMH8xpaCJyT" alt=""><figcaption></figcaption></figure>

Victory! :medal:

You can now operate your DAO like a real boss :video\_game:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://legacy-docs.aragon.org/documentation-utilisateur-aragon/produits/aragon-client/things-to-do-after-youve-started-a-dao/how-to-operate-your-dao-from-your-mobile-phone.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
