How can I implement an auction function for an instagram clone livestream?

Hello everyone. Im new here.

Does anyone know how I could add an auction function to an instagram live clone?

Thanks in advance!

More details would help but here are some quick thoughts.

I would think about having users submit bids to a sheet. That sheet would have user email, an auction ID, a bid amount and timestamp.

You could and lookup and display the maximum bid value from the sheet, etc.