GeoNFT
Geospatial Non-fungible Token
A GeoNFT represents geospatial assets by extending the non-fungible token (ERC-721) contract with location information.
Geospatial data is defined as a GeoJSON string defining a FeatureCollection
of one or more Features
(Polygon
or Point
):
Additionally, GeoNFTs contain an Ecological Index
as a measure of ecological state:
The Ecological Index
is an on-chain variable representing the value of the asset defined by the GeoNFT. A common design pattern is to fractionalize an NFT into fungible ERC-20 tokens for usage within community reserves and currencies. The Ecological Index
could be a parameter to determine the amount of ERC-20 tokens that are created. As the Ecological Index
changes, the supply of tokens may be responsive to this value.
Last updated