Back to Course

3. Advanced Course

0% Complete
0/0 Steps
  1. 1. What is Taproot?
  2. 2. Blockchain bridges – what are they?
  3. 3. What is the 51% attack on blockchain?
  4. 4. Zero-knowledge proof – a protocol that respects privacy 
  5. 5. What is EOSREX?
  6. 6. Mirror Protocol – what it is? 
  7. 7. What is DAO, and how does it work?
  8. 8. What is spoofing in the cryptocurrency market? 
  9. 9. What is digital property rights in NFT?
  10. 10. How to verify a cryptocurrency project – cryptocurrency tokenomics 
  11. 11. What is Ethereum Plasma?
  12. 12. What is Ethereum Casper?
  13. 13. What is Selfish Mining? 
  14. 14. How to create your own NFT? 
  15. 15. Schnorr signatures - what are they? 
  16. 16. What is Zk-SNARK and Zk-STARK? 
  17. 17. What is Proof of Elapsed Time (PoET)?
  18. 18. MimbleWimble - what is it? 
  19. 19. What are ETFs and what role do they play in the cryptocurrency market? 
  20. 20. What are synthetic assets? 
  21. 21. Definition of DeFi, and what are its liquidations?
  22. 22. New identity system - Polygon ID
  23. 23. What is Ethereum Virtual Machine (EVM) and how does it work?
  24. 24. Ethereum Foundation and the Scroll protocol - what is it?
  25. 25. What is Byzantine fault tolerance in blockchain technology?
  26. 26. Scalability of blockchain technology - what is it?
  27. 27. Interchain Security - new Cosmos (ATOM) protocol
  28. 28. Coin Mixing vs. Coin Join - definition, opportunities, and threats
  29. 29. Soulbound Tokens - what are they, and how do they work?
  30. 30. Definition of LIDO - what is it?
  31. 38. What is Web3 Infura?
  32. 39. Mantle - Ethereum L2 scalability - how does it work?
  33. 40. Polygon zkEVM - everything you need to know
  34. 41. What is Optimism (OP), and how do its roll-ups work?
  35. 42. What are RPC nodes, and how do they work?
  36. 43. SEI Network: everything you need to know about the Tier 1 solution for DeFi
  37. 44. Types of Proof-of-Stake Consensus Mechanisms: DPoS, LPoS and BPoS
  38. 45. Bedrock: the epileptic curve that ensures security!
  39. 46. What is Tendermint, and how does it work?
  40. 47. Pantos: how to solve the problem of token transfer between blockchains?
  41. 48. What is asymmetric encryption?
  42. 49. Base-58 Function in Cryptocurrencies
  43. 50. What Is the Nostr Protocol and How Does It Work?
  44. 51. What Is the XDAI Bridge and How Does It Work?
  45. 52. Solidity vs. Rust: What Are the Differences Between These Programming Languages?
  46. 53. What is a Pinata in Web 3? We explain!
  47. 54. What Is a Real-Time Operating System (RTOS)?
  48. 55. What Is the Ethereum Rinkeby Testnet and How Does It Work?
  49. 56. What Is Probabilistic Encryption?
  50. 57. What Is EIP-4337? Will Ethereum Account Abstraction Change Web3 Forever?
  51. 58. What are smart contract audits? Which companies are involved?
  52. 59. How does the AirGapped wallet work?
  53. 60. What is proto-danksharding (EIP-4844) on Ethereum?
  54. 61. How to Recover Cryptocurrencies Sent to the Wrong Address or Network: A Practical Guide
  55. 62. MPC Wallet and Multilateral Computing: Innovative Technology for Privacy and Security
  56. 63. What is decentralised storage and how does it work?
  57. 64. Quant Network: scalability of the future
  58. 65. What is StarkWare, and recursive validity proofs
Lesson 40 of 58
In Progress

47. Pantos: how to solve the problem of token transfer between blockchains?

Pantos is an open-source project that solves the problem of interoperability between blockchains. As we know, most blockchains do not work together. They are not connected to each other and cannot cooperate. Pantos was founded to solve these problems. It aims to drive innovative solutions in cross-blockchain interoperability.

Today’s lesson will focus on this solution. We will discuss how it works and look at its advantages and disadvantages.

What is Pantos?

Pantos Digital Asset Standard (PANDAS) is the official name of the protocol. Pantos is an innovative solution designed to overcome the limitations of the ERC-20 token standard, in particular its lack of compatibility with multichain networks.

The ERC-20 standard is very widely used, especially on the Ethereum network. However, its single-chain formulation presents a number of challenges, particularly the transfer of assets between different networks. Currently, users deposit their ERC-20 tokens with CEX to transfer them to another chain. This is problematic and time-consuming. Blockchain bridges fail just as often.

Pantos is supposed to be a breakthrough in this regard. It creates a native multichain standard that focuses on the strengths of the ERC-20 standard and overcomes its limitations. The result? PANDAS a near-universal standard for digital assets that supports multiple chains, including Ethereum, BNB Chain, Avalanche, Cronos, Polygon, Celo and Phantom.

PANDAS – what exactly is this?

The basis of PANDAS is precisely the Pantos protocol. It is based on smart contracts, which in fact enable seamless transactions between chains. This solution ensures the security of digital assets. Moreover, they are efficiently transferred between supported networks without the need for intermediaries or centralized exchanges.

Let us now take a look at the structure of PANDAS.

Pantos Hub

The Pantos HUB is nothing more than a smart contract implemented on multiple blockchains. It enables cross-chain functionality for tokens based on the Pantos Digital Asset (PANDAS) standard.

The hub facilitates cross-chain transfers so that tokens can be moved seamlessly between different blockchains and retain value. By creating such token contracts, developers provide users with the ability to interact with tokens across different blockchains. In this way, they increase the usability of the token and encourage wider adoption.

Pantos Forwarder

This is also a smart contract. It acts as an intermediary between the Pantos Hub and token contracts that implement the IPantosToken interface. The forwarder is responsible for handling token transfers between chains. It ensures that the ownership and value of the token is preserved during the transfer. The Pantos Forwarder is in constant communication with the Pantos Hub. It coordinates the process of transferring tokens from one blockchain to another.

Importantly, token contracts must specify the Pantos Forwarder address in their code to enable cross-chain functionality.

IPantosToken interface

This is a set of standard functions that token contracts must implement to be fully compliant with the Pantos Digital Asset (PANDAS) standard. The interface ensures compatibility with various other blockchain ecosystems. It also defines additional functions and events tailored to cross-chain functionality (pantosTransfer, pantosTransferFrom, pantosTransferTo, getPantosForwarder). With the implementation of this interface, token contracts can use the cross-chain functionality of the Pantos Hub.

PantosBaseToken

This is a base token contract that implements the IPantosToken interface. It provides the basis for creating custom tokens, which, of course, comply with the Pantos Digital Asset (PANDAS) standard.

The base contract provides the necessary functions and events for cross-chain functionality. It thus simplifies the entire process of creating new tokens. How it works. Developers can inherit from PantosBaseToken and extend it with their own logic. They then create a new token that is compatible with Pantos Hub and that can be transferred seamlessly between different blockchains.

Pantos Token (PAN)

This is the native token of the Pantos network. PAN currently exists as an ERC-20 token on the Ethereum blockchain. However, once Pantos is launched on the mainnet, PAN will support multiple blockchain networks.

The number of tokens is set at 1,000,000,000. PAN is used to manage the protocol and is a way to pay for the fees associated with using the Pantos network.

Summary

PANDAS is a major step forward in the world of digital asset management. It offers a very powerful alternative to the well-known ERC-20 standard. It offers users support for multiple chains with seamless transactions between them. The protocol has great potential to revolutionize the way digital assets are created, managed and exchanged.