The abbot::open_trove() method allows to open empty troves (with 0 collateral).  
The test case below demonstrates that an empty trove can be opened. Add the test case to src/tests/abbot/test_abbot.cairo and run it with snforge test test_open_empty_trove_pass:
Require a minimum deposit value when opening a trove.
