* ## This [link](http://ethereum.stackexchange.com/questions/7204/how-do-i-convert-my-the-dao-tokens-into-ethers-using-the-withdrawal-contract-aft) from the ethereum.stackexchange.com has a detailed explaination how to withdraw ETH from the TheDAO Token Contract after Harkfork. ##
* ### I use the Mist wallet. I proceed with Method 2 to withdraw my ETH. ###
* ### I will go over my process. ###
**1.** I downloaded [Mist 0.8.1](https://github.com/ethereum/mist/releases), run it and select "Yes" to the Hardfork, add the [TheDAO Token Contract](https://daowiki.atlassian.net/wiki/display/DAO/How+to+add+and+watch+the+DAO+contract) and [The DAO Withdraw Contract](https://blog.slock.it/how-to-use-the-withdraw-contract-with-mist-de5d85a981c9#.x13by78x4).

------
**2.** I have to get my TheDAO token balance. I double click the "TheDAO Contract", scroll down to the *owner - address*, copy and paste my token holder address, the balance will appear on the next field, copy that balance for the next step.

------
**3.** On the right side "Write Contract", under *select function*, select __Approve__ on drop down. Paste the balance from the last step to the *amount* field. And copy the Withdraw contract address and paste it into the *spender* field. Drop down and select my token holder address that I will withdraw from. **Execute**.

------
**4.** On the Contract menu, I double click the "Withdraw Contract", on the right side under the *select function*, select __Withdraw__, next field selects my token holder address and **Execute**.

-----
* ### I received my ETH shortly after that. ###