

You can sign transactions completely offline. You can generate private keys and cryptocurrency addresses completely offline. Our wallet supports over 8,700 cryptocurrencies, the full list is here here.
You can store billions of dollars in Bitcoin in this wallet. This is the most paranoid level of security. It was made primarily for himself. People who have worked in other popular wallets and know the kitchen from the inside. They know those non-obvious things that most people don't know.
With our side project Mitilena Pay, you can issue cryptocurrency invoices and integrate cryptocurrency payments on your website.
Transaction created and card tapped on the phone. Transaction signed.
The card supports up to 12 wallets. Some wallets with large amounts are protected by PIN, while operational ones for small amounts don't have a PIN at all. When I enter who and how much USDT to send, I simply bring the card to the phone and the private key is automatically read from the card, the transaction is instant. Just like paying with Apple or Google Pay at a store. Only here it's cryptocurrency. This is amazing ease. - explains the company founder, Jan Pejsa.
Your private key is not stored on your phone. If it's hacked tomorrow, they won't find the private key. The private key is also not sent to our server. It is stored only on your card.
We have a client who bought cryptocurrency for the long term, distributed cards to his children, and left the PIN code with a notary. Without the PIN code, children can check the balance, but cannot manage funds even with the card. Here you have a secure inheritance scheme for cryptocurrency assets. - explains the company founder, Jan Pejsa.
Naturally, in the free version of the wallet, you can send cryptocurrency without cards, as usual: you enter or scan your private key or seed phrase. And the paid version with 3 cards costs $99.99. We ship worldwide from multiple locations for quick delivery.
"When I previously used other solutions with hardware storage of private keys (or seed phrases) on a flash drive, I always couldn't forgive myself for the negligence of this method. Because you always buy one flash drive, must store it and hope that after 2-5-10 years it will still work. And what if not? For example, you bought BNB at $0.2, after 4 years you turned on the flash drive to sell BNB now at $600, but the flash drive doesn't work.
That's why we include 3 cards in the package, and all three can have the same wallets. This is real reliability. As a bonus, you can always buy additional cards for $4 each." - explains the company founder, Jan Pejsa.
Hardware cards are easily rewritten with mirror copies through our interface or can be write-protected. By purchasing the full version of the wallet once, you receive a digital activation key and three branded cards with convenient distinguishing numbers in the design to avoid confusion.
"I've additionally attached one NFC tag under a massive table, and another behind a cabinet as stickers. That's it, I will never lose my wallets. And no one will be able to crack the PIN code, because the encryption algorithm is so strong that checking one variant takes about a second. Thousands of years wouldn't be enough to go through even the most basic combinations." - explains the company founder, Jan Pejsa.
Stickers can be purchased with your order in the shop.
Yes. The private keys are stored with you. This means you can send your funds as you wish, we have no control over your cryptocurrency. We do not take it into custody and we are not responsible for it. You must store your own private key.
In a custodial (classic) wallet, your private keys are stored on the servers of the company providing you with services. This company may go bankrupt (like the FTX crypto exchange and dozens of others), this company may be hacked (like Mt. Gox and dozens of others), the owner of the company may simply appropriate your funds (like the Thodex crypto exchange and others) or you may have your funds frozen citing the fact that you cannot prove the origin of the funds (a common practice). You may fall under sanctions, restrictions through no fault of your own, and so on.
Yes. You receive private keys at the time of generating a random address on a separate subdomain of our wallet (Mitilena Generate subproject, at https://generate.mitilena.com/) or in a separate offline application (an even more secure solution).
Yes, Mitilena is a cold wallet across all its versions.
Regardless of how you use it:
Yes, we have a separate application for offline signing. This means that this application can run on a computer without internet access. This application does not use the internet at all. If you're interested in how this works, read on about cryptography.
Yes, download the free wallet app and use it. If you have enough technical knowledge, you can encrypt it. Even if you don't know how, the program itself encrypts each private key with a separate password, which, by the way, can consist not only of numbers, but of any symbols, even emoticons. Therefore, this protection is quite durable.
Either purchase the most secure version with three hardware NFC cards through this link or use the free version: at the top right, press the + (plus) button, select the cryptocurrency you need, press generate private key, copy this data to notes or print it out, and that's it, you have a wallet with an address. You can receive and send. This is free. However, you need to keep in mind that this is a professional tool, with increased responsibility in exchange for increased security and it is not intended for beginners in the crypto industry.
Simplified: a private key is a long password. Using a private (closed) key, you can generate a public (open) key, this is called an address in the blockchain to which you can receive cryptocurrency. Knowing the private key, you can get the public key, but this operation is almost impossible to reverse. It is impossible to obtain a private key from a public key (address). Or you can, but it will take 4.5 billion years of brute force.
Information sealed in blocks, where each subsequent block contains a label with the code of the previous block and with its own code. It's like a box of documents where each new box in the chain will have a label from the old box and a label of the current box. Using this simple method with these labels, you can arrange the boxes in ascending order up to the ceiling (find out which was the first, which was the last, and so on). Similarly, you cannot take a box from the middle after some time and replace it with another one with a different code. The codes must match.
You might say: "I will replace the contents of the box, but I will paste the same code." This is not possible, because the code is not simple. The code represents an inventory of all goods and documents in the box, including their condition: new, used, etc. If you replace the box, it can only be with an identical one. Given that we're talking about a digital box, it must be identical symbol by symbol, i.e., mirrored. This guarantees the integrity of your entire stack of boxes or chain of blocks, which is what a blockchain is. The inventory itself is also encrypted (hashed) by the SHA algorithm to shorten the length of the inventory, this is the final code of the box.
For example, the SHA256 algorithm is one-way encryption, this is also called hashing. 20 pages of text can be transformed into one line, which is called a hash, an example of such a line: "f88bd37626922a08e0111c8feed17ee879e6aeb1b7975f2ef8a95b93dd88c9a5". It will not be possible to decrypt the content of 20 pages back from this line. But only having identical text of 20 pages, you will be able to get a 1 to 1 hash code.
You are exchanging letters with a friend by mail and want to prevent the mailmen from reading the contents. You've agreed that you will always replace each letter in your text with a specific other letter in the alphabet – this is called an encryption algorithm (method). You've also created a text sheet with a correspondence table, showing which letter to replace each letter with to decrypt the text. For example, A to Ch, B to K, and so on. This sheet with the correspondence table is called a private key. Having this correspondence table and knowing the encryption algorithm (simple replacement of letters with another, in our case), anyone will be able to decrypt the encrypted letter. For example: "Hello, let me know how you are" (in English) in encrypted form will look like: "Awccf, cwr nw btfq efq zfr xdw". To decrypt, you take the first letter A and look in the table for which one to replace it with, and so on, each letter. A similar encryption algorithm was used by Gaius Julius Caesar. Later, each state developed its own encryption algorithms, and they were classified, typically for military purposes. Only in recent decades has encryption become available to everyone.
If we talk about Bitcoin, then according to our calculations, if you have 1000 computers for brute force, then to pick a private key of this length: f88bd37626922a08e0111c8feed17ee879e6aeb1b7975f2ef8a95b93dd88c9a5. You will need at least 4.5 billion years. That's approximately how old our planet is, according to modern scientists.
Yes, you sign the transaction and for this you use your private key, which should be stored only with you. The blockchain doesn't care from which computer or which country or who exactly signed the transaction, it only cares that the signature is genuine. If you don't control your private key, you'll never be able to find out from which country, from which place someone made a transfer of your funds. Such an investigation is impossible. Such data is not analyzed and not stored on blockchain nodes.
Someone may have the private key of your wallet, but you will have no way of knowing about it until they transfer your crypto assets to themselves. You can have a wallet for 10 years, to which someone on the other side of the earth has access, and only when Bitcoin grows tenfold, this someone can transfer your funds. This will be the most disappointing investment. To prevent this from happening, wallets like ours exist.
The private key cannot be transferred to anyone, it is impossible to keep crypto assets for a long time on other people's servers, where access to the private key may be available to: the database administrator, the director of the company and his wife, a senior programmer and possibly several hacker groups in sleep mode. A retired senior programmer can reset 1 out of 100,000 wallets available to him from the other side of the Earth, and the exchange will say that they could not hack one wallet out of 100,000. This means that your account was hacked personally and the exchange has nothing to do with it. It's your own fault. Proving the opposite is almost impossible for the average user.
Both yes and no, because you're sending different requests to the network from this application. Each request carries information. For checking balance and so on. What if it decided to carry your private key? So formally, the transaction may be signed on your device - offline. But you won't be able to verify this, because you don't know exactly what commands are being sent to the server from your computer. Offline is when the program doesn't contact the network at all.
Our wallet really does sign offline even in the free version, but for this you need to trust us 100%. If there is no such trust, buy our offline transaction signing module, where the application itself works completely without a network and you don't even need to trust us, 100% offline.
If your computer is infected, then nothing will help you except an offline signature. Even a computer infected with a thousand Trojan horses will not be able to steal your cryptoassets, even your private key in clear text. Simply because it will not be able to send this information in any way. No network = no delivery of stolen information. This is security at the level of governments and military organizations.
Of course, because you have a private key and in some blockchains a seed phrase (mnemonic of 12-16 words). We focus specifically on private keys, and not on seed phrases (mnemonics), because the algorithm for derivation (extraction) of addresses from a seed phrase is not always strictly followed (the same seed phrase can give different addresses from different providers). A private key is a lower-level solution and therefore simpler and more reliable.
If you purchased a paid package with NFC cards, write the key on all three cards — this eliminates the need to print it out or store it somewhere separately. You can also buy several NFC stickers and duplicate the key on them, sticking them, for example, under the table. If you use the free version of the wallet, be sure to print out the key. In the paid version of Mitilena Generate, QR codes are automatically saved, which allows you to conveniently scan them instead of manually rewriting them. Storing the key digitally (for example, in notes, correspondence, or email) is acceptable if the amounts are relatively small for you and you are ready to accept the risk of loss with a probability of 0.5%.
Read the blog of expert Marek Hruska. There are interesting articles there.
All instructions above apply to companies. You can write to us, clarifying your situation, perhaps we can cooperate with you.
Today this is still possible, write to us at marketing@mitilena.com. Link to the presentation.
This is the processing of cryptocurrency payments. With its help, you can start accepting payments in cryptocurrency from companies and individuals. Both online in an online store, through e-mail invoicing, and in a regular store through a terminal. System commission 0.8%. The first 3 months of use are free, commission 0%.
You can be paid from the Mitilena eco-system or from any other wallet or exchange. Attention, to use Mitilena Pay as a seller, hot wallets are used and you need to be registered. This is not a secure wallet product, it is a separate product. And it is up to you to check whether this is allowed in your country.
The minimum purchase requirement is one share. There are 1000 of them in total. One share is 0.1% of the company. Write an email indicating information about yourself or your company.
The team includes highly qualified programmers, experienced entrepreneurs, and cryptocurrency enthusiasts. We all work under the leadership of a talented, friendly, and inspiring leader - Jan Peisha.
This is a professional wallet, registration is not required. You can monitor the status of your crypto assets without registration and without entering private keys. Just add an address and select blockchain. Be careful, if you clear the local cache in your browser, your saved wallets will be deleted. Therefore, if you are going to use it without registration, it's better to download the program, then clearing the local cache will not affect the wallets saved in the program. Always remember, you must have a private key saved somewhere else. You should not rely 100% on private keys stored in the program.
Technical support is provided only to premium users who purchased the paid version. Our project does not provide free technical support. If you don't pay for a product, then you are the product. But we don't sell your data. Therefore, we hope for your gratitude for such a good product that allows you to send 10 bitcoins without risk, without registration in 10 clicks, without transferring your private key anywhere.
Some jurisdictions impose rules that you must be identified, so if you are in such a jurisdiction you will need to register. However, these laws generally apply to custodial, hot wallets. We technically have registration, so if in any doubt - register.
When you use a cold wallet, we do not have access to your funds. We do not accept your cryptocurrency for storage, there is no fact of transfer, no fact of ownership. Therefore, KYC is not required. We do not manage your cryptocurrency, you do not give it to us for storage. But if you top up a hot wallet (needed for Mitilena Pay as a seller or for trading on a mini-exchange) and the top-up amount is higher than the equivalent of 1000 EUR, then KYC is required. In this case, you are transferring to us for short-term storage the equivalent of 1000 EUR or higher, so by law we need to know who distributed this money to us.
Only your email.
As per standard industry practices, the product is distributed in "As Is" condition. We do not take responsibility for your misuse of our wallet or your loss of private keys. We do not take responsibility for possible errors in the product, unavailability of individual blockchains when blockchain nodes fail, for hacker attacks, blocking by providers or at the country level. However, we guarantee that we are working on the product and trying to make it convenient and safe for most users to use.
Every 90 seconds with an averaged cryptocurrency rate according to one of the most popular blockchain trackers.
Yes, in your browser. The signed hash of the transaction is then sent to the blockchain node. It is not possible to derive the original transaction from the hash.
2021 - 2025 © - Mitilena — professional cryptowallet.
Baked by Mitilena Wallet USA LLC.
Have a question? Contact us: support@mitilena.com
Cold crypto wallet Mitilena, kryptopeněženka Mitilena, Холодный криптокошелек Митилена, Kripto cüzdanı Mitilena, Dompet sejuk Mitilena, Kripto novčanik Mitilena, Hladna kripto denarnica, محفظة التشفير الباردة, Mkoba baridi wa crypto Mitilena.
Dompet kripto dingin Mitilena, 冷加密錢包 Mitilena, कोल्ड क्रिप्टो वॉलेट मितिलेना, Monedero criptográfico frío Mitilena, কোল্ড ক্রিপ্টো ওয়ালেট মিতিলেনা, Carteira criptográfica fria Mitilena.
コールド暗号通貨ウォレット Mitilena, Kaltes Krypto-Wallet Mitilena, 콜드 암호화폐 지갑 Mitilena, Ví tiền điện tử lạnh Mitilena, Dompet crypto kadhemen Mitilena, కోల్డ్ క్రిప్టో వాలెట్ మిటిలేనా, कोल्ड क्रिप्टो वॉलेट मिटिलेना, Portafoglio crittografico freddo Mitilena, குளிர் கிரிப்டோ பணப்பை மிட்டிலேனா, کولڈ کرپٹو والیٹ Mitilena, Portefeuille crypto froid Mitilena.