Zend certified PHP/Magento developer

what is the difference between ${HOME} and $HOME in macOS?

I came across different variable mentios in my .zshrc, with curly brackets and without them. What is the difference between

export ANDROID_HOME=${HOME}/Library/Android/sdk

and

export ANDROID_HOME=$HOME/Library/Android/sdk 

?