Multi nft basket

Please can someone help me with a way to store multiple nfts in a vault @frangio .
Can you help

Can you give more detail of what are the specific of what are you trying to accomplish?

I want a smart contract to be able to hold an nft like an escrow nft contract.. I have tried checking the erc721reciever and erc721holder openZeppelin contracts, but need more explanations if is going to be okay for my use case

You can inherit ERC721Holder and that will allow your contract to receive ERC721 tokens sent using safeTransfer.

Okay bro
I would try that :ok_hand::ok_hand: