Project Details

Awards & Nominations

Blue Code has received the following awards and nominations. Way to go!

Global Nominee

The Challenge | Warming Planet, Cool Ideas

Your challenge is to examine existing space and Earth projects and systems and adapt them into specific technologies that help stabilize or improve the Earth’s weather, and/or eliminate processes that cause global warming. Your solution could be a technology, a movement, an idea – let your imagination have no bounds!

Cycle Chain

Improve the circular economy of a product life time, from the raw materials extraction to the recycling process

Blue Code

Cycle Chain - #NasaSpaceAppsChallenge

Solution to improve circular economy in the lifetime of a product, from the raw materials extraction to the recycling process. Our goal is to reduce the amount of greenhouse gases.

https://github.com/heclinares/NasaSpaceAppsChallen...

We propose to use a blockchain based solution to track some key data:

Products

Products are built with raw materials and other products. Tokenizing the raw materials used and the tokens that conform a product can help to track the complete life cycle.Some points of the life cycle of a product that can be tracked:

  • Raw materials extraction (amount and entity who extracted)
  • Raw materials and processes used in product manufacture (ex. 100g gold used in 100 mobile phones, date, components, processes used, etc)
  • Transport to the selling point (time, routes, etc)
  • Sell information (date, selling point)

Being public, this information will help companies to be more involved in the recycling process.

TRANSPORT

As other supply chain blockchain solutions, we can track transport used to move the product from the origin to the final selling point. This way, the distance travelled, the transport used and an approximation of the emissions produced will be public.

Using this information can help transport companies to compete making better routes, and to use more efficient transport systems.

    Users

    Users are a critical part in the product life cycle. They own the products and have the decision of throw away or recycle it after its life time. Having the product tracked from the beginning, companies can introduce incentive processes for users.

    • Users buy products (a token can be send to the user that will represent the product ownment, this information remains anonymous)
    • Users start recycling process (date of recycling init, recycling entity/location, product sent)
    • Optionally users can provide public key to be compensated with a payment or discount

    Recycling

    Improving the recycling process is the main goal of this project. Tracking materials, products, processes, dates, etc will create a global public database of valuable information, that can be used by data minning systems to detect issues and flaw correlations.Furthermore, using the complete tracking process can be an incentive to all the participants to create a real circular economy system.

    • Recycling (date of start, processes used, product received, raw materials recovered, etc)
    • Delivery to manufacturers

    Technology

    Having in mind that this is a 48 hours competition, we will focus on the general solution. The technology needed to support this project is complex and requires lot of research and testing. Anyway there are some solutions we can use:

    • Private blockchains
      Using some private solution like Quorum or public/private capable blockchains, like Nem, could be a good pick. Using private blockchains make the system more efficient, reducing the need of pay per transaction. In the other hand, data is less open, which can be critical for this project.
    • Public blockchains
      Public blockchains with strong focus on smart contract programming, like Ethereum or Aeternity are good solutions for this project. Using this networks, the system will be more open, public and secure. The problem is that public networks are much more expensive than private ones.

    Our proposal for the MVP is to use some public blockchain with support of some kind of off-chain transactions. Having this in mind, our initial selection is to use Aeternity network, that comes with state channels integration for smart contracts and oracles directly supported in the network.