721labs / partial-common-ownership

This project aims to establish a standard, open source implementation of Partial Common Ownership for non-fungible tokens.
https://721.dev
MIT License
17 stars 5 forks source link

New token type: exchange bids impact tax rate, but do not force a sale #43

Open vicsn opened 2 years ago

vicsn commented 2 years ago

An alternative harberger taxation model which has been discussed on various fora (link1 link2 link3 ) is to let the highest bid for the asset determine the tax to be paid, but to not enforce selling the asset as soon as a bid is made.

Instead of a buy() function, there would be a bid() and sell().

will-holley commented 2 years ago

Can you link to the discussions?

vicsn commented 2 years ago

Added links!