White Paper

Yellow Paper

BYOC framework intro and high level instructions

BYOC framework intro and high level instructions

As explained in our BYOC documentation, Partisia Blockchain (PBC) has a multi-chain solution where gas for transaction in PBC is paid using external coins. To help developers add additional tokens into the chain, we have a framework that allows anyone who meets the requirements to add other tokens as a bridgeable asset and include them into the payment system. This document’s aim is to provide instructions on how you can add other tokens into the Partisia Blockchain ecosystem.

Currently the framework supports any tokens that run under Ethereum, Polygon or BNB chain. As other L1 chains get added, other tokens will become available under the BYOC Framework.

Requirements:

  • The proposer must hold 10,000 MPC tokens
  • 2/3rd vote from PBC block producing node operators
  • Contract in either Eth, Polygon or BNB chain
  • Contract in PBC network

Risks:

  • Remember that node operators will get compensated for the token being onboarded and used.
  • If the contract is not verified properly and confirmed that it conforms to the template, it can potentially do malicious activities such as draining the new tokens from oracle nodes, etc.

High level instructions:

  1. The requester must hold at least 10,000 MPC tokens staked to their wallet. It will not be used but rather shows that you are a PBC contributor.
  2. You need to get 2/3rd approval from the Node Operator. Partisia Blockchain Foundation’s Developer Relations team will assist in making the announcement and help drive the vote. Send your request to “build@partisiablockchain.com”.
  3. Once node operator consensus is achieved, you need to deploy the contract in the asset chain and also in PBC. You can find the template code here — https://gitlab.com/partisiablockchain/governance/byoc-contract-eth.
  4. Once contracts are deployed, Node Operators have seven days to vote for your contract. If the vote passes, the contract will be live.
  5. PBC will then assist in adding the new token into the bridge UI.

In the coming weeks we will provide additional guides and videos to walk you through the process, for both the node operators and the proposer. We hope this article will help you begin to consider what tokens you would like to onboard as payment.

Scalable DeFi

Scalable decentralized finance

Abstract: This blog presents a fully documented framework for DeFi solutions, such as “Automated Market Makers” (AMMs), on a highly scalable blockchain like the Partisia Blockchain. The framework guarantees fixed prices across independent liquidity pools and effectively addresses front-running with MPC.

Financial inclusion is at the heart of the original narrative that formed the beginning of blockchain and later Decentralized Finance (DeFi). The global financial crisis in and around 2008 revealed several weaknesses in traditional financial systems. The global financial crisis was part of the motivation behind the Bitcoin protocol creation. Although the challenges behind the global financial crisis were more significant than what immutable money could fix, it initiated and accelerated innovations that improved traditional finance and pushed to new horizons.

The very same crisis inspired the origin of Partisia. However, innovation was a different type of decentralized cryptography that was also designed to remove intermediates, which manage private information, such as sealed bids in financial markets. The initial work by Partisia was the world’s first Decentralized Exchange (DEX) with sealed bidding which went into commercial use in 2008.

The Partisia Blockchain established in 2020, is a combination and extension of these two narratives and provides a powerful encrypted computation network and tool set to continue fixing weaknesses in both Decentralized Finance (DeFi) and Centralized Finance (CeFi), as exemplified by the solution described in this blog.

DeFi and scalable blockchains

DeFi is an important part of Web 3.0 and provides solutions that may most likely drive and enhance financial inclusion. This blog focuses on so-called Automated Market Makers (AMM) as a simple and decentralized way to exchange crypto assets. The core innovation behind AMMs is to conduct trading without direct interaction and matching of buyers or sellers of crypto assets. This significantly reduces the complexity of the market solution. Since the entire AMM solution is a set of smart contracts, the security model was also significantly improved as a genuinely decentralized trading platform.

Ethereum has been the most used blockchain platform for AMM solutions. And token bridges–as well as second layer blockchains–have broadened the uptake to other blockchain networks. Recent developments take this development one step further and run AMMs across independent blockchain platforms, i.e. cross-chain DeFi. This poses a set of new obstacles, such as the challenge of representing states (data and tokens) across independent blockchain platforms.

Mechanism to guarantee fixed prices

Another challenge preventing a simple copy-paste of the Ethereum model to sharded or cross-chain blockchains is the economics instilled into the Ethereum execution model. This is primarily the arbitrage opportunity coming from the “all or nothing” execution (atomic execution), as well as the sequential use of the entire AMM solution (one user at a time). With Uniswap (one of the most applied AMMs) for example, a user can swap asset A to asset B, and then swap asset B to asset C, and then potentially swap asset C back to asset A without other users interfering. Sometimes this set of swaps returns profit to the user. This type of arbitrage essentially for free since the public ledger allows anyone to constantly monitor the AMM solution. This is, however, only feasible due to the atomic execution and sequential use of the AMM solution, and cannot be transferred to a sharded blockchain or to cross-chain AMM solutions without additional economic mechanisms.

The Partisia Blockchain team has jointly worked with researchers specializing in AMMs and economic mechanism design. And together developed a mechanism which guarantees fixed prices as well as the “multi-swap” arbitrage opportunities described above. The key component is a “lock-swap” mechanism that guarantees a user fixed prices for a given swap. The mechanism only locks the actual requested trade and allows other users to use all liquidity pools without the non-scalable sequential use of the entire AMM solution as we know it from Ethereum.

The mechanism essentially works as follows: every pool keeps track of two pools, the “actual liquidity pool”, and a “virtual liquidity pool”. The actual liquidity pool keeps track of all the instant swaps, i.e. those that are actually executed. The virtual pool keeps track of the lock swaps, since such swaps might be canceled later on. Hence, by submitting a lock-swap the user secures fixed prices by the lock-swap function, which only affects the virtual liquidity pool. For any user after the lock-swap, the protocol ensures the smallest amount of assets across the actual liquidity pool and the virtual liquidity pool. Hereby, the mechanism favors first movers that fixed prices using the lock-swap function. Unlike the Ethereum sequential use, the lock-swap minimizes the impact on the entire AMM solution so assets can be exchanged in parallel and across independent blockchains and shards. And also in liquidity pools with one or more lock-swaps. Read more about the mechanism here.

In other words, the mechanism ensures the liquidity managed by the AMM solution is put to maximal use in two ways:

  • First movers that discover and, hence, secure fixed prices (lock-swap) have a minimal impact on other users’ ability to use the AMM solution.
  • The mechanism allows for completely independent execution across shards and blockchains to support unlimited scalability.

The mechanism is designed to fully utilize sharding where transactions are automatically off-loaded across different shards in an ideal way that favors unlimited parallelization, i.e. asynchronous and concurrent execution. This type of sharding is native to the Partisia Blockchain and will be instrumental in ensuring unlimited parallelization needed to match the demand as decentralization flourish. Read more about the sharding model here.

Finally, note that since cross-chain AMMs are similar in nature, the proposed mechanism also supports use of liquidity pools operated on completely separated blockchains.

Remove front-running opportunities

Another challenge and obstacle for a broad uptake of AMM solutions within and beyond the blockchain ecosystem is front-running. On Ethereum and similar blockchain platforms, the AMM transactions are transparent to all, but added to the blockchain consensus model by one or more actors, such as “mempool operators” or “block producers”. The problem is that these actors can delay and place their own AMM valuable transaction, i.e. front-running.

Front-running is a critical problem that needs to be solved for the sake of the users, but also a problem that is critical for the DeFi narrative as a “single point of trust” failure. Fortunately, the advanced encrypted computation that is built-in to Partisia Blockchain provides a decentralized solution, which points back to the original work by Partisia and the first commercial use of MultiParty Computation (MPC) for safeguarding sealed bids.

However, as a big contrast to the first commercial use of MPC, Partisia Blockchain provides a simple interface that allows any developers (without cryptographic skills) to script the required computation and leave it to the network to compile and run the encrypted computations. The concrete solution is an encrypted computation which keeps the actual swap secret until it is fully executed. Hereby, the arbitrage opportunity from frontrunning is effectively addressed.

Regulation and traditional finance

Ensuring that DeFi solutions comply with the jurisdictional regulation is, of course, an obligation for any DeFi service provider. It may also soon be a competitive advantage and a requirement for expanding the use of DeFi solutions outside of blockchain.

While financial fraud regulations, such as KYC and AML, are obvious, matters that are addressed in this blog may become essential regulatory requirements as well:

  • First, front-running needs to be effectively addressed, and for the sake of the blockchain narrative, in a decentralized fashion, such as the privacy-preserving swapping on Partisia Blockchain.
  • Second, the built-in “free” arbitrage opportunities may not be acceptable for financial regulators. The proposed lock-swap is a simple add-on feature that can be switched off unlike the AMMs on Ethereum where free arbitrage is cooked into the very foundation of the blockchain platform.
  • Third, privacy-preserving computation may involve data that need to operate on nodes running in designated jurisdiction, which is a built-in functionality on the Partisia Blockchain.

Although future regulatory requirements are unknown, building a blockchain network that is sufficiently flexible to quickly adjust to regulatory requirements may be crucial. For DeFi service providers that aim at offering DeFi solutions outside of the blockchain ecosystem and in direct competition with traditional financial solutions, regulatory requirements will be instrumental.

Get started and resources

For DeFi teams considering to build the next generation of scalable DeFi solutions on Partisia Blockchain, please find links to the scientific work, description, and template smart contracts below:

August 2023 update

August 2023 update

August has been a busy month of success! Let’s dive into this month’s Partisia Blockchain update, exploring various industries to showcase the flexibility and transformative potential of blockchain and multiparty computation (MPC). From revolutionizing government processes with transparency and security to redefining data-sharing in marketing and advertising, while prioritizing privacy, our solutions continue to drive innovation.

The healthcare sector witnesses privacy-preserved collaboration and supply chain efficiency, while logistics embraces streamlined supply chain management through blockchain and MPC integration. In the community sphere, we have explored Self-Sovereign Identity’s (SSI) elevated privacy with MPC and tackled GDPR compliance through anonymization. The spotlight on Privacy Enhancing Technologies (PETs) broadened our understanding of blockchain possibilities. We hosted an insightful MPC Advantages Q&A session, and our dynamic community engaged in a Web3 marketing discussion — Hivemind Huddles.

Technical advancements include operational smart contracts for DID and verifiable credentials, BYOC framework deployment, and browser updates. As we power ahead, we eagerly anticipate unveiling the BYOC framework in more detail and introducing even more streamlined management features. Stay updated with another month of innovation and progress!

Industry transformation enabled by Partisia Blockchain’s solutions

In this month’s recap, we have explored our Industry Spotlight and how Partisia Blockchain’s solutions benefit diverse sectors, including Government, Marketing and Advertising, Healthcare and Logistics. Our journey through these industries showcases the versatile applications of blockchain and Multiparty Computation (MPC), each tailored to address specific challenges while upholding privacy, security and efficiency.

Within the domain of government, Partisia Blockchain envisions transformative solutions that embrace the principles of transparency, security and efficiency. By harnessing the power of blockchain and multiparty computation (MPC), bureaucratic processes can be streamlined while maintaining the confidentiality of sensitive information. Initiatives, such as DelNorte and E-Trusty, exemplify how blockchain can enhance trust in public institutions, create transparency in public tenders, and uphold privacy in CBDCs and blockchain-based voting systems.

In the dynamic landscape of marketing and advertising, Partisia Blockchain revolutionizes data-sharing models. With our privacy-first approach and secure MPC technology, users gain ownership and control over their data. The combination of blockchain and MPC empowers data analytics companies to compute on encrypted data without compromising its privacy, rewarding users for data contribution, ensuring real-time data access, and maintaining transparency. Partisia Blockchain bridges the gap between consumer privacy concerns and data-driven marketing strategies.

In the domain of healthcare, Partisia Blockchain leads the charge in preserving privacy while fostering collaboration and innovation. Our MPC technology introduces secure data analysis without exposing raw information. In the realm of DNA sequencing, Partisia Blockchain ensures the security of genetic data. In clinical research, MPC empowers cross-institutional studies while safeguarding patient privacy. Supply chain management witnesses a transformation, enabling stakeholders to manage complex supply networks without revealing proprietary information. In clinical trial recruitment, MPC facilitates efficient participant matching while upholding data security and privacy. Partisia Blockchain redefines healthcare through the lens of privacy, security, and collaboration.

Lastly, we explored the impact of our solution on the logistics industry, envisioning a streamlined future where blockchain and multiparty computation (MPC) converge to enhance supply chain management. By integrating QR codes with tokenized product representations, we facilitated instant information access and reduced confusion. Blockchain’s transparent touchpoints improved logistics and supply chain transparency, while smart contracts automated processes and adapted to evolving documentation requirements. In the realm of quality assurance, we harnessed MPC and blockchain to digitize supply chains, ensuring privacy preservation and selective data access. Our solutions streamline documentation, upheld compliance with GxP regulations, and heighten efficiency throughout the supply chain, ultimately paving the way for a resilient and transparent industry transformation.

Collaborative community conversations and exploring privacy enhancing technologies

In this month’s community update, we highlighted the transformative impact of Self-Sovereign Identity (SSI) and Digital ID solutions within today’s dynamic data landscape. Partisia Blockchain’s MPC technology introduces an innovative dimension to SSI, elevating privacy levels and unveiling novel business models. Crucial to the foundation of digital identity, Decentralized Identifiers (DIDs) and verifiable credentials empowered users with data control capabilities. Expanding the horizons of SSI, multiparty computation (MPC) enabled confidential data analytics and versatile multi-functional applications.

Additionally, Partisia Blockchain discovered its vital role in facilitating GDPR compliance through the strategic application of multiparty computation (MPC) technology. The utilization of MPC ensured the anonymization of personal data, allowing for uninterrupted data collection while maintaining privacy. This decentralized MPC approach elevates data security and control, in alignment with the access and erasure rights mandated by GDPR. Additionally, our groundbreaking jurisdiction management v1.0 provides an innovative solution for geographically aligned data processing, effectively safeguarding data rights and privacy. As the significance of data privacy continues to grow, Partisia Blockchain remains at the forefront, pioneering technological solutions that enhance privacy, security, and adherence to regulatory standards.

Continuing our exploration of innovative developments, this month, we delved into Privacy Enhancing Technologies (PETs) and their impact on the blockchain landscape. At the core of any blockchain lies the concept of consensus without reliance on a central authority. Programmable blockchains have opened the door to a realm of possibilities, with applications categorized into three types: public input-public output, private input-public output, and private input-private output.

To provide a better understanding of the topic, we held a special MPC Advantages Q&A session, featuring Partisia Blockchain’s Principal Architect Emil Orloff, Cryptographic Scientist Anders Dalskov, and Head of Developer Relations Bruce Ahn. This insightful session delved into what MPC is, and how we differ from other privacy and MPC-based blockchains. To learn more about this topic and where Partisia Blockchain fits in, check out our blog post and comparison chart here.

On 10 August 2023, our vibrant community came together once again for an engaging Hivemind Huddle. This interactive session delved into the realm of Web3 marketing, exploring both the broader landscape and Partisia Blockchain’s unique strategies. Our conversation spanned across past successes like PR efforts, conferences, and media coverage, while also delving into intriguing future prospects (without divulging specifics). It was a great conversation where the community contributed with great ideas, some of which will be directly implemented through the Ambassador Program.

DelNorte, the latest project integrated into the Partisia Blockchain ecosystem, achieved a significant milestone in the past week. It successfully completed the initial transactions for its inaugural real estate deed pilot project, in collaboration with the El Salvadoran government. Additionally, DelNorte has three more pilot projects in the pipeline, each partnering with different governments. This achievement marks a crucial step forward, with El Salvador’s participation serving as the pioneering proof of concept for these initiatives.

Veric has achieved significant advancements, successfully implementing fully operational smart contracts for DID and verifiable credentials on the testnet. The team is currently enhancing privacy features and making necessary preparations for the upcoming mainnet launch, including the facilitation of user onboarding processes.

Progress is being made to our next BYOC asset, Cardano’s ADA token. Currently work is ongoing and we hope to introduce ADA as a BYOC asset in the future.

We increased the number of leads for partnership in the month of August. We are busy working through them and akin to the two we mentioned above, we hope to continue this trend and be able to show the continued interest on our chain.

Upcoming rewards

We deployed the code to support one of our flagship roadmap items, the BYOC framework. Soon we will introduce this feature in more detail with instructions on how you can submit a token to be a bridgeable asset in Partisia Blockchain.

We have also been busy with updates to our browser to include transaction details, indexing and the ability to deploy contracts. Work is not done however and we will continue to push updates to both migrate functionality currently in the dashboard as well as other key features and functions to ease management of your tokens.

Stay updated:

Website • Twitter • Discord • Telegram • LinkedIn • Facebook • Instagram • GitLab • Medium • YouTube

From logistics to quality assurance: How blockchain and MPC can improve supply chain management

From logistics to quality assurance: How blockchain and MPC can improve supply chain management

When planning a supply chain from a logistics perspective, it is often useful to conduct a little thought experiment and think of yourself in the position of the products involved. In order to do this, you should “be the box” and trace each step you take from the factory to your customer, how much time you need to arrive and all of the steps you need to go through to get there. Let’s say you are a product, a piece of machinery made in a factory in Pennsylvania, United States. Post-production, you need to be packaged a certain way and the relevant paperwork prepared for export and import to the client’s destination, e.g., Germany. For this purpose, export and import documentation need to be prepared, product specification sheets, customs declaration forms, etc. Before “leaving” the factory you need to be packaged and the documentation needs to be prepared and added to the packaging. You are then picked up by a courier, who potentially needs a copy of certain documentation, and brought to a storage/sorting facility. You need to be marked clearly beforehand or afterwards in order to insure you are not confused with another piece of machinery. Then when ordered by a client, you may need to be re-packaged, for which the necessary documentation needs to be available to the courier before being shipped out. You are then picked up by a logistics company, either the same as the one the courier was from, or another one, and transported to where you will be exported. This is one of two places where all of the paperwork has to be in order, as customs officials now could inspect the paperwork and potentially block or delay your export. Customs declaration forms, material safety data sheets, shipment listings, the invoice to the client, etc., all need to be available and correct.

Congratulations, you have passed customs and are now in “international customs limbo”. After being “exported” you are usually transferred to a toll-free storage area and are then sorted into a container or loaded onto an airplane. When you do land, let’s say in Germany, the customs officials will want the same, or even different paperwork — perhaps even the same paperwork but in a slightly different format (I cannot emphasize enough how sensitive managing customs can be). VAT and other import taxes are (or are not) charged based on the required product declaration, which can sometimes differ greatly between countries, and the purpose of use. The product (you) is then released to a logistics company that sends you to your customer’s address. Hurray, you have arrived at your destination!

What this thought experiment shows us, is that during every single one of these steps, there are multiple touchpoints with many different people involved. Each one of these touchpoints represents a moment where a variety of things could go wrong. What if one of the documents falls off the package? What if one of the logistics employees accidentally confuses one of the packages during re-packing at the storage facility, or confuses the documentation? While logistics companies tend to have contingencies and redundancies, things sometimes go wrong causing unnecessary delays in supply chains and, in some cases, lost business.

Blockchain logistics: seamless traceability and document access

Blockchain could be used to mitigate such logistics risks: a QR code representing a tokenization of a product could be added to each individual product package, in order to provide information on each individual product instantly and reduce the potential for confusion. Paperwork could be added to these product’s QR codes making them easily accessible to different parties along the supply chain and could also help in compiling different documents. If used correctly, a blockchain could also help keep track of shipments, both internally for logistics companies and externally for those managing supply chains. Sometimes shipments can be a bit like a black box and yes, sometimes products even get “lost”.

Furthermore, not only could documentation be made more accessible, but smart contracts could be created to streamline processes and e.g., create country-specific documentation automatically depending on where the product’s QR code is scanned. This could particularly come in handy if a product’s route is changed short notice, the product is checked by another country’s customs (e.g., another EU port of entry that wants things just ever so slightly differently) or the documentation required is changed at some point. The transparency provided by the blockchain could also make different actors such as customs authorities and/or logistics companies more accountable and provide a better basis for auditing/compliance. Furthermore, payment processes e.g., for VAT and other taxes, could potentially be automated, greatly increasing the speed of the customs clearing process.

GxP regulations: the pharma-level supply chain

The complexity of a supply chain increases with the added burden of quality assurance requirements, laid out by e.g., pharmaceutical GxP (Good practice, the “x” standing for a variety of different areas) regulations. Medical and pharmaceutical, food and cosmetic products require differing levels of traceability and quality assurance from the initial ingredients all the way to the patient. Each step in the production, testing, manufacturing, and distribution needs to be carefully and extensively documented and regarding logistics, the regulation laid out for e.g., pharmaceuticals is that of “Good Distribution Practice” (GDP). If you take the example of an agriculturally derived ingredient for a medicine, the process would be as follows:

A plant is harvested following (and documenting everything) according to Good Agricultural Practice (GAP) or Good Agricultural and Collection Practice (GACP) and then processed (e.g., the relevant ingredients extracted) according to Good Manufacturing Practice (GMP) and tested to Good Laboratory Practice (GLP). The product is then sent, of course following Good Distribution Practice (GDP), to the production facility, where it is further processed and combined with other ingredients to make a final product (under GMP) and then distributed to a pharmacy (again under GDP). Every individual production, testing and transportation step of each individual ingredient is meticulously documented and requires the ability to be audited by different parties as well as government entities. The idea being, that GxPs can assure two things for quality assurance quickly: 1) the assurance of quality of medical products on the market and 2) the ability to trace exactly where something went wrong in a pharmaceutical supply chain if there is some sort of defect. This all undoubtedly brings with it an immense amount of documentation, often in paper format, that needs to be stored for years by each individual party. Not exactly the most efficient way to store or audit a supply chain.

The MPC-blockchain supply chain: digitalized traceability, trade secret privacy

Both regarding the GxP traceability and less-regulated supply chains, blockchain technology could be used to reduce errors, streamline processes, facilitate documentation availability, and allow for better traceability and auditability for all parties involved. However, companies have legitimate reasons not to want to reveal certain information about their supply chains. A pharmaceutical company for example may not want to reveal the source of their ingredients, as a competitor may use that information to their advantage. This is where MPC could come in and be used to obfuscate certain sensitive information about the supply chain. Moreover, necessary documentation could only be made available to certain parties, such as customs authorities.

An MPC-blockchain solution built on Partisia Blockchain for logistics and quality assurance could look as follows: each step set out by GxP could be documented and listed on the blockchain, while only making the source of each documentation available to the parties necessary (e.g., a regulatory body of a manufacturing company). Each package shipped could be traced transparently by the customer, with a smart contract automatically generating documentation for each individual step in the supply chain and customs touchpoint. All of this can be done without revealing too much information to parties that do not need to have the full picture. Such a system could reduce errors, increase efficiency, allow for better auditability and more transparency of supply chains — while MPC keeps valuable trade secrets private.

Partisia Blockchain is dedicated to facilitating innovative solutions to real-life problems. Better supply chain and quality assurance are two of these problems.

Please contact us, if you have any questions about how our technology could improve your supply chain management or quality assurance.

Contact information: build@partisiablockchain.com

Stay updated:

Website • Twitter • Discord • Telegram • LinkedIn • Facebook • Instagram • GitLab • Medium • YouTube

Blockchain, MPC and government: How Partisia Blockchain can facilitate democratic innovation

Blockchain, MPC and government: How Partisia Blockchain can facilitate democratic innovation

Throughout the ages, famous philosophers have grappled with the concept of good governance. From Aristotle, Machiavelli, and Hobbes to Rousseau, Voltaire and Rawls, different perspectives have existed and challenged each other over the ages on the topic. Today, in democratic societies at least, the general consensus is that of a government that is accountable to the people, with checks and balances, the guarantees of fundamental rights, and integrity in how it operates. New technologies, such as blockchain, can aid in the pursuit of good governance — this article outlines a few possible examples of how Partisia Blockchain could help governments innovate and better their governance practices:

Blockchain-powered governance

Paperwork, licenses and standing in lines — bureaucracy is something that regardless of political affiliation, people love to hate. But the true purpose of bureaucracy (whether well-designed or not) is to ensure due process and guarantee people’s rights. This in essence very noble pursuit can run into a variety of different problems, from potential inefficiency to outright corruption. A public blockchain could help to streamline processes and make them more transparent, paperwork can be filed and traced through different steps on the blockchain, whereas combined with MPC the private information in these processes can be kept secret, or only available to certain parties. In certain countries, where corruption is an issue, the intransparency of bureaucracies can allow for wrongdoing in e.g. bureaucratic processes such as ignoring, changing and/or the outright fabrication of documents. A public blockchain could allow for more trust in bureaucratic institutions, especially if those institutions don’t have control over the nodes that operate the blockchain. This is the principle behind a project called DelNorte.

DelNorte is currently running pilot projects in Latin America creating NFTs out of real estate deeds and adding them to a public blockchain. This is meant to make the bureaucratic process more efficient, give more stability and transparency regarding real estate ownership in the participating countries, circumvent potential corruption and maintain the integrity of the institution. While the government is the door to access to the system, the government does not have control over the blockchain and the listed real estate deed NFTs. Partisia Blockchain is proud to have entered into a partnership with DelNorte, helping them to add privacy and security to their e-government solutions.

Transparency for public tenders

Governments provide goods and services to their citizens, from parks, highways and schools to militaries for the national defense. While some governments have more resources than others, many of the goods used to e.g., build and maintain a public highway, need to be contracted to third parties. What is usually the case when a government has to contract such goods or services out, is that they publish a tender for which parties can bid. This ideally leads to many different companies bidding for the contract with the government, attempting to underbid each other and/or outclass each other with the quality of the good/service that they provide.

Nonetheless, public procurement bidding processes are often highly intransparent and even prone to corruption, which cheat the taxpayers out of the best possible deal they could have had. Blockchain technology could also help combat this problem, making the bidding process transparent and establishing trust with the general public. However, a major issue with the transparency of a public blockchain is that it does not allow for the hiding of certain sensitive information e.g., a company’s capabilities, classified technology, etc. that could be part of the bidding process. This is where E-Trusty comes in: E-Trusty is a dApp building on Partisia Blockchain to use the public blockchain to create transparency, while obfuscating sensitive information in the bidding process using MPC. The goal is to create a platform for public procurement that allows for the transparency of seeing multiple bids for a given contract, while using MPC to hide and protect sensitive information.

Privacy-preserving CBDCs

Multiple central banks around the world are beginning to develop and implement so-called central bank digital currencies (CBDCs). As opposed to digital currencies, such as Bitcoin or Ethereum, these digital currencies are centralized and issued by a national bank. They are pegged to the value of a fiat currency and are meant to be a part of the existing financial system. There is however a major concern regarding CBDCs and that is that due to their centralized structure and control, they could essentially allow for a central bank, and by extension a government, to have complete insight into how people are spending their digital money. Furthermore, it is also feasible to imagine that a government could easily overreach, especially if it were to become corrupt, and easily seize such digital money. There would therefore need to be checks and balances guaranteed in the application of a CBDC. One solution for this problem, could be to use MPC to make the settlements of such a CBDC private. Such a system could also be designed to allow for certain transparency towards a government entity with the sufficient legal justification such as a warrant. The CBDCs settlements would be intransparent to e.g. the national bank or the government, however a court could allow for access to certain transaction data for a judicial institution.

Privacy preserving blockchain voting

In many places across the world, trust in elections is waning: the intransparency of voting systems, combined with distrust fueled by political rhetoric are a major threat to the integrity of democracies today. The recent coup in Bolivia or the storming of the U.S. Capitol have shown that even an unsubstantiated claim of fraud in an election can lead to political violence or even the overturning of a democratically elected government. E-voting, and particularly blockchain-based e-voting solutions, have attempted to solve this issue. They have however run into a variety of problems: intransparency or too much transparency, hardware and/or software vulnerabilities, among many others. Nonetheless, Partisia Blockchain’s MPC technology could help in solving many of these issues. MPC could be used to assure the privacy of a voter’s ballot, while showing votes being tallied for specific candidates in real-time. The election results could be publicly auditable and contestable and voters could be able to track their own votes. This kind of solution could in theory ensure safe, transparent and auditable elections, while keeping people’s votes secret.

Partisia Blockchain Foundation is dedicated to facilitating innovative solutions to real-life problems. Democratic innovation is one of the fields we are proud to contribute to.

Please contact us, if you have any questions about how our technology could enable better governance or if you think your organization could benefit from our technology.

Contact information: build@partisiablockchain.com

Stay updated:

Website • Twitter • Discord • Telegram • LinkedIn • Facebook • Instagram • GitLab • Medium • YouTube

The SDG Summer School: Fostering the next generation of sustainable innovation

The SDG Summer School: Fostering the next generation of sustainable innovation

During the course of July, students, young professionals, academics, and industry leaders came together from across the globe for the SDG Summer School. This Summer School is organized by the University of Geneva and hosted in the SDG Innovation Lab, close to the United Nations as well as on different campuses around the world in parallel. Partisia Blockchain had the privilege of attending and actively participating in the program.

Groups of students were formed, assigned a coach and began to develop an idea into a project. The projects were all aimed at solving pressing problems and contributing to the Sustainable Development Goals (SDGs). After three weeks the groups pitched their projects to a jury consisting of decision makers from major institutions such as the University of Geneva, the Global Fund and the Olympic Committee.

I had the opportunity of representing Partisia Blockchain and coaching a group of students in creating an innovative solution to women’s health:

“Her Menstrual Trials” is an application using MPC and Blockchain to track women’s health trends and the effects of medications without revealing anyone’s personal health data. The blockchain would provide crypto-incentives to the participants and help store and track the data collected, while MPC would keep the data private, while allowing for real-time, continuous data collection from the participants.

Furthermore, Partisia Blockchain had the pleasure of sponsoring a student from Copenhagen to come to Geneva and participate in the Summer School.

The SDG Summer School is an impactful event empowering young minds to find solutions to the most pressing problems around the world. Partisia Blockchain is proud to support such an initiative and help to contribute to a brighter future for all.

Stay updated:

Website • Twitter • Discord • Telegram • LinkedIn • Facebook • Instagram • GitLab • Medium • YouTube

GDPR, blockchain and MPC: How Partisia Blockchain could help you stay compliant

GDPR, blockchain and MPC: How Partisia Blockchain could help you stay compliant

In 2018, the European Union’s General Data Protection Regulation (GDPR) came into effect, causing a wave of changes to terms and conditions in your favorite applications across the globe. GDPR aims to increase people’s control and rights over their own personal information and heavily penalizes companies that infringe on these rights. Infringing on the rights of EU citizens laid out in GDPR could result in a fine of €20 million or 4% of the annual global turnover of an enterprise, so compliance is strongly incentivized. This new regulation is widely considered a major turning point in data protection and privacy rights, starting a policy diffusion of similar data protection laws across the globe. GDPR is law in every member country of the European Union and establishes a “single data market” within the EEA. Similar regulations have also been adopted in California, Chile, Japan, South Africa, Argentina, Turkey and Brazil, among others.

GDPR (as well as many of the similar regulations) involves multiple core tenets, among others setting out the principles for which personal data can be used and processed. Lawful purposes of the use of personal data and the digital rights that citizens have over their personal data. While there are many different compliance aspects of data protection regulations, such as GDPR, here are a few examples of how our technology could help your organization stay compliant:

How Partisia Blockchain helps to solve these challenges:

Multiparty computation

GDPR requires organizations processing personal data to transform the data in such a way that it cannot be connected to the person it was collected from (pseudonymization). Partisia Blockchain could help an enterprise disassociate a person from their (encrypted) data, assuring such pseudonymization through the use of multiparty computation (MPC) technology. This pseudonymization can also be done in a way to allow for continuous collection of data from the same individual, if required for e.g. a longer-term study.

Furthermore, the concept of MPC also can also aid in maintaining an individual’s control over their data, as e.g. the concept of MPC secret sharing can allow for useful outputs being generated without compromising the underlying data (see Multiparty computation: The beacon of privacy solutions explained). MPC (especially combined with a blockchain) can also therefore increase the security of personal data, as the data and calculations are all run in a decentralized fashion by nodes that are all independent from each other. Partisia Blockchain’s nodes and their operators are all independent, run independent systems and have been vetted for cybersecurity by Partisia Blockchain experts.

Interoperable blockchain

Another right laid out by GDPR is the so-called right of access. This is the right of people to be able to see how their data is being processed and with whom it is being shared. The ledger kept on a blockchain could help an organization provide an immutable record to ensure this right. For the same reason, the blockchain could help organizations provide the record of processing activities required for GDPR-compliance under certain circumstances as well. As opposed to some other blockchains, Partisia Blockchain also allows for the possibility of private data to be removed from the record. Essentially meaning that data entered into the blockchain can be erased later on, allowing for compliance with GDPR’s right of erasure (the right for people to have their personal data removed from a database).

Jurisdiction management v1.0

Lastly, the geographical location of servers used to process personal data could sometimes mean the difference between compliance and a criminal offense. Partisia Blockchain’s jurisdiction management v1.0 allows organizations’ developers to specify the geographic location of nodes to be used in calculating personal data. This could for example allow for private data from the EU to only be sent to EU-based nodes, ensuring that the integrity of the single data market and the data rights of EU-citizens are not breached.

Partisia Blockchain is committed to empowering others in solving real-world problems using our cutting-edge technology. Data rights and data privacy challenges are two of these problems.

Please contact us, if you have any questions about how our technology could enable data privacy or think we can help your organization in improving its data protection architecture.

Contact information: build@partisiablockchain.com

Stay updated:

Website • Twitter • Discord • Telegram • LinkedIn • Facebook • Instagram • GitLab • Medium • YouTube