2022 Development Milestone of Luniverse NFT

By Martin Oh, CTO of Lambda256

 

2021 was a remarkable year for NFT, as it started to play a salient role as a blockchain application. Both trade volume and the price of NFT increased dramatically. The proof of ownership using blockchain technology was the core reason for the success of NFTs.

Traditional artworks are not very reproducible, and their owners are the physical holders. On the other hand, the originality and ownership of digital products – such as images, videos, and sound – were difficult to be proven due to their high reproducibility. Proving ownership of digital products with electronic signature technology applied in blockchain, NFTs started to be used in various fields.

Metaverse, a link between the cyber- and real-world, is no longer a future. Users will more actively create digital products in Metaverse. User-created content, or UCC, was nothing new even before the advent of blockchain. Nevertheless, the consumption of UCC was limited to the service on which it was created; outside the service, the digital content could not be used.

Unlike digital products on the existing UCC services, those made with blockchain prove both the creator and the owner of them. Thus, user-created digital products are not restricted to certain services.

Luniverse NFT Service

To support NFT trends, Lambda256 also revealed the Luniverse NFT service in 2021. Users of Luniverse NFT API can use both Luniverse Main Chain and Luniverse Side Chain, which are selectable depending on the circumstance.

Using Luniverse NFT service API, users can also add functions to issue NFTs on applications. Luniverse NFT service API supports contract management, media data management, metadata management, and token management.

In contract management, users can 1) deploy NFT contracts on the blockchain and 2) view the list of deployed contracts. In media data management, users can manage the images, videos, and audio of the NFT tokens. Media data are saved in AWS S3, and the services are connected to the CDN service for a quick download in the application.

{
  "txHash": "0x282f516032853441ee9cddadac9df39e48c60aeab73a08cacbb24288324d127b"
  "from": "0x42f8ef8f7e39fa1da1de9ba6065e7d393726c4ad",
  "to": "0x39ee482623594871d2eaf7ccd0b9c6120ad434f8",
  "data": "0x05be2544..."
  "nonce": 386
}
{
  "txHash": "0x4822f894db734c80c22bd7bf94f2566b8283e97589e4c9bf799e32e1dbe8b100"
  "from": "0x42f8ef8f7e39fa1da1de9ba6065e7d393726c4ad",
  "to": "0x39ee482623594871d2eaf7ccd0b9c6120ad434f8",
  "data": "0x05be2544..."
  "nonce": 387
}
{
  "txHash": "0xbe2801f406a07694f2407bee047c468e9061b2440c481a71d2c692272809b3bd"
  "from": "0x42f8ef8f7e39fa1da1de9ba6065e7d393726c4ad",
  "to": "0x39ee482623594871d2eaf7ccd0b9c6120ad434f8",
  "data": "0x05be2544..."
  "nonce": 388
}

For example, if the 387 transaction above disappears after the 386 transaction is mined, the 388 transaction pauses in the waiting queue before being processed. After a certain amount of time, the 388 disappears.

The patented technology, the Transaction Pipeline, prevents such issues.

{
  "from": "0x42f8ef8f7e39fa1da1de9ba6065e7d393726c4ad",
  "to": "0x39ee482623594871d2eaf7ccd0b9c6120ad434f8",
  "data": "0x05be2544..."
}
{
  "from": "0x42f8ef8f7e39fa1da1de9ba6065e7d393726c4ad",
  "to": "0x39ee482623594871d2eaf7ccd0b9c6120ad434f8",
  "data": "0x05be2544..."
}
{
  "txHash": "0xbe2801f406a07694f2407bee047c468e9061b2440c481a71d2c692272809b3bd"
  "from": "0x42f8ef8f7e39fa1da1de9ba6065e7d393726c4ad",
  "to": "0x39ee482623594871d2eaf7ccd0b9c6120ad434f8",
  "data": "0x05be2544..."
}

Luniverse NFT Minting Tool

< NFT Contract Management API >

< NFT Media Data Management API >

< NFT Metadata Management API >

< NFT Token Management API >

The API specifications of the Luniverse NFT service can be checked at https://api.luniverse.io/nft/v2/docs/.

Luniverse NFT Minting Tool

Luniverse NFT API provides basic functions necessary to issue NFT only in API, which means that it is a tool for developers, so it is difficult for users who are not developers to issue NFTs. Thus, we made an NFT Minting Tool for non-developers. The NFT Minting Tool offers functions for contract deployment, media data management, metadata management, and token issue, using a web interface.

NFT Metadata

The NFT Metadata is largely divided into basic metadata and extended metadata – or on-chain metadata and off-chain metadata, based on where it is saved. Basic metadata is defined in the ERC721, the standard of the Ethereum NFT, and is saved on-chain. Basic metadata of the Luniverse NFT service is saved on-chain, while the extended metadata is saved off-chain.

  • Basic metadata: name, symbol, and tokenURI are basic metadata, and they are defined in the ERC721Metadata interface. Name and symbol are the same value regardless of the token, and only the tokenURI alters based on the token ID. tokenURI, on the other hand, can be set to change depending on the status of a token. Basic metadata can be viewed on-chain using the ERC721 contract.
interface ERC721Metadata  {
    function name() external view returns (string _name);
    function symbol() external view returns (string _symbol);
    function tokenURI(uint256 _tokenId) external view returns (string);
}

All metadata except for the basic metadata is called extended metadata. The extended metadata can be recorded on or outside the blockchain; the Luniverse NFT service records all extended metadata off-chain.

  • Extended metadata: By extending the ERC721, extended metadata can be saved and viewed on-chain. In fact, it is ideal to record the extended metadata on the blockchain. However, it requires a high storage fee. Therefore, Luniverse saves the extended metadata only off-chain.
  • Off-chain metadata: Metadata that cannot be viewed through the chain, but through tokenURI
    • The two types of off-chain metadata are media data and property data. The current version of the Luniverse NFT service directly saves and manages metadata in the NFT service. Because of the decentralizing feature of the blockchain, NFTs can be used without being restricted to a certain service. However, for smooth web service, metadata is now managed in a centralized server. To transact NFT tokens issued in Luniverse to a decentralized wallet, such as Metamask or D’cent, the metadata of tokens should be copied to P2P decentralized storage, such as IPFS. Then, the owner of the token will completely own the metadata without a centralized server.
{
 "name":"BraveGirls Eunji Special Color (B&W) #15/15",
 "description":"[Special Color (B&W)] The best sniper on earth, Eunji",
 "image":"https://nft-cdn.luniverse.io/public/777070ca-6030-4331-b47b-712e3fa0a47f_2021-06-15T09:07:18.184Z.png",
 "ipfs" : "ipfs://777070ca-6030-4331-b47b-712e3fa0a47f/2021-06-15T09:07:18.184Z.png",
 "imageHash":"7a5af6d66da0d02767539698e68ce132a5fba1a5636836a2234a77b7124f4b16",
 "createdBy":"John Smith",
 "createdDate":"2021-06-17",
 "editionNo":"15",
 "editionMax":"15”,
 "properties":[
   "width": 96,
   "height": 96
 ]
}

NFT Media Data

Luniverse NFT service currently saves media data in S3 and offers a function to view media data through CDN for a smooth service. The NFT contract is built to prove the originality of the media data by recording a hash value.

Luniverse plans to offer an option for the media data to be viewed in a decentralized wallet without a centralized server, just like for the metadata. The function will be offered by copying in a P2P decentralized file system, like IPFS.

Functions To Be Added

NFT Minting Tool

Currently, Upbit and Upbit CPs(Content Providers) are provided with NFT minting tools for Upbit Marketplace. Data shows that Luniverse users mint NFT for B2B uses more than individual uses, so Luniverse will offer B2B NFT Minting tool in SaaS (Software as a Service format) within the first quarter of 2022.

Multichain Support

Luniverse NFT Minting Tool, at this moment, only allows NFT deployment in the Luniverse Main-Chain and Side-Chain. However, requests to deploy NFT tokens on Ethereum Mainnet are increasing among Luniverse users because the token deployment in Ethereum is accepted in virtually all VASPs or marketplaces. Therefore, by the third quarter of 2022, various chains – such as Ethereum, Polygon, and Solana – will be supported for NFT deployment.

Decentralized Metadata Service

Luniverse supports some decentralized wallets, like Metamask and D’Cent. Users that use decentralized wallets need to inquire about metadata and media data without a centralized service. Luniverse will develop an inquiry function about metadata by saving NFT metadata and media data in the P2P file system, which means that a centralized server will not be necessary.

NFT Bridge

As of February 2022, there are approximately 38,488 NFT contracts deployed in the Ethereum blockchain, and fees to transact NFTs are around $18. Activation of blockchain applications such as DeFi and NFT brings about high gas fees and transaction process performance issues. Ironically, as more people use the Ethereum Mainnet, both the value and transaction fees of Ethereum increase, eventually hampering the use of Ethereum Mainnet.

Once Metaverse is activated, various items to ornate Metaverse will be created and traded as NFTs. If the transactions of the Metaverse are recorded in the Ethereum Mainnet, the services related to NFTs will not be smoothly supported due to the low transaction process rate. Thus, the Metaverse systems will likely have to create their own blockchain.

However, they will also have to support trading NFTs created on other public chains on their service, which will require bridge protocols. Luniverse is building an NFT bridge to enable the use of NFTs deployed in Ethereum, Solana, and Polygon; by the end of the first quarter of 2022, Ethereum Mainnet bridge service will be supported.

Conclusion

For the last three years, Luniverse has been developing a BaaS platform for users without much blockchain knowledge to easily use blockchain. In 2022, Luniverse, as a blockchain enabler, will develop various services and tools that will contribute to popularizing NFT.

Luniverse NFT 

Are you curious about Luniverse NFT? Contact us at support@lambda256.io for a meeting.

Join the Luniverse Discord community to check out and communicate about the latest news of Luniverse and NFT!

The Best Consensus Algorithm for Enterprise Blockchain

Blockchain can be defined as a decentralized network technology composed of numerous nodes. In a blockchain environment, it is important that all participating nodes save data like transactions consistently; otherwise, data crashes among nodes can yield data disorder. Thus, consensus algorithms, which are made to prevent crashes, are the core technology of blockchain. The role of consensus algorithms is to make all data on the blockchain be saved identically on all participating nodes. In other words, they help nodes agree on which data to save. A professor at the University of Fribourg, Andreas Meier, mentioned in his paper that “blockchain = consensus algorithms + decentralized environment.” This sentence alone demonstrates the importance of consensus algorithms in the blockchain.

 

PoS: The Next Trend, But Not for Enterprises

Proof of Work: The First-Generation Consensus Algorithm

What are some examples of consensus algorithms? The most familiar is Proof of Work (PoW), which is also known as mining. Those who win over computing power earn the right to generate a block.

Most blockchains of the initial Bitcoin era chose PoW as their consensus algorithms; first-generation Ethereum also uses PoW. However, as mining the blockchain became more competitive in 2017, the excessive use of electronics has been pointed out as a culprit of environmental destruction. The anti-environment feature of PoW led to an increasing number of skeptics. The skeptics also criticized the extreme use of physical assets for digital assets. Thus, a new type of consensus algorithm, Proof of Stake (PoS), has gained a spotlight.

Proof of Stake: Consensus Algorithm by Staking

Miners of PoS, unlike those of PoW, compete by staking tokens instead of computing power. In other words, miners in PoS gain more rights to generate blocks if they staked a larger amount for a longer period.

PoS has largely two advantages. The first is fairness. Anyone with tokens can try to create a block, which is fairer than PoW which requires expensive and fancy computing power equipment.

The second is that no cost is needed to generate blocks (costless block generation). To mine in PoW environment, you need to pay for electricity. The only cost needed for PoS is, on the other hand, the opportunity cost for providing liquidity of that token or coin.

Due to two powerful strengths, public blockchains often use PoS. Solana, Polygon, and 2nd generation Ethereum have all implemented PoS. However, PoS-based blockchains are not suitable for enterprises for remarkable drawbacks.

Three Reasons PoS Is Not for Enterprise

The first problem comes with initial coin distribution. In a PoS environment, winners might take all. The strength of PoS is that anyone with tokens can participate in block generation. However, a chance to participate does not guarantee a right to generate a block. The staking amount is positively correlated with the chance to win the block generation. Initial miners who invested a large amount earn more rights to generate blocks, thus more rewards and additional tokens to stake. Eventually, the rights to generate blocks are distributed unevenly. PoS is then no longer fair. For example, out of 1,700 miners of Solana, the top 16 miners take up approximately 34% of all staking. Very few miners are generating most blocks.

The second is costless simulation. One of the strengths of PoS is cost – only the opportunity cost is spent. However, the low cost makes PoS vulnerable to malicious attempts to generate wrong blocks. The PoS-based blockchains are trying to prevent such attempts by a penalty policy – confiscating all staked tokens of malicious miners.

The last problem is uncertified block miners. The malicious attempts as above happen because the miners are not certified. Miners might not meet their obligations to generate blocks. This is crucial for enterprises that need to provide constant credibility to the customers. The assumption of enterprises is that their service will not be interrupted. In contrast, public blockchains admit the possibility of interruption and deal with a problem afterward. Last year and this January, for instance, Solana was interrupted a few times.

Luniverse with PoA Consensus Algorithm

 

Then what should be a consensus algorithm for enterprises? Proof of authority (PoA) is an appropriate option. Credible institutions related to the blockchain participate in generating blocks in PoA. PoA complements the drawbacks of PoS.

First, all participants can equally receive the right to generate blocks because authorities generate them. PoA is not a competition-based mining system, unlike PoW or PoS. However, participants with authory generate blocks only with credibility. Thus, there is no winner to take all.

Second, since blockchain miners are credible institutions, PoA is almost free from malicious attacking attempts. There is little chance that a block goes wrong because credibility has been confirmed at the participating stage. PoS, which does not confirm participants, is also open to hackers, hampering the governance credibility. However, the blocks of PoA are created only by trustworthy participants, granting credibility to the governance.

Considering such strengths, Lambda256 is using PoA as a consensus algorithm of Luniverse. The participants of Luniverse build their own chains to earn authority, so that even the enterprise services can apply blockchain.

Luniverse Enterprise Blockchain

Solution Designed for Enterprise

Applying blockchain to existing or a new business requires a stable blockchain environment. For enterprises, a blockchain service needs to be both stable and flexible. Lambda256 will provide anything you are seeking for in the blockchain industry.

Curious about Luniverse enterprise solution? Contact us at support@lambda256.io for a meeting.

Webinar Recap: Luniverse 2022 NFT Demo Day

On February 25th, Luniverse team held an NFT webinar on the official Luniverse YouTube channel. Despite the webinar’s rich content, the global fans of Luniverse could not take advantage of it because of a language barrier. So, we will provide a summary of each of the four sections of the webinar for those who missed it.

Continue reading

NFT, the Word to Be Gone in 2022

One of the most famous English dictionaries, Collins, nominated NFT as the “2021 word of the year.” It seems like NFT comes to mind before Bitcoin when explaining blockchain technology. However, the word NFT may be gone in 2022, and here is why.

Continue reading

Blockchain 2022: This Is What CEO of Lambda256 Foresees

With the beginning of 2022, the CEO of Lambda256 talks about his insights to Blockchain and the role of Luniverse. 

Jay Park, CEO of Lambda256

 

 

 

Back in 2007, people talked a lot about Web 2.0.. Ajax – an asynchronous communication method with passive, static, and full web browser capability – was the core technology that enabled Web 2.0. By implementing a desktop S/W-level dynamic experience on a web browser using Ajax, “Transition to the web” has achieved. These changes were led by web office, Thinkfree, which could replace the MS office. Considering that both Microsoft and Google offices are cloud-based web offices, the web has evolved to 2.0 over the past 20 years. 

 

Recently, people are talking about Web 3.0. Let aside the different definitions of Web 3.0, what matters the most is the financial flows. The new technology and market growth are driven by the inflows of money and people. Currently, investment funds and capitals are increasing in the technology companies that deal with Blockchain, NFT, DeFi, and Metaverse. This is why Web 3.0 has become a new mega-trend based on these technologies. The arguments on Web 3.0 among Andreesen Horowitz, Elon Musk, and Jack Dorsey are interesting because similar arguments were common back in the Web 2.0 era. However, market leaders such as Google and Amazon eventually emerged from the massive inflow of funds. The Series B investment on Lambda256 – about $60 million – in just two months clearly shows a great interest in Web 3.0.

Lambda256 believes Web 3.0 can make the real world transition to web. People have created a world where most content and services in the real world are connected on the web; one of the very few exceptions is the digitization of assets. When I was in Samsung Pay development project, my team sought to bring the wallet-based payment experience to mobile. People at that time were already used to digital payments with credit cards, so our payment service product successfully brought about the mass adoption of the mobile payment. But another significant problem remained: how can we convert the fiat currency into digital assets? A simple answer was to issue loyalty points backed by the fiat currency deposit. However, it had limitations because it was not reliable, scalable, or manageable enough. The only answer, I believe, is blockchain-based digital assets. The tokenization technology of blockchain grants various economic models via digitalizing diverse forms of assets and connecting each of them through web. Linking traditional assets to service&content-based web. This is what Lambda256 expects from Web 3.0. 

There are two choices to issue and link assets on Web 3.0. One is the private blockchain model meeting the current compliance and regulations, and the other is the decentralized blockchain model which brings the disruptive innovation. There’s no compromise because the governments equate decentralization and illegality. Thus, they control decentralized projects with regulations or taxes.

All virtual asset service providers with the private blockchain business model must comply with government regulations. Even in South Korea, all virtual asset companies must obtain ISMS certification and comply with the Travel Rule from March, 2022. For example, Travel Rule states that withdrawal from centralized exchanges to decentralized wallets such as Metamask that do not comply with the rule is prohibited. In other words, there would be a border between the centralized and decentralized wallets.

The Regulatory-based Blockchain Technology Will Be Important For the Private Blockchain Services.

Existing requirements for the traditional financial services, such as KYC/AML, Travel Rule, and fraud detection system are also required for virtual asset services. Therefore, companies must comply with these regulatory demands when conducting various virtual asset-based businesses such as crypto custody service, and NFT trade platform. Ironically, the virtual asset regulation market might grow according to this trend. For example, VerifyVASP, a Travel Rule service developed by Lambda256, is already deployed to +30 VASPs, and Chainalysis is growing rapidly by providing anti-money laundering (AML) solutions.   The decentralized blockchain businesses are growing rapidly, thanks to its infinite competition and enlarging liquidity due to various ideas becoming protocols. 

Ethereum Becomes Popular But with Slower Speed, While Layer 2 Solutions Will Increase. 

Ethereum 2.0, the most popular public chain, will take a few years to be developed due to its slow speed; nevertheless, it will continue to develop as a platform for issuing trust-based asset contracts, and its asset volume will increase as well. Therefore, roll-up-based layer 2 chain technologies such as bridge technology, optimistic roll-up, and zero knowledge certification (zk) that peg ERC20 and ERC721 assets issued on Ethereum into side chains will grow significantly. The optimistic rollup solutions include Optimism and Arbitrum, and zero-knowledge (zk) roll-up includes looping, zk swap V2, zk sink, AZTEC, Polygon, etc. In addition, Dapper Labs’ sidechain Rhonin and Lambda 256’s sidechain Luniverse are in the spotlight as they can utilize ERC20 and ERC721 assets through Layer 1 Bridge. Of course, layer 1 public chain projects such as Avalanche and Solana, which are compatible with Ethereum EVM, are also growing.

The Growth of the Tokenization of the Virtual Assets, Defi, NFT Will Continue

According to a report published by South Korean National Assembly’s Budget Office (NABO) in September 2021, the size of the virtual asset market has exceeded $1.68 trillion USD globally. According to DeFi Llama, a DeFi dashboard, the total value of cryptocurrency locked (TVL) in the DeFi protocols as of the end of 2021 is $245.2 billion, approximately. NFT market, which has been surging recently, is estimated to be at least about $26.9 billion in 2022, according to an analysis by Chainalysis. Even now, various types of virtual assets, NFT, and DeFi protocols are being created around the world, and the scale continues to increase accordingly. Plus, these new digital assets are not centralized service operations like Google or Naver, but are operated in the services with a new community-type governance models such as DAO(decentralized autonomous organization), in which people with digital assets participate and operate services.

Blockchain as a Service (BaaS) with Easy and Productive Environment will grow rapidly 

Technically speaking, current virtual assets consist of ERC20 tokens, ERC721 NFTs, and smart contracts written in languages such as solidity using them. Clearly, a development environment with high productivity to build contracts and DApps is necessary. Currently, among the most prevalent include Web3.js, Truffle, Ganache, and HardHat, but their environments are far below expectation. Developers who are used to the existing environments like Java, C++, IDE will encounter a lot of difficulties in solving debugging, calculating the execution cost (gas fee), and managing security defects when developing smart contracts. In particular, the nature of blockchain, such as nonce management of large-capacity transactions, data inconsistencies between nodes, and pool-based transaction processing method, hampers developing stable services. 

To solve these difficulties, blockchain service solutions like Luniverse provide a stable chain management and productive development environment. For example, Luniverse lets its users create a sidechain that can be effortlessly connected to Ethereum nodes or Ethereum, develop and distribute contracts with ease, and make use of various utility services necessary for contract development. In addition, security defects can be detected and solved through smart contract audit services such as Odin of Sooho.io. Given that losing a large amount of assets due to a small mistake in smart contract code is not uncommon, you will see how important and helpful this development environment is.

Beginning January 2022, Lambda256 operates the next-generation Luniverse Mainnet to activate the Web 3.0 DApp services. In order to accelerate the Web 3.0 services, Luniverse Mainnet enables transferring virtual assets in different types of Layer1s to Layer2 Sidechains, developing and operating NFT, Defi, and real life DApp services through high-performance transactions without gas costs. In particular, it provides an environment where high-level blockchain services can be easily developed by providing high productivity development and operation tools. For example, an independent consortium Mainnet with various business partners can be established and operated on Luniverse. The goal of Lambda256 has always been to bring blockchain into real world and develop daily services via DApp, so it has been supporting the development of various DApp services based on Luniverse BaaS so far. Currently, some of the most active DApp services – ZikTok, M.ilk, Berry, Cherry, Aha, and Gluwa, for instance – are based on Luniverse, contributing to the world of Web 3.0 from their very beginning. In 2022, we hope more global projects inaugurate the era of Web 3.0 via next Luniverse Mainnet and BaaS services. 


If have any question about our service, contact us via support@lambda256.io.

Dunamu and Lambda256 Partner to Launch Upbit NFT platform

Dunamu, the operator of Upbit, has launched “Upbit NFT” beta service. As a result, Dunamu owns the largest cryptocurrency and NFT exchange in Korea at this moment. It is significant that Dunamu started to cooperate with its subsidiary, Lambda256. 

Upbit announced on the 23rd of November that it has launched Upbit NFT beta. It offers two services – ‘Drops’ where users buy NFTs through English or Dutch auctions, and ‘Marketplace’ where users trade their NFTs. 

(Source=Upbit NFT official website)

On the date of the launch, the first piece of NFT art “Mirage Cat 3” by digital artist Jang Koal, was sold for more than 3.5 BTC or about $173,000. 

This notable launch of the Upbit NFT was achieved through Dunamu’s partnership with its subsidiary, Lambda256. Lambda 256 was separated from Dunamu in March 2019 and launched “Luniverse,” a Blockchain as a Service(BaaS), from May of the same year. However, for nearly three years since its establishment, it hasn’t worked in collaboration with Dunamu.

The partnership between the two companies began in June. Lambda 256 unveiled the NFT platform with NFT minting and trade functions. Upbit’s first NFT Airdrop event was proceeded with the announcement of the Luniverse NFT platform.

 

Earlier in February, Park Jae-hyun, CEO of Lambda 256, said on the interview with Paxnet News, “Blockchain is the best technology for tokenizing both tangible and intangible assets, such as stocks, bonds, and art pieces, so we plan to develop for the asset tokenization market as well.” Lambda256 has been preparing for the NFT minting/trade service since the beginning of the year.

Upbit held several rounds of NFT drops for its users earlier this year before the launch of Upbit NFT. It was a series of NFT collections in various industry verticals such as entertainment and sports, including Brave Girls, Mad Monster, South Korea’s table tennis legend, Jang Jae-ho, Olympic Heritage Digital Pin, Magumagu, Waste Tires, and Hanwha Eagles. All NFTs distributed by Dunamu to Upbit users were issued on the Luniverse chain. As a result, Lambda256 is expected to grow as Upbit NFT’s technology provider as Upbit NFT becomes the largest NFT exchange in South Korea.

The art pieces on Upbit NFT are currently only minted on Luniverse, and it does not support the withdrawals to Ethereum ERC-721 wallets unless it’s whitelisted separately.

 

Upbit team said, “At this moment, we only support the Luniverse protocol to provide NFT services, but we will also review and support other mainnet-based NFT protocols considering the wallet connection issues.”

 

(This article was originally appeared on Paxnet News