Token Based Authentication Made Easy

W24llet

The Bitcoin offline wallet of the 21st century.
No transaction or registration fees for private users.
Attractive conditions and features for commercial clients.
Easy-to-use API access for developers.

token-based-authentication-made-easy

W24llet For Businesses

The market for commercial Bitcoin wallet providers is certainly not one that is undersaturated. Why then should you choose to go with W24llet for your business needs?

  • Fast, reliable and scalable. Our software has proven itself to be highly efficient in automating commercial processes. As your company grows, W24llet grows with you. We have worked with everything from family-owned local business to global corporations, therefore you can be sure we know exactly which particular software configuration is appropriate for your unique use-case.
  • Military grade security. We employ a mixture of asymetric AES ciphers and offline stored access keys to ensure your money is safe-guarded with us. In addition to internal reporting, W24llet regularly commissions Cure53 as an external security consultant.
  • Fine-grained access control. Within the W24llet administration panel you can easily specify user roles and permissions as well as resources, accounts and funds that your employees can access.

These are just some of the benefits W24llet provides. To learn more and to receive an offer for your particular use-case, please reach out to our sales team.

W24llet For Private Users

Although W24llet has historically focused on providing Bitcoin wallet solutions for corporate clients, our continued growth in recent years has allowed us to allocate additional ressources to building a software product for private users that offers one of the best feature sets on the market.

  • Free. Forever. Our offline Bitcoin wallet offers something no other provider can: It is completely free. This means no fee for registration or transfers will ever be deducted from your valuable belongings. As W24llet earns money with corporate clients only, you can be sure this will never be changed in the future.
  • Your data is safe with us. Your privacy is very important to us. We work with several external partners that regular audit internal security practices. Because our company is headquartered on Malta, law enforcement agencies from other countries lack authority. As of today, W24llet, Inc. has not received any request regarding customer data or transactions (this ledger is updated on a daily basis).
  • Never loose your money again. While W24llet technically is an offline wallet, it harnesses hybrid technology to enable seemlessly transfering your account balance to another device in the case of loss. Whereas you would loose access completely in such a scenario with other providers, such fears are unwarranted with W24llet.

Join the waitlist now!

As newcomers to the field of non-commercial Bitcoin wallets, we are only able to accept a handful of users every day to allow our hard-working development team to monitor the potential challenges this controlled rollout may reveal.


W24llet For Developers

We’ve chosen to build our API with Node.JS as it requires only a limited amount of setup. Let’s take a look at an example of interacting with W24llet programatically.

// Loading the W24llet software library
var w24llet = require('w24llet-lite');

// Authenticate with the W24llet API by logging into
// a W24llet user account. We urge you not to store any passphrases 
// in version controlled code as done here.
w24llet.login({
  username: 'SampleUser'
  passphrase: 'VerySecurePassphrase#!+*'
});

// Transfer 0.001 BTC to another W24llet user.
w24llet.transferToW24llet('SampleUser2', 0.001);

// Transfer 1 BTC to an external BTC wallet.
w24llet.transferToExternal('12cbQLTFMXRnSzktFkuoG3eHoMeFtpTu3S', 1);

// Load the wallet balance into a variable.
var balance = w24llet.getBalance();

// Always remember to execute the logout function after
// you are done working with it as only one active session
// may interact with W24llet at any given time.
w24llet.logout();
While this example does not list all available API endpoints, it should provide a first look at the format that can be used to interact with W24llet via code. For more detailed information, please have a look at the w24llet-lite Node-package.

End Of Support For Older Software Platforms

As W24llet grew from a startup to an established player in the industry our philosophy regarding backwards compatibility has never changed. We have and continue to hold ourselves to a high standard when it comes to ensuring you can use W24llet on all of your devices, regardless of the operating system and version.

As of April of 2024 however, we made the difficult decision to end support for any Windows versions older than Windows 10 and certain outdated Linux distributions of Debian, Ubuntu and Mint. This was not an easy decision for us to make, but the move to the Electron Framework for our software frontend, which has greatly increased developer productivity, has forced our hand.

We appreciate the inconvenience this may pose to you and/or your enterprise. If there are any questions regarding migration, in particular that of large scale systems, please contact support at support@w24llet.com.

On a compatible device already?Install W24llet on this device