Skip to main content
All CollectionsSpatial Computing Technology Stack
How do smart contracts work in the Spatial Computing Technology Stack?
How do smart contracts work in the Spatial Computing Technology Stack?

Automating secure and efficient ecosystem functions

Updated over a year ago

These contracts ensure transparency, security, and efficiency. Smart contracts in the Spatial Computing Technology Stack are self-executing agreements coded to perform specific actions when predefined conditions are met. For instance, the Plaque Storage Contract ensures that TPAs are securely stored and managed. Marketplace Contracts streamline buying and selling TPAs, offering users a transparent and efficient platform. Proxy Manager Contracts enhance security by controlling which entities can access critical functions, thereby safeguarding the ecosystem’s integrity. By automating these processes, smart contracts reduce human error and increase operational efficiency.

There is a suite of smart contracts that manage various functions:

  • Plaque Storage Contract:

    This is the base of the TPA NFTs, and everything saved on it, from TPA owner information to mint the TPA and make it unique

  • Plaque Storage Proxy Contracts:

    We have a bunch of these contracts that the APIs that are connected to Plaque Storage Contracts through these Proxy Contracts

  • Plaque Storage Proxy Manager Contract:

    This contract authorizes which proxy contracts have access and how they have access

  • Marketplace Contract:

    Manage and put the price for the TPAs that users put them for sale

  • Marketplace Proxy Contracts:

    We have a bunch of these contracts that the APIs that are connected to Marketplace Contracts through these Proxy Contracts

  • Marketplace Proxy Manager Contract:

    This contract authorizes which proxy contracts have access and how they have access

  • Market Storage Contract:

    Authorize the NFT if is ownable or not

  • Market Storage Proxy Contracts:

    We have a bunch of these contracts that the APIs that are connected to Market Storage Contracts through these Proxy Contracts

  • Market Storage Proxy Manager Contract:

    This contract authorizes which proxy contracts have access and how they have access

Did this answer your question?