Earn by Integrating Vault into your platform
Whether you become an affiliate or integrate our API into your platform, you can earn revenue and keep users safe by referring them to Vault Pro.
Calculate your potential earnings
As a Vault affiliate, your users receive 20% off Vault Pro and you collect 60% of the locking fee.
5
Estimated monthly earnings: $0.00
Ready to get started?
Register to earn
Configure branding & settings
Logo Preview
Copy & paste the following code into your project
<iframe
src="https://spectacular-llama-4f3ca0.netlify.app?supportedNetworks%5B0%5D=8453&affiliate%5Baddress%5D=&affiliate%5Bbranding%5D%5Blogo%5D=&affiliate%5Bbranding%5D%5Btext%5D=&affiliate%5Bbranding%5D%5BaccentColor%5D=%23000000&affiliate%5Bbranding%5D%5Btheme%5D=system"
id="vault-embed"
style="position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; border: none; z-index: 9999;"
></iframe>
<script type="text/javascript">
window.addEventListener('message', function(event) {
if (event.data === 'exit') {
const iframe = document.getElementById('vault-embed');
if (iframe) iframe.remove();
}
});
</script>