import React from 'react'; import Head from 'next/head'; import { Twitter } from '../component/twitter'; import { Stripe } from '../component/stripe'; import { t, m } from '../i18n'; import { tracker } from '../analytics'; export default function Home() { const [email, setEmail] = React.useState(''); const [emailLoading, setEmailLoading] = React.useState(false); const [emailError, setEmailError] = React.useState(); const [emailSuccess, setEmailSuccess] = React.useState(); const lang = 'en'; // req.query.lang || 'en' React.useEffect(() => { tracker.trackPageView(); }, []); function __(message) { return t(message, lang); } function handleEmailSubmit(e) { e.preventDefault(); if (!email) { return; } setEmailError(false); setEmailSuccess(false); setEmailLoading(true); fetch('/api/email', { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ email, }), }) .then((res) => res.json()) .then((data) => { setEmailLoading(false); setEmailSuccess(true); }) .catch(() => { setEmailLoading(false); setEmailSuccess(false); setEmailError(true); }); } return (
{__(m.title)}
{__(m.title)}
{__(m.faq)}

{__(m.help_lbry)}
SAVE CRYPTO

The SEC doesn’t understand blockchain or crypto.
They’re saying LBC is a security, it’s not!
Help us educate the SEC

What’s the big deal?

The entire blockchain industry is at risk in the US and many hard working people could lose their jobs & livelihood!

The SEC is claiming the LBRY token does not have utility and is not purchased for reasons of usage, therefore they believe it should be registered as a security. If LBC were to be classed as a security, this would create a major bureaucratic nightmare for all blockchain companies and people with crypto. it is also likely that many blockchain companies will fold due to being unable to bear the new costs of being in business. This would in turn eliminate the jobs and income of many millions of people and effectively kill the advancement of a critical new technology and industry in the US.

Essentially it would effectively make it very difficult for ourselves and other blockchain companies to distribute rewards to you and for you to exchange them. it is also likely that many blockchain companies will fold due to being unable to bear the new costs of being in business. This would in turn eliminate the jobs and income of many millions of people and effectively kill the advancement of a critical new technology and industry in the US