An Overview of the process:
		
		
	
	
the Setup
You will need to download these files:
The adb files i have above are all you really need to get everything working. But for those who want more info on adb, check out this guide:
http://androidforums.com/faqs/443072-adb-guide-updated-12-05-2011-a.html
Make sure that you have htc sync installed and that you have the latest java running.
1.Clear Google Wallet
2.Go to the htc website:
HTCdev - Unlock Bootloader
3.At the very far right there should be a drop down menu. 
4.Just follow the steps. and use the files that you downloaded earlier when asked.
5.You will then get an email and follow directions according to the email. 
6.Congrats!!!!!!!! you have now just unlocked your bootloader
Here is a step by step as stated on the htcdev.com site.
1.power off (make sure that fastboot is disabled. settings>power>uncheck fastboot
2.Press and hold power+vol down
3.With the vol buttons highlight fastboot and select it with your power button.
4.Connect the device to the computer via usb cable
5.
Create a new folder and call it 
android
6.Download the first three files and save it to the android folder
7.Right click on your 
android folder while holding shift and select 
 open command window here (3rd or 4th option).
8.In the command window type:
	
	
	
		Code:
	
	
		fastboot oem get_identifier_token
	 
 9.you will need to copy the long block of text that is displayed
Right Click > Mark > highlight the block of text > Right click to copy
10.The first line you should highlight should be:
<<<<<Identifier Token Start>>>>> 
and end with:
<<<<<Identifier Token End>>>>>
11.Paste the text into the token field and then hit submit.
12.You will then get an email with the unlock key and commands to finish the process.
13.Once you get the email download the attached .bin file and move to your android folder you created earlier.
14.Open the command window (right click+shift, open command window here) and type:
	
	
	
		Code:
	
	
		fastboot flash unlocktoken Unlock_code.bin
	 
 15. You will then see a disclaimer just select yes.
CONGRATS!!!!!!!!!!!!!!!!!YOU ARE NOW UNLOCKED!!!!!!