Only the owner of a particular NFV can ever mint debt against the corresponding safe.
If the ERC-721 token from Vault721 is transferred, so too is the ownership and control of the corresponding safe. Meaning only the owner can transfer it or mint debt against it.
Users must exclusively use the ODProxy to interact with their safes.
When a fresh account, which has never interacted with the protocol, receives an NFV via ERC721 transfer, an ODProxy should always be deployed for them.
ODProxy cannot be transferred or change owner.
There is 1 safe for each ERC-721 token, and the safe ID always corresponds to the NFT ID.
Proper Access Control ensures that transferring safes can only be performed using the Vault721 .
A user only ever has a single ODProxy deployed for them.