Author: ronalthapa

  • Conflux Network ($CFX) 2023: China’s Blockchain Project Set to Soar

    Conflux Network ($CFX) 2023: China’s Blockchain Project Set to Soar

    News of potential quantitative easing in China has led crypto experts to believe that there will be a surge in the value of Chinese blockchain projects. As such, Conflux Network ($CFX), one of China’s public blockchain, has seen a whopping 1600% price increase in 2023. In this article, we will explain what Conflux is, and why $CFX should be on your watch list this year.

    If you are interested in another Chinese crypto project, Alchemy Pay ($ACH) is also a top Chinese project this year.

    What is Conflux?

    Conflux Network is a public blockchain platform designed to support high-performance decentralized applications (dApps). It aims to address some of the limitations of existing blockchain networks such as slow transaction processing times, limited scalability, and high fees. It uses a novel consensus algorithm called Shanghai Tree-Graph that enables high throughput while maintaining decentralization and security. The algorithm allows multiple blocks to be generated in parallel and then merged into a single chain.

    Conflux Network also supports a range of smart contract languages, including Solidity, the most widely used language for Ethereum smart contracts. This means that developers can easily port their existing dApps from Ethereum to Conflux Network and take advantage of its faster transaction processing times and lower fees.

    Who is the Team behind Conflux?

    Conflux Network was founded by a team of researchers and developers from Tsinghua University in China and the University of Toronto in Canada. The co-founders of Conflux Network are Fan Long (CEO) and Xiaolong Wang (Chief Scientist). The team also includes a number of other experienced researchers, developers, and advisors from various fields, such as computer science, blockchain, and finance.

    Why is $CFX Pumping?

    The current price surge of $CFX seems to have strong support from retail investors, as indicated by social media metrics and fundamentals. This came as a result of two significant developments made by Conflux:

    On 15th February 2023, Conflux announced that they are developing blockchain-based SIM cards in partnership with China Telecom, one of the largest wireless carrier in China (390+ million movile subscribers). The trial program will first launch in Hong Kong later this year, followed by key mainland China locations such as Shanghai.

    Earlier in late January, Conflux partnered with Little Red Book, the Chinese equivalent of Instagram, to provide NFT services for the social media platform’s 200 million users. The news prompted a 90% increase in CFX’s price.

    $CFX Price Prediction 2023

    Looking at the technical aspects, CFX has experienced a significant increase in price which has caused it to become very overbought. This can be seen in both the daily and weekly charts where CFX’s relative strength index has risen above 70, indicating that the uptrend is close to its limit.

    Additionally, the Conflux Network token is currently testing the $0.28-$0.41 range as a resistance level, which was previously a support level between May and November 2021. If CFX falls back from this resistance area, its price could drop to the range of $0.097-$0.141, which is its main downside target.

    This range also coincides with the token’s 50-week exponential moving average (50-week EMA) at around $0.108, which is approximately 65% lower than the current price levels. On the other hand, if CFX manages to break above the $0.28-$0.41 range decisively, its price could rise to $0.84, which was the resistance level during the May-September 2021 period.

    Will $CFX Continue Its Momentum Throughout 2023?

    From a fundamental standpoint, $CFX is part of the “Chinese coins” narrative that is trending in 2023. With the potential of quantitative easing in China and crypto expansion in Hong Kong, people on the Crypto Twitter space are actively searching for investment opportunities in the Chinese market, taking advantage of any potential rally. $CFX still has a relatively small market cap, but has the potential to deliver strong returns for its investors if its momentum continues. And its momentum will likely continue if continuous development is seen in the Asian market.

  • Aptos vs Sui Blockchain: Similarities and Differences

    Aptos vs Sui Blockchain: Similarities and Differences

    Which Layer 1 Blockchain is “Better”?

    In the past year, layer 1 (L1) blockchains have exploded, facilitating ecosystem pumps throughout the market. L1s have become a viable alternative blockchain to Ethereum, the OG. They offer better scalability, lower fees, native DApps, risky meme tokens, massive APYs and more.

    As smart investors, we know that when an ecosystem is performing well, its underlying token is a great opportunity to make substantial profits. And with the Solana and Nomad hack happening recently, other L1s have become increasingly popular as investors are looking for a more secure and innovative blockchain.

    Aptos and Sui are among the most discussed L1s recently, with many venture capitals (VC) expressing investment interest in them.

    Both show a lot of promise to blockchain veterans as these web3 startups are formed by ex-Meta (formerly Facebook) blockchain developers as well as their infrastructure being based on Meta’s abandoned blockchain intiative, Diem.

    However, both teams have vastly different approaches to tackling the issue of blockchain scalability. In this article, we will compare and contrast Aptos and Sui, and consider which L1 blockchain you should be more bullish on.

    What is Aptos?

    Aptos is co-founded by Mo Shaikh (CEO) and Avery Ching (CTO), both former Meta employees who have years of experience as a senior developer and engineer in the blockchain industry.

    The team behind Aptos, also known as Aptos Labs, consists of an impressive group of PhDs, researchers, engineers, designers and strategists. Moreover, the team at Aptos has been aggresively expanding. They recently acquired several former Solana staff, most notably Austin Virts, former Head of Marketing at Solana.

    Aptos utilizes key elements of the former Diem blockchain as well as Move, a Rust-based programming language independently developed by Meta. Aptos claims the network will be able to process over 130k transactions per second using its parallel execution engine (Block-STM), which will mean lower transaction costs for users.

    See also: Aptos Blockchain Guide: the Next Big Innovation in Blockchain Scaling (Layer 1)?

    What is Sui?

    Sui is co-founded by Evan Cheng (CEO), Sam Blackshear (CTO), Adeniyi Abiodun (CPO), and George Danezis (Chief Scientist). They were former senior leaders of Meta’s advanced blockchain research and development organization.

    They were responsible for creating some of the most advanced open source components such as the programming language, execution engine and cryptography of the Diem blockchain.

    Sui is a decentralized, permissionless L1 blockchain designed to allow creators and developers to build experiences for web3 users. Similar to Aptos, its proof-of-stake network will scale horizontally and organise data such that transactions are executed in parallel. This greatly reduces computational power and transaction costs.

    Although both Aptos and Sui use Move as their programming language, their versions differ from each other, as such that their infrastructure operates distinctively on a fundamental level.

    See also: Sui Blockchain Guide: Revolutionary Scalability Solution?

    Aptos vs Sui Comparison

    Programming Language

    Both Aptos and Sui use Move, a Rust-based programming language, for parallel execution, but Sui uses has a different version of it.

    In short, Move is an executable bytecode language used to create smart contracts as well as custom transactions on the blockchain. According to Diem’s whitepaper on Move, it focuses on two major digital assets: scarcity and access control. Scarcity imposes limitations on asset creations, preventing any double-spending, while access control manages ownership and privileges.

    It differs from other programming language like Solidity because of its use of resources, which is drawn from the mathematical concept of linear logic. In linear logic, formulas are treated as fundamental resources that can only be used once. In the case of Move, “a resource can never be copied or implicitly discarded, only moved between program storage locations“, hence their name “Move”. This mechanism was designed to maximize security without adding complications to transactions, reducing gas fees.

    Aptos generally follows the textbook design of Diem’s whitepaper. On the other hand, Sui has a slightly different object model from Aptos. Its storage system is object-centric, which means that you can see most things on the blockchain, including addresses and transactions. These are represented as “objects.”

    Sui’s version of Move makes it clear when an object is owned, shared, mutable or immutable, whereas Aptos does not. Moreover, Sui’s ownership API is cleaner than that of Aptos, as it shows the blockchain design more clearly.

    Architecture

    Though both Aptos and Sui use proof-of-stake as their consensus mechanism, the consensus algorithm behind it is different.

    Aptos employs parallelization by dynamically detecting dependencies and scheduling execution tasks using BlockSTM, which is a derivative of the HotStuff consensus protocol.

    Sui implements Narwhal and Tusk as their consensus algorithm, which is a DAG-based (directed acyclic graph) mempool used for parallelization at the execution layer. The protocol is asynchronous which means it can withstand DoS (denial of service) attacks.

    In terms of security, Sui has a slight edge over Aptos.

    Scalability

    Instead of home validator case or large-scale decentralization, both Aptos and Sui aim to optimize scalability by maximizing network capacity, similar to Solana. However, the bottleneck would most likely be state growth in the ecosystem.

    To address the state growth bottleneck, Aptos prioritizes heterogeneous validators (constrained CPU and storage), whereas Sui plans to shard data storage efficiently, and scale its resources horizontally.

    Tokenomics

    There are five major components of the Sui economic model:

    Sui blockchain’s economic model (Source: Medium)

    SUI token: SUI is the native coin of Sui.
    Gas fees: all network operations on the platform require gas fees. Gas fees are rewarded to participants in the proof-of-stake mechanism. It can also be used to prevent spam and denial-of-service attacks.
    Storage fund: In order to compensate future validators for the storage expenses of previously stored on-chain data, Sui’s storage fund is used to distribute stake rewards over time.
    Proof-of-stake mechanism: Used to select, incentivize and reward platform operators i.e. the validators and SUI delegators.
    On-chain voting: for voting and deciding on governance and protocol upgrades.

    On the other hand, Aptos has no coin yet and its whitepaper has yet to be published. However, Aptos has launched their testnet in March and its developer community has been very active. For more information on their testnet development, you can read our previous article here.

    Funding

    Aptos Labs has raised $350 million in total from FTX Ventures, Jump Crypto, a16z, Tiger Global, Multicoin Capital, among many other capital ventures. Currently, Aptos Labs has 28 investors.

    Sui is fast catching up after its latest Series B funding round in September 2022. Mysten Labs, the company behind Sui closed a US$300 million fundraise in this round. This brings Sui to a combined raise of US$36 million so far, after adding up the $36 million from Series A. Sui also states that they are currently valued at over US$2 billion.

    Development Status

    Aptos launched its Mainnet in October 2022 and developers can now build on Aptos. They are also currently working on improving the gas schedule in 3 parts. In the short term, to have dynamic NFT gas reduction. Then, in the medium term, to have gas-efficient data structures. Finally, the long-term plan is to adopt demand-driven gas costs.

    Sui has recently finished their Sui Testnet Wave 2. Their Sui wallet is also up and running, albeit in the Devenet stage. Nevertheless, you can install the Sui wallet and request Devnet SUI tokens to try out the wallet. The Sui wallet currently has features such as sending, staking, and minting their Capy NFTs. Users can also register their domain name on Sui Name Service. (https://casadelninobilingual.com/)

    Conclusion

    It is still too early to say which one you should be more bullish on. Both projects have been developing rapidly and have done an excellent job of optimizing its current design. But whatever the case is, Move technology is most likely here to stay as it shows a lot of promise in blockchain scalability and security.

    Frequently Asked Questions (FAQs)

    Is Aptos blockchain the same or related to Sui blockchain?

    No, Aptos and Sui and completely different and unrelated projects. The only connection between the two projects is that both teams have previously worked in blockchain development at Meta (formerly Facebook).

    Is Aptos blockchain better than Sui blockchain?

    It is still too early to say which one you should be more bullish on. Both projects have been developing rapidly and have done an excellent job of optimizing its current design. But whatever the case is, Move technology is most likely here to stay as it shows a lot of promise in blockchain scalability and security.

    Is Sui blockchain better than Aptos blockchain?

    It is still too early to say which one you should be more bullish on. Both projects have been developing rapidly and have done an excellent job of optimizing its current design. But whatever the case is, Move technology is most likely here to stay as it shows a lot of promise in blockchain scalability and security.

    What are the similarities between Aptos and Sui blockchain?

    Both Aptos and Sui use Move, a Rust-based programming language, for parallel execution on the blockchain, but Sui has a slightly version of it than Aptos.

    What are the differences between Aptos and Sui blockchain?

    Sui’s version of Move programming language makes it clear when an object is owned, shared, mutable or immutable, whereas Aptos does not. And although both blockchains use proof-of-stake as their consensus mechanism, the consensus algorithm behind it is different. Aptos uses BlockSTM for parallel executions, which is a derivative of HotStuff protocol, whereas Sui uses Narwhal and Tusk, a DAG-based mempool used for parallelization at the execution layer.

  • Aptos Blockchain Guide: the Next Big Innovation in Blockchain Scaling (Layer 1)?

    Aptos Blockchain Guide: the Next Big Innovation in Blockchain Scaling (Layer 1)?

    Aptos, a repurposed blockchain initiative of Meta’s abandoned web3 project (formerly Facebook). Its mainnet and token launch were hugely anticipated owing to its revolutionary infrastructure that might just surpass all other layer-one protocols. All you need to know about Aptos is in this article, made simple to understand and updated in real time.

    What is Aptos?

    Origin of Aptos

    Aptos also known as Aptos Labs is a web3 startup focused on building a scalable layer-1 blockchain. I know what you’re thinking, not another new smart-contract layer claiming to be more scalable than the others.

    But Aptos is not a new entity of its own, in fact, the company was founded by developers who formerly worked on Diem, Meta’s blockchain initiative that was abandoned in January. This means that the project already has a solid foundation to build its products off of.

    Key Features of Aptos Blockchain

    Aptos utilizes key elements of the former Diem blockchain and Move, a Rust-based programming language independently developed by Meta. The company also claims the network will be able to process over 130k transactions per second using its parallel execution engine (Block-STM), which results in low transaction costs for users.

    For context, most blockchains either execute smart contracts sequentially or require a massive parallel workload for improved performance, which requires a lot of power. Aptos differs from other blockchains because a single failed transaction will not hold up the entire chain. Instead, all transactions are processed simultaneously and validated afterwards. The ones that failed are aborted and re-executed, thanks to their STM (software transactional memory) libraries which detect and manage conflicts.

    As a result, the combination of these technologies streamlines the entire network’s throughput capacity, which has been a major bottleneck for other layer-1 blockchains. This is a short summary of Aptos’ smart contract execution according to their white paper published in August 2022. Their model is based on cloud infrastructure as a scalable and cost-efficient platform for building widely-used applications.

    Aptos enables DeFi projects to be built on its blockchain. So far, there are over 30 DeFi projects on the ecosystem. These projects include decentralized exchanges, lending protocols, and liquid staking. An example of this is Aries Markets– a margin trading protocol.

    Who is the Team behind Aptos?

    Aptos is co-founded by Mo Shaikh (CEO) and Avery Ching (CTO), both former Meta employees who have years of experience as a senior developer and engineer in the blockchain industry.

    The team consists of a battle-hardened group of PhDs, researchers, engineers, designers and strategists. They are the original creators, designers and builders of Diem.

    What’s Happening with Aptos?

    Aptos Funding

    Aptos has been securing a sizeable amount of funding from numerous crypto heavyweights despite the bear market. In March 2022, the company received $200 million in funding from a16z, Tiger Global, and Multicoin Capital, among many other venture capitalists.

    In July, the company raised $150 million in a Series A financing round led by Sam Bankman-Fried’s FTX Ventures and Jump Crypto.

    Moreover, during the Venture Round on 15th September, Binance Labs doubled down on Aptos, bringing up the blockchain startup’s valuation to a massive $4 billion according to Bloomberg. With the new funding from Binance, Aptos quadrupled its valuation in six months as per Crunchbase’s report.

    A few days later on 28th September, an undisclosed amount was also raised during the Venture Round by Dragonfly Capital.

    Being backed by Binance Labs is a good sign that the project shows promise. In fact, Yi He, co-founder of Binance and the head of Binance Labs, chose to invest in Aptos in part because of the Move programming language the company is using to build its blockchain.

    Aptos Team and Ecosystem Expansion

    Moreover, the team at Aptos has been actively hiring, most notably they have acquired several former Solana staff such as Austin Virts, former Head of Marketing at Solana.

    Not only Solana staff but a lot of hardcore Solana proponents have jumped ship for Aptos as well. With the narrative of Aptos being the next Solana, people are speculating whether investors actually believe in their tech long-term, or it is simply a pump and dump for venture capital firms (VC) and whales to make back their money due to the series of liquidation across the market. VC-heavy projects should be considered a red flag, but in the case of Aptos, there is more than meets the eye.

    Aptos Testnet

    Aptos has been focusing on driving the growth of their ecosystem. Since May, Aptos has launched their testnet campaign named “Aptos Incentivized Testnet” (AIT) and is divided into four stages according to their roadmap: AIT1, AIT2, AIT3 and AIT4. The goal is to invite and reward node operators, developers, ecosystem builders, and auditors alike to deploy applications and stress-test the decentralized network, ensuring the community is ready to launch a production-grade Aptos mainnet. Each stage focuses on executing different deliverables that contribute to the overall function of the blockchain.

    AIT3 concluded on 9th September 2022, preparing for the final testnet which will lead to the mainnet launch if successful. Throughout the series of testnets, millions of transactions have been carried out, tens of thousands of nodes have been put up, and more than 1,500 have forked the Aptos-core repository. The codebase is open-source and the project has onboarded well over 100 projects. Teams such as Pontem Network, Protagonist, PayMagic, MartianDAO, Solrise Finance and more have already been building and testing on the network.

    Furthermore, Aptos also has a grant program to offer project teams and individuals non-dilutive funding in order to further develop the ecosystem. One thing is certain that the earliest projects to develop on a blockchain are the ones that tend to moon if the blockchain is successful.

    Aptos Mainnet Launch

    Aptos Labs officially launched its mainnet “Aptos Autumn” on 12th October 2022, making it the first blockchain to debut Move technology. The mainnet is currently using the latest version of AptosBFT (version 4), which leverages a Byzantine Fault Tolerance (BFT) consensus protocol with responsive production optimization. To put it simply, this mechanism quickly minimizes the impact of failed validators on throughput and latency, significantly improving the blockchain’s performance. Aptos team has announced that they are developing AptosBFT (version 5) and will release it in a future upgrade.

    The Aptos Bridge

    The Aptos Bridge went live on 19th October 2022, powered by LayerZero, a trustless omnichain interoperability protocol. With this deployment, users will be able to move USDC, USDT, and ETH into Aptos from Ethereum, Arbitrum, Optimism, Avalanche, Polygon, and Binance Smart Chain. Users can also withdraw their funds out of the Aptos ecosystem, but as of now, there will be a 3-day transfer window to keep the network stable. According to LayerZero Labs, this will decrease as stability and time in production increase.

    Another thing to note is that there is a rate limit to the bridge, starting at an outbound value cap of $1 million every 24 hours. As stability and time in production increase, this will also increase. Finally, since Aptos is an entirely new ecosystem, native assets outside of the APT token do not exist. This means that the only way to get other assets into the ecosystem is via “wrapped assets” from other chains.

    Aptos Goes into Web3 Gaming

    Aptos has recently announced its partnership with NPIXEL, a Korean Triple-A gaming studio. NIPXEL have been behind popular massively multiplayer online role-playing games such as Gran Saga, which boasts 4 million downloads since its launch in Korea and Japan.

    Aptos and NPIXEL are joining forces to create METAPIXEL, a Web3 gaming ecosystem. This partnership sees NPIXEL creating games on the Aptos network. The goal of their partnership is to create a triple-A game that boasts true ownership of game assets.

    Partnership with Google Cloud

    Google Cloud and Aptos Labs have announced an expansion of their partnership, which now includes Google Cloud running a validator for Aptos. Additionally, Aptos has selected Google Cloud as the preferred infrastructure provider for its ecosystem, and the two companies will collaborate on an accelerator program through the Aptos Foundation that supports Web3 startups and developers working on Aptos.

    Moreover, Aptos and Google Cloud will collaborate in hosting global hackathons and other events. The purpose of these hackathons is to bring decentralized developer communities together to collaborate and address common challenges. They will also invite both the Google developer community and the Aptos community to participate and work alongside engineers from both companies to deploy projects that can be quickly scaled globally. In line with their joint events at Bitcoin, Consensus, and Converge last year, they also plan to continue engaging their communities through happy hours and panels in 2023.

    MoonPay Fiat On-Ramp Integration into Petra Wallet

    Aptos Labs and MoonPay have teamed up to make it easier for billions of people to join the web3 space. This means that users can now purchase APT using Apple Pay. Aptos Labs’ wallet, Petra, now features an easy-to-use interface for exchanging value within the Aptos ecosystem. The partnership began in November 2022 when APT became available on MoonPay.

    The integration of the MoonPay fiat on-ramp into Petra was a crucial step in enhancing the web3 user experience. The fiat on-ramp makes it easy for both new users and early adopters to get started on the Aptos network, as they can purchase APT using a variety of payment methods, including Visa, Mastercard, Apple Pay, and Google Pay.

    Securing Move as the Underlying Programming Model

    To ensure that Aptos is secure, their team has been developing bug-free code through a combination of disciplined software engineering practices and the right tools. This includes mandatory code review, continuous testing and integration, and best practices in the Rust ecosystem.

    Moreover, Aptos has contracted auditing companies (Certik, Holburn), conducted community auditing, and worked closely with OtterSec. They also run a bug bounty program that offers rewards of up to $1,000,000 for critical bugs and $100,000 for crash bugs. Aptos has invested in fuzzing and added redundancy through a paranoid mode in the Move Virtual Machine.

    Lowering Gas Fees with Community-Driven Feedback

    Aptos is engaging with community builders to improve its ecosystem, with a focus on reducing gas fees. The team has analyzed on-chain data and interviewed builders to gather insights. Their three-stage plan includes reducing costs for dynamic NFTs, developing gas-efficient data structures, and creating a demand-driven gas model.

    The current gas framework combines execution and storage fees, leading to an unbalanced gas price. The team will separate storage and execution fees and provide storage refunds to solve these issues. The team is committed to delivering these improvements in the coming months to better serve the network’s demand.

    What is the APT token?

    APT is the native token of the Aptos platform. The APT token is used to pay for transaction and network fees on Aptos.

    Fees will be charged on all transactions on the network and are specified in Aptos tokens. Validators will have the opportunity to prioitise the highest-value transactions on the Aptos network, and to discard transactions of lower value. The result is that the blockchain would still be able to operate efficiently when the system is at capacity. Eventually, network fees will also be deployed so that the cost of using Aptos would be proportionate to the costs of deploying hardware, maintenance, and node operation.

    In addition, APT can be used for governance voting on upgrades to the protocol and on/off-chain processes, and to secure the blockchain by way of a proof-of-stake model.

    Validators holding a minimum number of staked APT tokens can participate in transaction validation on the Aptos blockchain. The benefit of being a validator is that they can decide on the division of rewards between themselves and their respective stakers. On the other hand, stakers can select any number of validators to stake their tokens with in order to receive a pre-agreed split of the rewards. Rewards will be distributed to validators and stakers at the end of every epoch.

    At present, the maximum reward rate for stakers starts at 7% per annum and this amount is evaluated at every epoch. The maximum staking reward however will decrease by 1.5% per year until it reaches 3.25% per year. However, all reward amounts and mechanisms can be changed by governance voting.

    Aptos Token Listing

    Binance announced the listing of Aptos (APT) on their exchange and trading of the APT token commenced on 19th October 2022, 01:00 UTC. The spot trading pairs include APT/BTC, APT/BUSD, and APT/USDT, and withdrawals for APT will open on 20th October 2022, 01:00 UTC. Moreover, the listing fee for APT is at 0 BNB and users can now start depositing APT in preparation for trading.

    In addition, Binance will add APT as a new borrowable asset on cross margin and isolated margin within 48 hours from 19th October 2022, 01:00 UTC. Both margin pairs include APT/BUSD and APT/USDT.

    Where can I buy the Aptos ($APT) token?

    Aptos and MoonPay have recently partnered up to allow Petra wallet fiat on-ramps. So users can now buy APT using Visa, Mastercard, Apple Pay and Google Pay.

    The APT token can also be purchased and traded on the following exchanges: Binance, Coinbase Exchange, OKX, and Digifinex.

    Start trading $APT on Binance and enjoy 20% off trading fees by signing up here.

    Is Aptos Worth Investing?

    Aptos offers unique and promising features that cannot be found in other layer-1 protocols (except for Sui which is also a Diem-based blockchain). As such, Aptos has the potential to compete with Ethereum and Solana in terms of scalability and overall network capacity.

    However, Aptos is heavily backed by venture capitals (VC), and in light of the VC bankruptcy domino effect toppling across the industry, investors should be cautious when dealing with VC-heavy projects. In fact, according to Aptos Explorer, its total supply is over 1 billion and more than 800 million of the tokens are actively staked, suggesting that early investors, private buyers, and the Aptos team collectively control 80% of the token supply.

    Nevertheless, at the end of the day, Move technology is most likely here to stay as it is a revolutionary programming foundation for blockchain scalability and security. And with decades of experience in the blockchain industry as well as Meta, Aptos Labs stakes its reputation on the long-term success of the blockchain.

    Frequently Asked Questions (FAQs)

    What is Aptos?

    Aptos is a layer-1 blockchain that uses key elements of the former Diem blockchain and Move, a Rust-based programming language independently developed by Meta.

    How to buy Aptos?

    Binance announced the listing of Aptos (APT) on their exchange, and will be available for spot trading at 19th October 2022, 01:00 UTC.

    Does Aptos have a coin?

    Binance announced the listing of Aptos (APT) on their exchange, and will be available for spot trading at 19th October 2022, 01:00 UTC.

    When is Aptos ICO?

    Binance announced the listing of Aptos (APT) on their exchange, and will be available for spot trading at 19th October 2022, 01:00 UTC.

    Who is the Aptos team?

    The Aptos team consists of researchers, designers and engineers of Diem, Meta’s blockchain initiative that was abandoned in January 2022. Aptos currently has 60 employees on their team.

    Who is the founder of Aptos?

    Aptos Labs is co-founded by Mo Shaikh and Avery Ching, both former Meta employees who have years of experience in the blockchain industry.

    Is Aptos funded?

    Aptos Labs has raised $350 million in total from FTX Ventures, Jump Crypto, a16z, Tiger Global, Multicoin Capital, among many other capital ventures. Currently, Aptos Labs has 28 investors. Aptos Labs also received an undisclosed amount in strategic investment from Binance Labs, bringing its valuation to $4 billion.

    What is the Aptos testnet?

    Aptos has an incentivized testnet program where the Aptos team welcomes community members to help with testing. The first testnet was Aptos Incentivized Testnet 1 (AIT1) where the community and the Aptos team created and deployed a decentralized network for over a week. Those who met a 95% participation rate were rewarded. Eligible individuals who were unable to meet the original expectation, but still participated in at least 5% of the testing rounds were also offered 50% of the rewards.

    Aptos Incentivized Testnet 2 (AIT2) was concluded in late July 2022.

    The latest Aptos Incentivized Testnet 3 (AIT3) opened for registration on 19th August 2022 and will launch on 30th August 2022. Participants that meet the team’s success criteria will receive 800 Aptos tokens. For more details and signup, check out the Aptos blog.

    Is Aptos Labs listed on any stock exchange?

    Aptos Labs is a private company and is not listed on any stock exchange.

    What is the price of Aptos Labs (APTOS) cryptocurrency?

    Aptos Labs (APTOS) does not currently have a cryptocurrency token. Binance announced the listing of Aptos (APT) on their exchange, and will be available for spot trading at 19th October 2022, 01:00 UTC.

    Is Aptos the same or related to Sui?

    No, Aptos and Sui and completely different and unrelated projects. The only connection between the two projects is that both teams have previously worked in blockchain development at Meta (formerly Facebook).

    Is Aptos worth investing?

    Aptos shows a lot of promise but investors should be cautious as the project is heavily funded by venture capitals. But at its core, Aptos’ programming language, Move, is most likely here to stay as it offers better scalability and security compared to other layer-1 blockchains.

    Is Aptos backed by Binance?

    Aptos Labs received an undisclosed amount in strategic investment from Binance Labs, bringing its valuation to $4 billion. In fact, Yi He, co-founder of Binance and the head of Binance Labs, chose to invest in Aptos in part because of the Move programming language Aptos is using to build its blockchain.

    Is there any Aptos $APT token airdrop?

    Early Aptos network participants were given an airdrop of APT tokens. A total of 20,067,150 APT tokens were airdropped to 110,235 participants.

    How do I participate or be eligible for an Aptos APT airdrop?

    Previous Aptos users who had completed an application to join the Aptos Incentivized Testnet or minted an APTOS:ZERO testnet NFT were eligible to claim APT tokens. Those who were eligible to receive APT tokens were notified by the Aptos team via email. There are no plans for further airdrops for the time being.

    Which wallet support Aptos?

    Petra Wallet and Pontem Wallet are native non-custodial wallets for the Aptos ecosystem, and can integrate with many Aptos DApps.

    Why is Aptos dumping?

    Aptos’ price usually comes under pressure whenever there is a token unlock event. This is because early investors will typically sell those unlocked tokens to take profit. The next one will unlock on February 12, 2023.

    What is the price prediction for Aptos in 2023?

    Aptos will most likely increase in value, as the narrative for layer-1 blockchain scaling solution is trending in 2023.

  • Visa Auto-Payment on Ethereum: The Complete guide

    Visa Auto-Payment on Ethereum: The Complete guide

    Visa on Ethereum Blockchain

    Visa payment is proposing to use Ethereum and Smart Contracts as an Auto-payments platform in order to increase efficiency and speed. The company published a technical paper detailing its plan to develop an automatic payment system for self-custodial wallets on the Ethereum network. This would enable Ethereum users to schedule auto-payments from their own self-custodial wallets, making online bill payments possible via blockchains. This comes at a very critical time as Ethereum is currently in a series of network upgrades, dubbed “Ethereum 2.0“, that will drastically increase its network efficiency and capacity.

    Visa is also innovating using Ethereum’s account abstraction — combining Ethereum’s user accounts and smart contracts into one account type which allows smart contract functions including pre-scheduled executions for recurring payments. This not only progresses blockchain technology but also brings real-world applications for the general public.

    Limited Payment Options on Blockchain Networks

    Existing blockchain infrastructures do not have the core functionality for auto-payments. In order to send funds to another address, all crypto users must generate a cryptographic signature via their private key. This is an example of push payments, where a payment transaction is manually triggered by the payer. It requires time and attention from the payer.

    On the other hand, there is pull payments, where a payment transaction is triggered by the payee. Automatic online bill payments are an example of this. Most of our recurring payments today are done directly on mobile banking applications or charged on our credit/debit cards. It is very convenient as users do not have to manually settle bills every month.

    Large blockchain networks such as Bitcoin and Ethereum support push payments but do not natively support pull payments. Additionally, users might be unwilling to hand over their private keys to a third-party custodian for monthly bill payments. Therefore, Visa has found a solution to enable pull payments on Ethereum, giving users full control over their scheduled payments.

    Smart Contract Auto-Payments

    Visa leverages the concept of Ethereum’s account abstraction to provide self-custodial wallets with automatic recurring payment capability. Instead of hard-coding validity conditions into the Ethereum protocol that applies to all transactions, validity conditions can be programmed in a customizable way into a smart contract on a per-account basis. This means that users would be able to create a whitelist of pre-approved auto-payments on a “delegable account.” This would not require the owner’s signature every time a payment is made.

    Furthermore, Visa also believes account abstraction has other real-world applications beyond just recurring payment such as account recovery services, multi-owner accounts or even public accounts where anyone could make a transaction. But the technology is still nascent and a lot of research needs to be done around fundamental aspects important for digital payments such as security and scalability, which are crucial for crypto adoption.

    Other payment competitors

    As one of the world’s largest payment networks, Visa is actively getting involved in the crypto ecosystem, looking for ways to expand their capabilities within blockchain payments. This could be a huge step towards mass adoption as traditional financial leaders are seeing the potential of crypto in the long-term future of digital payments.

    In fact, more and more global financial services are getting involved in the crypto ecosystem. Last week, PayPal is partnering with MetaMask to allow users to purchase ETH directly in their wallet via PayPal. On another note, Cash App, the number one finance app in the App Store, has also added support for transactions via the Bitcoin Lightning Network.

    FAQ

    What is Visa proposing?

    Visa is proposing a technical paper detailing their plan to develop an automatic payment system for self-custodial wallets on the Ethereum network. This would enable Ethereum users to schedule auto-payments from their own self-custodial wallets, making online bill payments possible via blockchains.

    How does Visa’s solution work?

    Visa leverages the concept of Ethereum’s account abstraction to provide self-custodial wallets with automatic recurring payment capability. Instead of hard-coding validity conditions into the Ethereum protocol that applies to all transactions, validity conditions can be programmed in a customizable way into a smart contract on a per-account basis. This means that users would be able to create a whitelist of pre-approved auto-payments on a “delegable account.”

    What are the benefits of Visa’s solution?

    Visa’s solution would enable pull payments on Ethereum, giving users full control over their scheduled payments. It also has other real-world applications beyond just recurring payment such as account recovery services, multi-owner accounts or even public accounts where anyone could make a transaction.

    What other companies are getting involved in the crypto ecosystem?

    PayPal is partnering with MetaMask to allow users to purchase ETH directly in their wallet via PayPal. Cash App, the number one finance app in the App Store, has also added support for transactions via the Bitcoin Lightning Network.

    What is the potential impact of Visa’s solution?

    Visa’s solution could be a huge step towards mass adoption as traditional financial leaders are seeing the potential of crypto in the long-term future of digital payments. It could also open up more real-world applications for the general public.

  • What Happens to Crypto After They Are Seized? Crypto Forfeiture Laws Explained

    What Happens to Crypto After They Are Seized? Crypto Forfeiture Laws Explained

    As we have learned from the collapse of FTX, the crypto space is not shy of company bankruptcies and criminal activities. But what exactly happens to crypto seized by the government? As smart investors, it is helpful to know how crypto forfeiture laws work, as crypto regulations are on the rise.

    What are Forefeited Crypto Assets?

    The term “frozen, seized or forfeited” in the legal field refers to the state of an asset, including cryptocurrencies. When law enforcement seizes these assets, they are frozen at a specific address. If the government claims ownership of the seized cryptocurrencies, they are considered forfeited.

    The process of “crypto asset realization and legal forfeiture” enables the government to confiscate digital assets for law enforcement purposes by identifying, separating and seizing virtual currencies. With numerous reports of seized assets as well as warnings from leading regulators about digital assets, it is becoming increasingly evident that regulation of cryptocurrency is necessary, but currently in a state of uncertainty.

    How Crypto Exchanges Approach Suspicious Transactions

    Most crypto exchanges have compliance tools to monitor transactions and meet regulatory requirements. Suspicious activity may be detected based on the structure of the transactions, movement of value, or if the source or destination of funds is illegal.

    When a user engages in suspicious activity, the exchange will first request an explanation from the user, and temporarily limit their ability to transfer funds. Since crypto exchanges are centralized entities, they have the power to freeze the user’s funds or ban the user from the platform if they do not meet legal requirements.

    The actions taken will depend on the level of risk posed by the transaction, the user’s response, the user’s previous behavior, and the exchange’s regulatory obligations. Using KYC/AML procedures in place, the exchange will then file a report to law enforcement agencies or financial authorities — in the case of U.S., that would be the Financial Crimes Enforecement Network (FinCEN).

    What Happens to Crypto Seized in Criminal Investigations?

    Once a strong case has been built against a suspect, financial authorities and law enforcement agencies may work with the crypto exchange holding the suspect’s digital assets to either transfer them to a government-controlled wallet or freeze them indefinitely. Sometimes, the assets stay in the suspect’s personal wallet and they may surrender the funds in exchange for a reduced sentence.

    The seized cryptocurrencies are usually kept in this manner until a court decision is made. If the defendant is found not guilty, the assets are returned, but if they are convicted, the forfeiture of the assets is part of their sentence. If a conviction occurs, another process is initiated to determine any third-party ownership of the assets that the government aims to seize.

    Once all ownership interests have been addressed, the remaining funds are sold for fiat currency and distributed among the agencies involved in the case. The funds are usually used for compensating identified victims or going to government treasuries. This process altogether may lead to a dump on the market, depending on the size of the assets being sold.

  • Sovereign Labs: Unlocking the Potential of ZK-Rollups in 2023 – Why This Project Should Be On Your Watchlist

    Sovereign Labs: Unlocking the Potential of ZK-Rollups in 2023 – Why This Project Should Be On Your Watchlist

    ZK-rollups could be one of the strongest performing sectors in 2023, as demand for Ethereum scaling solutions is increasing. As such, Sovereign Labs is one of the most promising upcoming projects in the ZK-rollup space. The team is well-funded and the development is on track to be completed in Q2 2023. As such, Sovereign should definitely be on your watchlist for 2023.

    Check out our zkSync article for another highly anticipated ZK-rollup project this year.

    What is Sovereign?

    Sovereign Labs, the team behind Sovereign, is creating an open, interconnected rollup ecosystem to make it easier for developers to deploy interoperable and scalable rollups on any blockchain. It’s been compared to Cosmos ($ATOM), but instead of layer-1 chains, Sovereign uses their software development kit (SDK) and inter-blockchain communication protocol (IBC) for ZK-rollups.

    Current Problems of Blockchain Scaling Solutions

    The current blockchain scaling solutions including application-specific layer-1s, optimistic rollups and ZK-rollups, all have their own drawbacks:

    1. Application-specific layer-1s are the easiest to design and implement, but require large amounts of capital from validators to secure the blockchain. This approach is only viable for a few well-funded blockchain apps.
    2. Optimistic rollups produce fraud proofs to prevent misbehavior. However, during an attack, fraud proofs can be censored, leading to long finality delays. This makes bridging out of optimistic rollups slow and costly.
    3. ZK-rollups share the advantages of optimistic rollups, but without the long finality delay. Large batches of transactions can be finalized with validity proof in a matter of seconds. However, ZK-rollups are incredibly difficult to build because it involves a very high level of cryptography and protocol engineering.

    Out of the three blockchain scaling solutions, ZK-rollups prove to be the most promising scaling paradigm despite the massive undertaking it requires to build them. As such, Sovereign aims to make it easier for developers to create secure and interoperable ZK-rollups, just like the Cosmos SDK did for layer-1 chains. As a result, developers do not need to be experts in cryptography to write their apps, allowing them to focus on the business logic of their chain.

    Who is the Team behind Sovereign?

    Sovereign Labs is co-founded by Cem Özer (CEO) and Preston Evans (CTO). Özer had worked as a smart contract and protocol engineer in ConsenSys, the company behind MetaMask. On the other hand, Evans had worked as a software engineer in Amazon, and has years of experience in computer science and machine learning.

    Sovereign aims to make scaling simple, supporting billions of blockchain users without sacrificing security. In late January 2023, Sovereign Labs raised $7.4 million in seed funding led by Huan Ventures with participation from Maven 11, 1KX, Robot Ventures and Plaintext Capital. According to CoinDesk, a spokesperson from Sovereign stated the fundraise puts the company’s valuation in the “eight-figure” range. The fund will be used to build the SDK and hire protocol and researchers with expertise in blockchains and cryptography.

    Properties and Key Features of ZK-Rollup SDK

    The Sovereign SDK will provide a set of default modules, a peer-to-peer network, a database, and an RPC node, and will abstract away the details of zero-knowledge. This way, developers can write their apps in Rust or C++, and the SDK will automatically compile it to an efficient zero-knowledge virtual machine.

    It will also use a novel bridging technique based on proof aggregation to allow rollups on a shared L1 to bridge back and forth at minimal cost without a trusted third party. Off-chain relayers can combine the proofs of all the peer rollups into one proof, which can then be verified on the chain. As the state transitions are proven to be valid, there is no need to pay fees to a liquidity provider or wait a week for transactions to be completed. This means that bridging can be done immediately with no drawbacks.

    The biggest feature here is that Sovereign SDK Rollups are able to be used on any blockchain, as the responsibility of verifying proofs is given to the user, not the original blockchain. This is what sets them apart from smart-contract rollups. As the data availability layer does not need to be able to check proofs, SDK rollups can be used on any blockchain without needing to be rewritten. This makes them incredibly versatile, creating an ecosystem of interoperable and scalable rollups that can run on any blockchain.

    When is Sovereign Launching?

    Sovereign is currently in the process of developing the SDK, which includes designing the default storage module, cryptoeconomics, and core APIs. They are also working on a research prototype which is currently integrating with modular blockchain Celestia for data availability and ZK virtual machine Risc0 for the proving system. This phase is expected to be complete around Q2 2023.

    Initial implementation of the SDK will begin afterwards, which they will implement a peer-to-peer network, RPC node, core APIs, default storage and sequencing modules. Once this feature is complete, the SDK will be repeatedly stress tested and audited for about six months until it is ready to be deployed across all mainnet chains.

  • Crypto Market Analysis for Beginners: Looking at Macro Data (Inflation, Interest Rate) to Determine Trends

    Crypto Market Analysis for Beginners: Looking at Macro Data (Inflation, Interest Rate) to Determine Trends

    The crypto market is volatile and unpredictable, but there are events outside of the crypto space that heavily influences the performance of the market. If you are unsure of how the market will react, it always helps to take a step back and look at the bigger picture, which in this case is the macroeconomic data.

    Why Technical Analysis and Narratives are Not Enough

    A lot of people use technical analysis and narratives to determine future price movements. For example, traders would use chart patterns, trading ranges, and technical indicators to determine bullish or bearish trends. On the other hand, investors with a more fundamental approach tend to capitalize on rising narratives in the crypto industry, such as the upcoming Ethereum Shanghai Upgrade causing liquid staking derivatives to pump or halving events for Bitcoin.

    These can be effective strategies, but not always reliable because there are larger forces at play. When the Ethereum Merge came in September, everyone expected ETH to surge in price because of the hype. But the crypto market was under pressure from macroeconomic factors causing broader investment market volatility rather than negative reactions from investors. This was when inflation and interest rate was at its highest for the year, affecting not only the crypto market but other financial markets as well.

    How Do Macro Data Influence the Crypto Market?

    As we have seen in 2022, short term speculation has been significantly influenced by macroeconomics. Since crypto is not widely adopted yet, it is still treated as a speculative asset. As such, Bitcoin’s price movement tend to mirror Nasdaq tech stocks, despite its vision of decoupling from the stock market. It is important not to underestimate macro data as they affect all financial markets. These are some of the common macro data to look out for when analyzing the market.

    U.S. Consumer Price Index (CPI)

    Inflation is measured by the Consumer Price Index (CPI). It is a key economic metric based on prices that consumers pay for goods and services throughout the U.S. economy. When CPI is high, it means that prices for goods and services have risen, indicating inflation. Essentially, high inflation erodes the purchasing power of fiat currencies, meaning that individuals have less buying power for goods and services.

    As a result, inflationary pressures can cause market volatility, as people are more likely to save money for daily necessities and reduce their exposure to risky investments such as crypto. But as shown in the image below, the inflation rate and CPI are cooling off in 2023, which means that the worst is already behind us.

    Federal Interest Rate

    The federal interest rate, also known as the federal funds rate, is the benchmark interest rate set by the Federal Reserve (the central bank of the United States) for overnight lending between banks. It is measured in basis points (bps), describing the percentage change in the interest rate. One basis point is equal to 0.01%. It is an important tool used by the Fed to influence the overall level of interest rates in the economy and to affect the supply of credit.

    The fed rate goes hand-in-hand with CPI and inflation rate. If the Federal Reserve raises interest rates, it becomes more expensive to borrow money. This affects businesses in particular, and shifts the investment landscape from risk-on to risk-off, reducing the demand for stocks and crypto alike.

    Although CPI and inflation has been cooling off in 2023, it is not guaranteed that the Fed will scale back to 25 bps. According to Bloomberg, broader analysis of economic and financial conditions would favor the Fed raising rates by 50 bps. This could result in a stock market dip, which also affects the crypto market.

    Supply Chain

    The supply chain refers to the series of industries involved in the production, delivery, and distribution of goods and services worldwide. They are key indicators of global economic activities. Strong economic growth can increase demand for cryptocurrencies, as investors seek alternative investments in a growing market. On the other hand, weak economic growth or disruptions in the supply chain can reduce demand for cryptocurrencies and impact their price.

    As of 2023, the supply chain is slowly recovering as the COVID pandemic is dying down. With the rise of artificial intelligence (AI) tools such as ChatGPT, supply chain leaders are focusing on automation, robotics and sustainability to improve manufacturing and solve labor cost problems. As such, shipping costs and gas prices have gone down. But there are still some areas struggling with shortages and bottlenecks, leading to bankruptcies and unemployment. For more information, Forbes has published an article sharing their insight on supply chain trends in 2023.

    US Gross Domestic Product (GDP)

    Out of all countries, the US seems to have been the dominating narrative in what has affected the price action of the crypto market. This could be related to the US CPI and Fed interest rates. While the US GDP does not have a direct affect on crypto prices, it can indirectly impact crypto prices by affecting the overall economy, consumer confidence, and market sentiment.

    A strong US economy may increase consumer confidence and investment, potentially leading to an increase in crypto prices. Conversely, a weak economy may lead to a decrease in consumer confidence and investment, potentially leading to a decrease in crypto prices.

    Housing Market

    The housing market can affect crypto prices indirectly, as changes in the housing market can impact the overall economy and consumer confidence. A strong housing market can boost consumer confidence and lead to an increase in investment, potentially resulting in an increase in crypto prices.

    On the other hand, a weak housing market can dampen consumer confidence and lead to a decrease in investment, potentially leading to a decrease in crypto prices. However, it is important to note that the relationship between the housing market and crypto prices is not direct and can vary depending on various other factors such as interest rates, economic policy, and global events.

    As of 2023, the supply chain recovery has helped bring back inventory of single family homes on the market, and has increased the supply side as well. But with mortgage rates increasing, it is unlikely there will be an increase in demand for housing any time soon. Therefore, it is highly likely there will be a housing market correction, but we do not know if it is going to small or big.

    Source: Altos Research

    Oil Prices

    Energy has been a critical factor in the economic turmoil and increased inflation in the past year, and it has mainly come from oil prices. With the ongoing war in Ukraine, many people were fearful of a major worldwide energy crisis this winter. Although there was an energy crisis in Europe, it was not as bad as predicted. Meanwhile, oil prices dropped from $120 to $80 as a result of CPI and inflation rate cooling off.

    Key Takeaway

    Macroeconomic data is important for crypto prices because it can provide insight into the health and stability of the overall economy, which can impact investor confidence and market sentiment. This, in turn, can affect demand for cryptocurrencies and ultimately their prices. Macroeconomic data such as GDP, inflation, interest rates, employment figures, and trade balances can all provide a broader understanding of the economic environment, helping traders and investors make informed decisions about the crypto market. Additionally, changes in macroeconomic conditions can also impact the supply and demand of cryptocurrencies, affecting their prices.

  • Flare Launches Layer-1 Oracle Network with FLR Token Airdrop

    Flare Launches Layer-1 Oracle Network with FLR Token Airdrop

    Flare, a new layer-1 Ethereum Virtual Machine (EVM) blockchain has gone live with the launch of two core protocols as well as its FLR token airdrop. All existing XRP holders from participating crypto exchanges including Binance, Bybit, Kraken, and OKX have been distributed FLR tokens. The airdrop marks one of the largest token distributions in crypto history, with over a million users receiving 4.279 billion FLR tokens.

    Source: Twitter (Flare Community)

    Flare FLR Token Airdrop Details

    The initial airdrop began at 23:59 UTC on January 9, representing 15% of the FLR’s total token distribution. The remaining 85% of tokens will be distributed over the next 36 months according to the community vote on Flare Improvement Proposal 01 (FIP.01). If passed, the proposal would place a hard cap on FLR’s annual inflation at 5 billion tokens per annum.

    Over 4.28 billion Flare ($FLR) tokens were airdropped to XRP holders holding at least 1 XRP based on a snapshot taken in December 2020. FLR tokens were distributed at 1:1, meaning that XRP holders received 1 FLR for every 1 XRP held.

    Fortunately, Celsius Network (which is now bankrupt) obtained Court approval for XRP token holders to also receive the Flare ($FLR) token airdrop.

    What is Flare Network?

    The Flare network serves as an oracle network that allows developers to build apps that are interoperable with the internet and other blockchains. It leverages two interoperable protocols to power its application-building suite: the State Connector and the Flare Time Series Oracle (FTSO).

    • State Connector

    According to their white paper, the State Connector protocol enables smart contracts to interact securely with information and data from other blockchains and internet sources. This function offers powerful data to the network in a decentralized manner on-chain, facilitating the development of cross-chain solutions.

    • Flare Time Series Oracle (FTSO)

    The Flare Time Series Oracle (FTSO) provides prices and data series to DApps running on the layer-1 blockchain without relying on centralized data providers. It is essentially a decentralized data feed oracle that sources data from many independent data providers. In conjunction with the State Connector, it provides inputs for DeFi platforms as DApps can access timely information across different blockchains easily.

    Key Takeaway

    Flare initiated its token airdrop on Jan. 9, with 4.27 billion FLR tokens distributed to millions of existing XRP holders across various cryptocurrency exchanges including Bybit, Binance, Kraken, and OKX.

    The initial token distribution released 15 percent of the full public token allocation, with the remainder set to be released monthly over 36 months. The allocation method for the remaining token supply will be settled by a community vote through the Flare Improvement Proposal 01 (FIP.01).

    Flare Network is a layer-1 EVM blockchain that serves as an oracle network to provide developers a platform to build interoperable DApps such as DeFi solutions.

    Other Upcoming Token Airdrops!

    Hunting token airdrops is a great way to earn free money. There are many highly anticipated token airdrops that can get you to earn as high as $5000, including zkSync, Arbitrum, Quai Network, LayerZero, and zkLend.

  • Genesis Trading Insolvency Could Trigger a Bitcoin Collapse

    Genesis Trading Insolvency Could Trigger a Bitcoin Collapse

    What’s Happening with Genesis Trading?

    Genesis Trading is one of the world’s largest crypto trading desks for professional investors, primarily offering Bitcoin over-the-counter (OTC) trades and lending services. Recently, Genesis has temporarily suspended redemptions and new loan originations due to abnormal withdrawal requests in the aftermath of the collapse of FTX.

    Genesis stated that the withdrawal requests have exceeded its current liquidity, which raised concerns about the firm going insolvent. Because Genesis is directly affiliated with some of the largest crypto institutions, its fall could start another domino effect that is even more devastating than the FTX contagion.

    In case you are out of the loop, we have covered the entire timeline of the FTX contagion in chronological order listed down below:

    Fallback of Genesis Trading from Three Arrows Capital

    The lack of liquidity Genesis is undergoing is not only because of FTX. It is largely attributed to the fall of Three Arrows Capital (3AC) in the aftermath of the Terra Luna collapse.

    Genesis was the biggest creditor to 3AC, lending $2.4 billion. After 3AC went bankrupt, Genesis filed a $1.2 billion claim against them. When 3AC failed to provide the required collateral, the parent company of Genesis, Digital Currency Group (DCG), stepped in and assumed the $1.2 billion claim, leaving Genesis with no outstanding liabilities to 3AC.

    By Q3 2022, their market activity drastically fell, with loan originations falling from $50 billion in Q4 2021 to a mere $8.4 billion. Despite the situation, institutional investors still believe they were crypto’s safest counter-party.

    Gemini’s Exposure to Genesis Trading

    Gemini, one of the top crypto exchanges regulated in the U.S., announced that there would be withdrawal delays with its Earn product, in which Genesis is a lending partner. If you do not know how Genesis ties into Gemini Earn, here’s how it basically works:

    After the lenders give their crypto to Gemini, it will be given to Genesis for them to lend out to a fund. The borrowing party will pay fees for this, which will be shared between Gemini and the lenders. The problem now is that Genesis is having liquidity issues, thus they are unable to give Gemini back their crypto. This means that lenders on Gemini Earn cannot get their crypto back.

    Although Gemini assures this does not impact any other products and services, Gemini customers are rushing to get their funds out fearing the exchange is next to go down as the FTX contagion spreads. Over the past 24 hours at the time of writing, Gemini has seen $570 million in withdrawals and ETH withdrawals reached an all-time high on the exchange.

    Genesis Trading’s Impact on the Crypto Market

    It is not just Gemini but also many other CeFi platforms and major hedge funds use Genesis for their yield product. Moreover, many crypto whales opt to give their funds directly to Genesis to earn yields as well as custodial services. If Genesis is unable to give them back their crypto, many lenders worldwide could potentially lose their asset.

    Genesis is also a sister company of Grayscale, the world’s largest Bitcoin fund (GBTC) and one of the largest Bitcoin holders worth $11 billion at the time of writing. If Grayscale is affected by this, there is a possibility that Grayscale will dissolve GBTC to pay back lenders. This impact of this could be huge.

    However, Grayscale assured users that Genesis is not a counterparty or service provider for any Grayscale product, which means they will not be affected by Genesis suspending withdrawals. But in light of recent situations where FTX and Alameda claimed that they are two independent entities, sceptics are demanding a full audit to prove customer funds are safe.

    Genesis Trading Lays Off 30% of Workforce

    On 5th January 2023, Genesis Trading announced a large-scale layoff in order to reduce cost. According to sources close to the matter quoted by Coindesk, 30% of its workforce were cut, which especially affected the sales and business development departments. In addition to Genesis previously slashing 20% of its workforce in August, the company now has around 145 employees.

    The layoff follows shortly after Genesis Interim CEO Derar Islim sent a letter to clients on January 4, addressing the fact that the firm needs more time to sort out its financial issues. However, time is not something Genesis can afford as it faces increasing pressure from creditors.

    Genesis currently owes $900 million to Gemini, and is due to come up with a solution by 8th January 2023. Gemini co-founder Cameron Winklevoss believes that DCG is to blame and should be held responsible for its subsidiary company’s situation. In an open letter to DCG CEO Barry Silbert, Winklevoss accused him of “bad faith stall tactics” and claimed that a $1.675 billion loan from Genesis to DCG is the reason why Genesis is facing liquidity issues.

    Genesis Trading Considers Bankruptcy

    According to Wall Street Journal, Genesis hired investment bank Moelis & Company to review Chapter 11 bankruptcy filings. A Genesis spokesperson explained that it is to “preserve customer assets and drive the business forward.”

    As of 19th January 2023, Genesis is laying the groundwork for a bankruptcy filing, according to Bloomberg. Reports indicated that Genesis is in confidential negotiations with various creditor groups in an attempt to raise cash. However, if Genesis fails to raise capital, it is highly likely they will file for bankruptcy.

    Digital Currency Group (DCG) Under Severe Pressure Amid Genesis Crisis

    On 17th January 2023, DCG halted dividend payments to preserve cash. According to a letter to DCG shareholders reported by Bloomberg, DCG is focusing on strengthening their balance sheet by reducing operating expenses and preserving liquidity. As the parent company of Genesis, this move is most likely the result of the financial crisis Genesis is facing.

    Moreover, CoinDesk, whose parent company is DCG, is hiring advisors at investment bank Lazard to explore options for a potential sale, including a partial or full sale of the company. According to Wall Street Journal, CoinDesk has actually been privately seeking a deal for months, and has received numerous offers. Whether this is related to the Genesis and DCG crisis, no parties have responded to requests for comment.

    CONFIRMED: Genesis Trading Filed for Chapter 11 Bankruptcy Protection

    According to latest news by CNBC, Genesis Trading filed for Chapter 11 bankruptcy protection late Thursday night in Manhattan federal court. Over 100,000 creditors were listed in the company’s bankruptcy filing, with aggregate liabilities ranging from a whopping $1.2 billion to $11 billion.

    In its filing, Genesis stated that it anticipates that after the restructuring process, there will be funds available to pay off unsecured creditors – a group that can be completely eliminated in bankruptcy cases if the circumstances are particularly dire. They also noted the bankruptcy only affects its lending business, and that its derivatives and spot trading business will continue unhindered.

  • Coinbase Data Privacy: How to Opt Out of Financial Data Sharing

    Coinbase Data Privacy: How to Opt Out of Financial Data Sharing

    Coinbase Data Sharing Policy Takes Effect on 22nd January 2023

    On 23rd December 2022, Coinbase publicly announced that they would be sharing and selling customer data for marketing purposes as well as other business related purposes. According to their notice, this includes both active and former customers:

    “If you are a new customer, we can begin sharing your information 30 days from the date we sent this notice. When you are no longer our customer, we continue to share your information as described in this notice. However, you can contact us at any time to limit our sharing.”

    Reddit User Claims Coinbase Ignores Opt Out Requests for Data Sharing

    This is in accordance with U.S. financial law allowing users to opt out of financial and personal data sharing for marketing purposes under the Gramm-Leach-Bliley Act (GLBA). However, according to Reddit user u/durg0n, they had repeatedly request to opt out of data sharing with Coinbase over the past month, but Coinbase did not respond to their request.

    Despite the Reddit user filing a complaint with the Consumer Financial Protection Bureau (CFPB) and even closing their account in protest, Coinbase still did not agree to limit data sharing with marketers and affiliates.

    How to Opt Out of Coinbase Data Sharing?

    Based on feedback from other Reddit users, Coinbase customers can try the following methods to opt out of Coinbase’s data sharing.

    • If you have a current/active account, there is an opt-out setting on the website/app people are reporting success with:
      • Website: Settings > Privacy > Share my Personal Info
      • App: The 9 dots in the corner > Profile and Settings > Privacy > Share my Personal Info
      • Note — You should double-check it is properly set as it seems to be defaulting to sharing enabled, even in Europe.
      • Not all locations appear to have the opt-out setting available (ex: Argentina). If you live in such a country, try contacting Coinbase Support to opt-out manually.
    • If you have a closed/former account, the only option is to contact Coinbase support. Reddit user u/durg0n has tried this method, but mentions it is still worth a try.
    • If you have an old open account, you may be forced to agree to the new Terms of Service (ToS) in order to access the privacy settings. Please note that the newer ToS’s include other forms of data sharing and arbitration. Accepting it may open you up to data being used in other ways and limit your legal rights. According to Reddit comments, it is probably better to deal with Coinbase Support and send in a written request. But you could accept the new TOS and use the website to opt-out if you don’t care about the TOS.
    • If you have already ‘deleted’ your data, you should write in and opt-out anyway. Coinbase retains some ‘deleted’ data of former customers (ostensibly required for regulatory purposes), and this may be subject to the data sale. u/durg0n suggests writing in to Coinbase Support that you wish to limit data sharing to be safe, and carefully read the reply to see if they actually did it or not.