Roadmap Spotlight #4: Research into Native Bitcoin as BYOC

Roadmap Spotlight #4: Research into Native Bitcoin as BYOC

Bitcoin is what started it all. The coin that began the blockchain industry and even over 14 years after its initial creation, and after so many new coins trying to improve upon the original, it still stands as the king of crypto currency. It is still the main form used as payment in the blockchain industry and others are either built as bringing functionality more than being a currency or is relegated as 2nd place at best.

As mentioned in our interoperability article, the current blockchain L1 ecosystem are basically in a zero sum game. Every chain is trying to be faster, cheaper, more secure and easier to build on. And each blockchain operates by using their own native coin for their transaction fees. And as DeFi came into the picture, DEX’s began looking for options to allow for swapping between chains that were not native to itself. Enter wrapped tokens.

Currently in the DeFi ecosystem, there is only one way to trade BTC. By creating a wrapped version of itself. Whether its wBTC, HBTC or renBTC, etc, it is basically all a similar form of custodying a BTC and minting an IOU type mirror token on the native network. When the smart contract holding the mirror coin is burned, then the locked, or custodied real bitcoin is released. One of the problem in this system is that you must give trust to the custodians. Not only does this go against the trustless-system ethos of public blockchains, if something happens to the custodians (hack, out of business, etc) then your wrapped tokens could be lost or become worthless.

While Partisia Blockchain can implement wrapped bitcoin as BYOC asset easily, this fundamental architecture of wrapped bitcoin tied to a custody goes against the principles of allowing native coins to be used as a form of transaction payment in the blockchain. As mentioned above, from price parity between real and wrapped BTC, to security issues raised by using a custodian (corruption or even worse, a hack in the custody system) there were too many compromises. And so we are taking the road less traveled and working toward finding a solution to allow for native bitcoin to be usable as an asset in the Partisia Blockchain.

This means we are creating a multi-phase program to build this road. The first phase will be a research phase. We’ve already begun this effort and hope to complete it in the next few months. Once the research is complete, we will know the effort needed and then will engage in an architecture and engineering sessions to plan out the work to accomplish this.

This has some major possible benefits. From allowing users to spend native BTC as gas transactions for applications built on the Partisia Blockchain, to creating a native token swap between BTC and another BYOC chain, or even helping to scale transactions in the bitcoin network, implementing native BTC directly in the Partisia Blockchain network will open up new possibilities in the blockchain industry as a whole.

Please be on the lookout for future news of the results of this research.

Stay updated:

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

Roadmap Spotlight #3: Arithmetic MPC (REAL) Protocol

Roadmap Spotlight #3: Arithmetic MPC (REAL) Protocol

Currently our MPC protocol (called REAL) computes binary protocols, but we are going to add an arithmetic protocol in the not too distant future. The “binary” or “arithmetic” property of a protocol is not an indication of what is possible, but rather what is efficient.

Every MPC protocol operates on units of some type, and all applications using MPC are built using a very very small set of operations on this type. Some types are better at some applications than others, which motivates supporting protocols that operate on different unit types.

In binary REAL, the “unit type” is a bit; that is, a number that is either 0 or 1. The only operations we can perform on these bits are exclusive or and conjunction (or XOR and AND). All other protocols have to be built using one or more bits, and a combination of XOR and AND operations.

This naturally means that protocols that can be efficiently expressed as a combination of XOR and AND operations, would be efficient in binary REAL. Such operations include comparisons, any kind of bit manipulation, rotations, shifts, and so on.

On the other hand, operations that require a lot of XOR and AND operations, would be in-efficient. For example, additions, subtractions, multiplications and essentially any operation that is “arithmetic” in nature.

In Arithmetic REAL, on the other hand, the “unit type” is a number between 0 and n (for some n) — and the only operations we can perform are addition and multiplication.

Arithmetic REAL therefore performs very well in applications with a lot of arithmetic. That is, a lot of additions, subtractions, multiplications and so on. On the other hand, applications with a lot of non-arithmetic operations are expensive. For example, it is not very easy to compare two numbers, if all you’re allowed to do is add and multiply the two numbers being compared with each other.

Which for What

Binary REAL, being binary (or boolean) in nature, performs well on applications that are, well, binary in nature. This includes applications such as

  • Auctions (because an auction is just a lot of comparisons)
  • Encryption and hashing with certain ciphers, e.g., AES and SHA (because these ciphers involve almost exclusively bit operations)
  • String operations (most string operations are also just bit manipulations of some sort)

Arithmetic REAL, being arithmetic, performs well on arithmetic applications:

  • Machine learning (all ML requires a large degree of linear algebra, which is just a lot of additions and multiplications)
  • Statistics (for the same reason as above)
  • Voting (because voting can be expressed as simply tallying votes, which is just additions)

By enabling arithmetic computations in Partisia Blockchain, we aim to open up new solutions as well as allow for cheaper and easier implementation of existing ones. From health record analysis to private voting in a massive scale, we hope to achieve a much wider acceptance of MPC as a perfect solution to enabling computation while protecting individual users’ privacy.

Be on the lookout for this sometime in the 3rd or 4th quarter of 2023.

Stay updated:

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

SecondLane — Secondary Market for digital assets building on Weezi and Partisia Blockchain

SecondLane — Secondary Market for digital assets building on Weezi and Partisia Blockchain

Guest Blog by Oleg Ivanov, Co-Founder of Weezi/Secondlane.

SecondLane is co-founded by top players in the Web3 OTC market, combining advanced tech, licensing and historical business volume in the secondary market.

With SecondLane project teams, advisors and investors can now:

  • Unlock liquidity for their unvested tokens & equity

Or

  • Search, discover and trade illiquid digital assets

The technology stack has been built over the past two years with Weezi team, who now migrated full-time to SecondLane.

There are six essential features that are gradually being automated and released by the team. Each of these features represents the steps of a typical OTC deal.

Such features are bundled into three versions of the SecondLane platform, with SecondLane V1 up and running on EVM-compatible chains.

We are honored to be trusted by Partisia Blockchain to integrate the Partisia ecosystem’s main characteristics into our SecondLane V2 release.

The core element of SecondLane V2 is automated on-chain onboarding and verification of users and assets. This has to be done in (a) a compliant, and (b) privacy-preserving form; so that buyers and sellers are sure that their information is not known to the public.

Partisia Blockchain’s ZK MPC technology, coupled with the decentralized consensus of oracles, is the right mix of tools for our task.

The innovations set to be introduced by Partisia Blockchain is long awaited in the market, and we at SecondLane are excited to be among the first partners to integrate those into our product for our client base.

Stay updated:

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

Roadmap Spotlight #2: Development Tools

Roadmap Spotlight #2: Development Tools

One of the main priorities for any blockchain is adoption. The stronger the base that are developing on the chain, the stronger the chain. And one of the important factors for adoption is the ease of development on a chain. For that purpose, we have been working hard on tools to help developers develop and deploy on our chain.

The below are some of the key frameworks, contracts and libraries that will help developers create amazing applications on our chain which we are planning to release in the next 6 months.

  • DEX contracts — We are creating a template for DEX contracts alongside a factory to help developers create new DEX’s as well as onboard new tokens easily. Along with the BYOC Framework, we think this will help deployment of a DEX to be very simple
  • CLI interface for interacting with smart contracts — Currently we allow interactions to our smart contracts through our UI in dashboard or browser. Through enabling interactions to our SC in a CLI, we will allow for developers to create scripts that can automate interactions to the smart contract they are developing.
  • Test framework — Currently the devs need to manually deploy and manually test individual pieces of their contracts. In the new JUnit testing library, developers will be able to test deployment and actions for their contracts. This will enable Continuous Integration during development of smart contracts, where unit testing and cross contract integration testing can be stepped through and asserted.
  • Gas estimation tool — We will be launching a tool to help developers calculate gas for their smart contracts. As our sharding architecture is unique, we want to create a tool to help developers compute their gas requirements for the application in an easier way.
  • ABI for all governance contracts — We will enable interactions with our governance contracts, with documentation for what each of the contracts do.

With these tools, we hope we will allow development in our chain to be easier, and we will continue to focus on building new tools to help the development community.

Many of these items will launch as they get completed, with a full completion date of around the end of 4th Quarter.

Stay updated:

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

Roadmap Spotlight #1: BYOC Token Onboarding Framework

Roadmap Spotlight #1: BYOC Token Onboarding Framework

One of Partisia Blockchain’s core values is in collaboration. Our belief is that one of the main paths to advancing the further adoption of the blockchain industry is through working together. And this belief is built into our blockchain architecture.

As mentioned in our interoperability article, the current blockchain ecosystem is kind of like going to an amusement park. You can play in an ecosystem but only if you pay using their native token.

Partisia Blockchain’s payment mechanism broke away from this paradigm and designed a tokenomics that uses other chains tokens. We started off with Ethereum, then added Polygon USDC, and then integrated BNB into the chain. Now, we are bringing the ability to onboarding tokens to the community.

With the new Ethereum BYOC Framework, we are enabling the ability for any community developer to submit a proposal to onboard a ERC20 or a BEP20 token of their choice that is running on the respective chains into the Partisia Blockchain bridge. This brings the control of adding a token into the Partisia Blockchain to the public.

How it works:

  • In order for the bridge to work between chains, you must have a contract in the Ethereum or BNB chain network as well as on the Partisia Blockchain network. We provide a template for anyone to tweak and submit a proposal to add the coin of their choice. Then you submit the proposal into the Partisia Blockchain.
  • This proposal will go to a vote to our node operator committee. The committee then has 7 days to review the proposal and either accept or reject the proposal.
  • If it is accepted, the contract will go live and the token will become available as an asset in the network.

By enabling this important roadmap item, we bring the control of onboarding any new Eth or BNB based asset into our unique bridge to not only be used as a swappable tokens, but allow it to be usable as gas for transacting in the Partisia Blockchain network. Whether you are a dApp that wants to add privacy services into your existing application, or create a unique DeFi solution on Partisia Blockchain that allows for swift easy swaps between assets while preventing front running and sandwich attacks through MPC, all of the value proposition that Partisia Blockchain offers is now available to any system running in the Etherium, Polygon or BNB chains.

Please look out for this feature being launched sometime in the 3rd/4th quarter.

Stay updated:

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

Partisia Blockchain’s Complete Sharding

Partisia Blockchain’s Complete Sharding

Scalability has been something that architects have been grappling with for many years. In the technology space, being able to scale both vertically (adding capacity) and horizontally (adding instances) has been grappled with in all parts of the technology stack. Do you add more transistors in a CPU or add cores to work together? Do you add more space in a hard drive or add multiple hard drives to work together? Do you build a faster computer, or create a software architecture to use multiple computers in sync?

One thing is for certain however. Scaling vertically has limits. There is only so much CPU, memory, storage you can add to a single system before it runs out of capacity.

Blockchain space is no exception. As adoption grows, so must the ability for a blockchain to handle the additional transaction on chain as a result. And in the blockchain space, we call it TPS (transactions per second) This is a combination of two metrics;

  • Time it takes for a block to be finalized and appended to the chain
  • Number of transactions in a block

Different blockchains use different architectures to try and achieve faster throughput. For finalization, there are things like probabilistic and deterministic finalization. To achieve a higher number of transactions, blockchains have turned to sharding, and added on different rollup technologies like ZK or optimistic roll ups.

What makes Partisia Blockchain different?

To create the fastest blockchain, you have to first look at what can theoretically be achieved for the above two factors. For the finalization time, the fastest is instant. As soon as the block is created, you want it to be finalized as fast as possible. For the number of transactions in a block, you want to be able to put the number of transactions in a blockchain can handle to be as much as possible. The more transactions you can process at the same time, the faster your chain will be. And all of this needs to be done in a secure manner. So how does Partisia Blockchain handle these two challenges?

PBC’s “Speed of light” finalization

For finalization, PBC has implemented a unique consensus model that consists of three parts.

  • Proof-of-Verification (PoV): Ensure that the signed blocks came from validators who actually executed all transactions included in the new blocks. In other words, a PoV is a guarantee that a validator personally verified the content of a block.
  • FastTrack consensus: A rapid consensus process with pure finalization.
  • An incentive scheme that incentivizes propagation and connectivity in the P2P network.

This unique finalization model allows for blocks to be created and finalized in real time with the only limit being the time it takes for the verification signatures to propagate throughout the network. (More info in PBC’s yellow paper section 3.1)

PBC’s “complete sharding”

While the term “sharding” has been popularized by blockchain, its actually a term that was coined back in the 1990s, by an online video game company, of all places. During the initial popularization of MMORPG (massively multiplayer online role-playing games) the company building the game Ultima Online ran into a scalability problem. To solve the problem of scaling out huge worlds for hundreds of thousands of users to interact with, they came up with a database scaling architecture and coined it “Sharding” This sharding architecture caught on and is now actively being used by many different database products, including MySQL, Oracle DB and MSSQL.

Blockchain has borrowed the term but if you look at the general architecture of most blockchains, it does not conform to the general principles of what sharding really means. In blockchain sharding, while blocks may get created in parallel, it still gets appended to the end of a single chain.

Through “speed of light” finalization we tackled the issue of creating finalization instantly. For the transaction per block issue, we looked to architect the sharding model according to the definition of what sharding really is; True parallel processing of data.

Just like how it is in traditional databases, in Partisia Blockchain, each shard is an independent blockchain. And each shard ,or blockchain, is capable of independently creating, validating and confirming a block. This architecture goes back to the original definition of what a shard is and allows for true parallel processing of blocks. And in the event congestion is detected, the system automatically creates a new shard adding additional capacity dynamically. Through this dynamic scalability architecture, Partisia Blockchain can theoretically scale infinitely, only limited by the number of nodes in the blockchain.

By creating a programming language that allows for developers to use MPC in a generic way, Partisia Blockchain Foundation has made the creation of applications that can harness the power of MPC for different use cases a possibility. Partisia has been at the forefront of providing private MPC solutions since 2008. And by layering this technology on top of an interoperable and scalable blockchain, Partisia Blockchain is paving the way for anyone to create blockchain solutions that can balance privacy and transparency to build trust and ensure integrity.

To learn more about different use cases or partner with us for solutions, please visit partisiablockchain.com, check out our Medium articlesdevelopment documentations or email us at build@partisiablockchain.com.

Stay updated:

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

Interoperability Challenges in Blockchain and PBC’s Solution

Interoperability Challenges in Blockchain and PBC’s Solution

Have you ever taken a trip to an amusement park? Then you are probably familiar with “amusement park dollars”. The park encouraging you to exchange your native currency to “amusement park” dollars because the only thing that is accepted in that amusement park is the currency of the amusement park. And of course, those amusement park dollars are not good anywhere else except in that park.

This is similar to how the public blockchain industry’s tokenomics works. If you want to play in the Solana ecosystem, you have to have the SOL token. Same with Cardano, where you need to pay using ADA. Theta is TFUEL, etc. The entire ecosystem model revolves around their specific currency.

And like amusement parks, every blockchain is in competition with each other. “We’re cheaper. We’re faster. We’re the easiest to develop on.” So on and so on…

Figure 1: Amusement Park and Similarities to Blockchain Industry

In fact this “competition with each other” scenario has been seen throughout history. And it’s quite interesting to see, historically, who has been the winners in these types of competitions. VHS vs Beta in the 70’s, The desktop wars in the 80s, Ethernet vs Token Ring in the 90’s, search engine wars in the 2000’s, and the streaming war that is currently ongoing. And in almost all cases, the winners in these “wars” was the one who was collaborating rather than competing with others.

So the big question is….. Who is going to win the L1 public blockchain wars?

Figure 2: Historical Outcomes in Platform Competition

As mentioned above, the current state of the public “blockchain wars” is all about competing with everyone. The combination of every chain saying they are faster and cheaper, with the silo’ed tokenomic model of each chain forcing users to spend only in their currency locks every dApp in their own ecosystem. This is why interoperability has become one of the biggest topics in the industry.

But can we do it differently?

One of Partisia Blockchains core principles is interoperability. This is because our vision is to enable anyone to create solutions that help establish trust and foster collaboration and this means having an architecture that supports interoperability.

Figure 3: Collaboration, Not Competition

So in this regard Partisia Blockchain created a platform from scratch. And following the vision and principles we are adhering to, we created the concept of Bring Your Own Coin (BYOC).

BYOC basically means the users of the chain can pay for using apps developed on PBC using the coin they are most comfortable with. Or in other words, the gas payment on our chain is other liquid coins. This allows for the following possible features.

  • Flexibility of the developers to create their apps and open up their ecosystem to all different type of token holders
  • Use the unique bridge for different types of use cases between chains, such as swaps, or transfer of data alongside account information between chains.
  • Allow for our general multiparty computation infrastructure as a service. dApps built on other chains can now use our MPC technology without needing to port their application over into our chain
  • Stable fee structure — price of the underlying asset does not change how much you pay in gas. It is always structured in a flat USD amount, allowing businesses to properly forecast their financial projections.

The Hermes bridge is a double-entry bookkeeping system securing the bridged asset through our MPC multi-sig oracle key. Currently supporting Ethereum, BNB and Polygon USDC, our roadmap includes others like bitcoin, ADA, XTZ and allows for simple integration to all other EVM compatible tokens. This interoperability and gas payment model opens up a variety of interesting use cases, such as the ability for users to interact with any dApp using their own currency of choice.

Figure 4: Generating unbiased RNG that is incorruptible

Our MPC-as-a-Service is also a unique feature of Partisia Blockchain. Our core vision is empowering anyone to be able to utilize our MPC services and to achieve this vision, we designed an architecture that allows anyone to call the blockchain, regardless of where their core app is built. Whether it is a traditional Web2 or a Web3 application that is built on a different chain, both can call Partisia Blockchain and compute using secret inputs without needing to port their entire application stack over to Partisia Blockchain.

Figure 5: Design to call PBC as a service

By creating a programming language that allows for developers to use MPC in a generic way, and combining it with a unique interoperability and a scalability architecture, Partisia Blockchain Foundation has made the creation of applications that can harness the power of MPC for different use cases a possibility. Partisia has been at the forefront of providing private MPC solutions since 2008. And by layering this technology on top of an interoperable and scalable blockchain, Partisia Blockchain is now paving the way for anyone to create solutions that can balance privacy and transparency to build trust.

To learn more about different use cases or partner with us for solutions, please visit partisiablockchain.com, check out our Medium articlesdevelopment documentations or email us at build@partisiablockchain.com.

Monadi — The Blockchain Validated Platform for Sustainability Data Management and Reporting for CSRD Compliance

Monadi — The Blockchain Validated Platform for Sustainability Data Management and Reporting for CSRD Compliance

Guest blog by Vilma Catani and Radu Pavel, Co-founders of Monadi.

Monadi is a platform for managing sustainability data and reporting in compliance with the Corporate Sustainability Reporting Directive (CSRD). This EU-imposed regulation mandates companies to disclose information regarding their Environmental, Social, and Governance (ESG) impacts. With the CSRD set to come into effect in 2024, approximately 50,000 companies in the European Union will be obligated to report their ESG data. Monadi aims to simplify and streamline this process while also leveraging the business opportunities it presents.

Sustainability reporting requires management of a vast amount of data, which is a complex task. Firstly, sustainability data is often scattered throughout various departments and external sources within an organisation. Monadi aims to consolidate all of this data into a unified platform. Secondly, the timeline for achieving sustainability goals can extend for several decades, even as far as 2050. We want to be the go-to solution for managing both short-term and long-term sustainability goals.

Monadi has chosen Partisia Blockchain to help ensure safe, credible, and transparent management of data, enabling comparable results across organisations. Leveraging systems like Multi Party Computing and Zero-Knowledge proofs, Partisia Blockchain offers solutions for data transparency, credibility, and encryption. Given the sensitivity of sustainability data, many companies are reluctant to share it. However, the highly secure solutions offered by Partisia Blockchain provide a game-changing approach for ensuring data protection and privacy.

The Minimum Viable Product (MVP) is expected to be released by the end of this summer, offering the public access to the first use case: “Male-female pay gap” which adheres to the European Sustainability Reporting Standards and utilises Partisia’s Multi Party Computing (MPC) capabilities to privately collect and calculate the pay gap data between genders within the organisations, which is then added on-chain. The platform also provides dashboards and other features to monitor progress and generate reports ready for CSRD reporting.

In summary, Monadi is an innovative platform for management and reporting of sustainability data for companies operating under the CSRD. By leveraging Partisia Blockchain’s technologies and ensuring data privacy, Monadi offers a solution that simplifies compliance and empowers organisations to progress towards their sustainability goals.

— — — —

Website and social channels coming soon…

Muwpay — the ultimate “smart wallet” experience on Web3

Muwpay — the ultimate “smart wallet” experience on Web3

Guest blog by Dhruv Malik, Sr Smart Contract Engineer and Gael Bokongo CEO and Co-founder at Muwpay.

Muwpay, founded by an educated and innovation-driven team, is on a mission to dissolve the barriers of cross-chain universes by designing a flexible, interoperable user experience. The team has been developing their pioneering protocol called MUWP (Multi Underlying Wrapped Payment), a multi-token protocol adaptable to a variety of formats such as smart wallets, smart widgets, or SDK.

We are privileged to be trusted by Partisia Blockchain, one of the key players in the blockchain space known for secure and private computation services. This partnership has led to the creation of a smart wallet specific to the Partisia community. Thanks to the technical support and global vision of the Partisia Blockchain Foundation, a secure environment has been established where users can experience cutting-edge solutions. This collaborative approach holds vast potential for the future.

We were thrilled to be interviewed by the Partisia Blockchain team to explain our journey so far on our first partnership with such a significant figure in the blockchain industry. Check it out here.

Muwpay is developing the smart wallet and cross-DEXliquidity aggregator protocol with the aim of:

  • Add tokens from multiple wallets in a few clicks.
  • Reducing the burden of relying on multiple bridges and DEX aggregators to manually do the transfers.
  • Providing best price and low slippage trades by making the on-chain orderbook resistant to front-running.
  • Ensuring that your funds do not get exploited by keeping features such as transferring limited allowance tokens, possibility to revert tokens.
  • Support for both hardware and software wallets.
  • Being able to search other wallets using ENS like naming service.

Thus, we provide full end-to-end wallet as a service for Partisia ecosystem

This will be the cross-native wallet that works as follows:

  1. Create your account on Partisia using an external hard wallet and soon from a traditional Web2 account
  2. Create smart account (on-chain smart contract wallet working similarly in terms of multi-sig)
  3. Integrate various wallets and their tokens that you want to use in order to pay other accounts
  4. Define the destination address that you want to pay the amount along with the destination token address and the constraints (maximum percentage of slippage, minimum amount out etc.)
  5. Click on transfer (aka Muwped)

And then see the benefits of paying instantaneously in stablecoins using multiple denominations and low slippage.

For us, Partisia Blockchain ecosystem’s main characteristics were critical to launching our project on this ecosystem, services such as:

  1. Bring Your Own Coin using Hermez Bridge: this allows wallets to reduce the challenge of onboarding collateral tokens from the Ethereum ecosystem. All of the tokens will be represented as 1:1 wrapped versions of the underlying asset, which can be transferred P2P between the wallets, and then redeemed into the original amount. Thus. bringing significant adoption.
  2. ZK MPC compute and possibility for segmenting public and private parameters in contracts: This has been of significant help in developing contracts that keep certain computations private (like computation of gas fees and transaction ordering in the order book), but allowing possibility to generate the proofs regarding the nature of data. This helps us to resolve the issues regarding front-running, keeping information about the users sub wallets private, etc.
  3. Dynamic scalability of producing shards: helps to significantly scale our capacity of our transactions and not being usually blocked due to the bottlenecks introduced due to the periods of intense usage, and, thus, providing more stability.
  4. Having decentralized consensus of oracles to insure safety from malicious price and providing high availability of the pricing feeds for the mainnet tokens.

MUWP offers extensive benefits for crypto holders. It streamlines the conversion of tokens, reduces operational risks through secure and private computation services, and decreases gas fees by enabling any token for payment. The shards feature also improves transaction throughput. As such, MUWP enhances the overall cryptocurrency user experience, taking it a notch higher.

Thus, we have been progressing to build the smart contract protocol layer and also the mobile wallet, and are poised to release the beta test version around July. Feel free to follow the website muwpay.com for more information.

Overall, the partnership between Muwpay and Partisia Blockchain, and the innovations they are set to introduce, demonstrates a clear vision for a more efficient, secure, and user-friendly future in the world of blockchain technology.

Website | Twitter | Linkedin | Telegram | Discord