Cypherock logo
0
$0.00 0 items

No products in the cart.

Blogs

How Cypherock is building the best hardware wallet experience for NEAR?

Cypherock is building the world’s first hardware wallet without a seed phrase backup. Removing the single point of failure with seed phrase management is a huge step in improving the overall security for individuals to self-custody their cryptocurrencies. As Cypherock aims to improve the overall web3 experience from a security perspective, working with protocols to […]

Understanding the Limits of Smart Contracts in NFT Transactions

Introduction Non-Fungible Tokens (NFTs) have gained immense popularity in recent years, revolutionizing the world of digital assets. At the heart of NFTs are smart contracts, self-executing agreements that automatically enforce predefined rules and conditions. While smart contracts have played a pivotal role in the growth of NFTs, it is essential to understand their limitations. In […]

Proof Of Keys 🔑 — Secure funds with Cypherock

There is a popular saying in crypto that goes like — “Not your keys; not your Bitcoin!”. Unlike the traditional finance space, crypto enables the user to be in charge of their assets. Keeping your private keys secure is essential for true financial freedom through cryptocurrencies. Unfortunately, we see a lot of cases of people […]

The Rewards and Risks of DeFi: How to Secure Your Decentralised Finance Investments

Decentralized Finance (DeFi) is a rapidly growing sector in the cryptocurrency industry that aims to replace traditional financial systems with decentralized and trustless alternatives. DeFi protocols allow users to borrow, lend, trade, and stake their cryptocurrencies without the need for intermediaries such as banks or financial institutions. The rise of DeFi has democratized finance and […]

Polygon(MATIC) integrated with Cypherock X1

The Polygon Technology community is one of the strongest in the web3 space, and we are really excited to add token support for #MATIC with Cypherock X1. With the integration, manage your $MATIC tokens on Polygon and Ethereum chain without the hassle of seed phrases. How to start managing MATIC with Cypherock X1? 1- Add […]

Is a Truly Air-Gapped Wallet Possible? Learn to Secure Your Crypto

In the crypto space, security is everything. With hackers constantly evolving, keeping your digital assets safe requires more than just basic protection. One of the most talked-about methods of safeguarding your crypto is through something called an "air-gapped wallet." But what does this really mean, and can a truly air-gapped wallet even exist? In this […]

Safest way to backup your Farcaster Identity

Follow this step-by-step guide on Backing up your Farcaster Recovery Phrase. Pre-Setup Instructions Creating Recovery Phrase Backup Viewing Recovery Phrase Backup Enjoy using Farcaster without the stress of ever losing your identity on the protocol! We are live for orders @ www.cypherock.com/product/cypherock-x1 Connect with us: Twitter :twitter.com/CypherockWallet Telegram: t.me/cypherock

Are You HODLing The Right Way?

Everyone is familiar with the term HODL in the crypto space, but what is the right way to do it securely? There are different HODLing techniques that have evolved over the last 10 years, each different from the other in terms of technical acumen requirements, ease of accessibility and the security of the funds. Though both accessibility […]

5 instances of lost credentials locking owners from their crypto fortunes

Security of your crypto assets is of utmost importance and security measures are constantly evolving in an attempt to outlast attackers. However, theft is not the only thing you need to be worried about. With security left in the hands of users, management of passwords and seed phrases becomes their responsibility, and a tiny lapse […]

DAOs vs Traditional Organisations: A Comparative Analysis

Introduction The advent of blockchain technology has brought forth innovative ways of organizing and governing communities. One of the most notable developments in this realm is the emergence of Decentralized Autonomous Organizations (DAOs). DAOs represent a new paradigm in organizational structures, challenging the traditional hierarchical models that have dominated for centuries. In this blog post, […]

1 3 4 5 6 7 13
Cypherock X1

cart 2 Easy Posts Template (#74) — CSS only Open the Easy Posts ▸ Templates ▸ CSS panel and replace everything with the following block. css Copy Edit /* ############################################################### EASY POSTS – BLOG CARD TEMPLATE (replace entire CSS panel) ############################################################### */ /* Wrapper */ %%EPID%% .oxy-posts{ display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto; } /* Row */ %%EPID%% .oxy-post{ display:flex;flex-direction:row-reverse;align-items:center;gap:1.5rem; padding:1.5rem 0;border-bottom:1px solid #E2E2E2; } /* Image */ %%EPID%% .oxy-post-image{flex:0 0 35%;aspect-ratio:16/9;background:#eaeaea;overflow:hidden;border-radius:8px;} %%EPID%% .oxy-post-image-fixed-ratio{ width:100%;height:100%;background-size:cover;background-position:center; transition:transform .3s; } %%EPID%% .oxy-post:hover .oxy-post-image-fixed-ratio{transform:scale(1.02);} /* Text wrap */ %%EPID%% .oxy-post-wrap{flex:1;display:flex;flex-direction:column;gap:.75rem;} /* Title */ %%EPID%% .oxy-post-title{ margin:0;font:500 20px/1 "DM Sans";color:#3B3B3B; } %%EPID%% .oxy-post-title a{color:#3B3B3B;text-decoration:none;} /* Excerpt */ %%EPID%% .oxy-post-content{ margin:0;font:400 16px/1 "DM Sans";color:#6A6A6A; display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; } /* Meta */ %%EPID%% .oxy-post-meta{ display:flex;align-items:center;gap:.5rem;font:400 .875rem/1 "DM Sans";color:#3B3B3B; } %%EPID%% .oxy-post-meta span:not(:first-child)::before{content:"•";margin:0 .25em;} /* Mobile stack */ @media(max-width:600px){ %%EPID%% .oxy-post{flex-direction:column;gap:1rem;} %%EPID%% .oxy-post-image{width:100%;flex:none;} %%EPID%% .oxy-post-title{font-size:18px;} %%EPID%% .oxy-post-content{-webkit-line-clamp:3;}