false]) ?>

Get LBRY

You are currently on the wait list. Move up the list and earn per referral by sharing this URL:

https://lbry.io/get?r=

LBRY is currently in invite only mode. Enter your email to join the waitlist, or your email and invite code for access.

(function(){ var form = $('#signup-form'), codeRadioInputs = form.find('input[name="code_select"]'); codeRadioInputs.change(function() { var selectedInput = codeRadioInputs.filter(':checked'), choice = selectedInput.val(), hasChoice = selectedInput.length, hasCode = choice == 'yes'; form.find('.has-code')[hasChoice && hasCode ? 'show' : 'hide'](); form.find('.no-code')[hasChoice && !hasCode ? 'show' : 'hide'](); if (!hasCode) { form.find('input[name="code"]').val(''); } }).change(); form.show(); })();