www.volatilityshares.com Open in urlscan Pro
178.63.60.26  Public Scan

Submitted URL: https://volatilityshares.com/
Effective URL: https://www.volatilityshares.com/
Submission: On March 05 via api from IE — Scanned from DE

Form analysis 3 forms found in the DOM

Name: frmContact

<form id="formSubmit" name="frmContact" novalidate="" ng-submit="frmContact.$valid &amp;&amp; submit()" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength ng-valid-email ng-valid-pattern">
  <div class="row gx-4">
    <div class="col-12">
      <div class="form-group">
        <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" placeholder="NAME *" name="name" ng-model="dataFrm.full_name" maxlength="100" required="" only-letters="">
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" placeholder="EMAIL *" ng-model="dataFrm.your_email" maxlength="255" required=""
          ng-pattern="/^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/">
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" placeholder="PHONE" name="your_phone" ng-model="dataFrm.your_phone" maxlength="20" validate-mobile="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group mb-2">
        <textarea name="your_message" id="" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" rows="5" placeholder="MESSAGE *" ng-model="dataFrm.your_message" maxlength="500"
          required=""></textarea>
      </div>
    </div>
    <div class="col-lg align-self-center pt-2">
      <div class="form-group">
        <div class="chbox lh-1">
          <input id="c1" type="checkbox" ng-model="dataFrm.optin_news" value="1" class="ng-pristine ng-untouched ng-valid ng-empty">
          <label for="c1">Check this box to receive company news.</label>
        </div>
      </div>
    </div>
    <div class="col-12 ms-lg-auto">
      <div class="form-group">
        <div class="submit-wrap">
          <button ng-hide="loader || show_message" class="btn btn-primary">SUBMIT</button>
          <div ng-show="loader" class="ng-hide">
            <div class="spinner"></div>
          </div>
          <div ng-show="success == 2 &amp;&amp; show_message" class="ng-binding ng-hide">
            <strong>Warning!</strong>
          </div>
          <div ng-show="success == 0 &amp;&amp; show_message" class="ng-binding ng-hide">
            <strong>Error!</strong>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Name: frmContact

<form id="formSubmit" name="frmContact" novalidate="" ng-submit="frmContact.$valid &amp;&amp; submit()">
  <div class="row gx-4">
    <div class="col-12">
      <div class="form-group">
        <input type="text" class="form-control" placeholder="NAME *" name="name" ng-model="dataFrm.full_name" maxlength="100" required="" only-letters="">
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <input type="email" class="form-control" placeholder="EMAIL *" name="your_email" ng-model="dataFrm.your_email" maxlength="255" required=""
          ng-pattern="/^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/">
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <input type="text" class="form-control" placeholder="PHONE" name="your_phone" ng-model="dataFrm.your_phone" maxlength="20" validate-mobile="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group mb-2">
        <textarea name="your_message" id="" class="form-control" rows="5" placeholder="MESSAGE *" ng-model="dataFrm.your_message" maxlength="500" required=""></textarea>
      </div>
    </div>
    <div class="col-lg align-self-center pt-2">
      <div class="form-group">
        <div class="chbox lh-1">
          <input id="c1" type="checkbox" value="1" ng-model="dataFrm.optin_news">
          <label for="c1">Check this box to receive company news.</label>
        </div>
      </div>
    </div>
    <div class="col-12 ms-lg-auto">
      <div class="form-group">
        <div class="submit-wrap">
          <button ng-hide="loader || show_message" class="btn btn-primary">SUBMIT</button>
          <div ng-show="loader" ng-cloak="">
            <div class="spinner"></div>
          </div>
          <div ng-show="success == 2 &amp;&amp; show_message" ng-cloak="">
            <strong>Warning!</strong> {{message}}
          </div>
          <div ng-show="success == 0 &amp;&amp; show_message" ng-cloak="">
            <strong>Error!</strong> {{message}}
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Name: frmSubscribe

<form id="frmSubscribe" name="frmSubscribe" novalidate="" ng-submit="frmSubscribe.$valid &amp;&amp; submit()" autocomplete="off" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength ng-valid-email ng-valid-pattern">
  <div class="row gx-4">
    <div class="col-12">
      <div class="form-group">
        <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" placeholder="NAME *" ng-model="dataFrm.full_name" maxlength="100" required="" only-letters="" autocomplete="off">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" placeholder="EMAIL *" ng-model="dataFrm.your_email" maxlength="150" required=""
          ng-pattern="/^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <div class="submit-wrap">
          <button ng-hide="loader || show_message" class="btn btn-primary">SUBMIT</button>
          <div ng-show="loader" class="ng-hide">
            <div class="spinner"></div>
          </div>
          <div ng-show="success == 2 &amp;&amp; show_message" class="ng-binding ng-hide">
            <strong>Warning!</strong>
          </div>
          <div ng-show="success == 0 &amp;&amp; show_message" class="ng-binding ng-hide">
            <strong>Error!</strong>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Home
 * About Us
 * Our ETFs
    * BITX
    * UVIX
    * SVIX
    * ZIVB

 * Announcements
 * Resources
    * Insights
    * Filings & Documents

 * Contact Us
 * Subscribe


VOLATILITY SHARES

Reinventing ETFs for sophisticated traders.

 * OUR ETFs
 * ABOUT US


OUR ETFS

Explore our range of ETFs.

BITX


2X BITCOIN STRATEGY ETF

NOW TRADING!

BITX is a leveraged Bitcoin-linked ETF that aims to provide daily investment
results that correspond to twice the daily performance of the S&P CME Bitcoin
Futures Daily Roll Index (before fees and expenses). It may be used to express a
bullish leveraged view on Bitcoin.

Learn More
UVIX


2X LONG VIX FUTURES ETF

UVIX aims to provide daily investment results that correspond to twice the
daily performance of the Long VIX Futures Index (before fees and expenses). It
may be used to express a bullish leveraged view on implied equity volatility.

Learn More
SVIX


-1X SHORT VIX FUTURES ETF

SVIX aims to provide daily investment results that correspond to the daily
performance of the Short VIX Futures Index (before fees and expenses). It may be
used to express a short-term view on declining implied equity volatility.

Learn More
ZIVB


-1X SHORT VIX MID-TERM FUTURES STRATEGY ETF

NOW MONTHLY DISTRIBUTIONS!

ZIVB aims to provide daily investment results that correspond to the daily
performance of the S&P 500 VIX Mid-Term Futures Inverse Daily Index (before fees
and expenses). It may be used to express a medium-term view on declining implied
equity volatility.

Learn More


CONTACT US

Do you have questions or require additional information? You can reach us by
filling out this form or using the contact information below.

Check this box to receive company news.
SUBMIT

Warning!
Error!


VOLATILITY SHARES

 * 866.261.0273
 * contact@volatilityshares.com

* Items with an asterisk are required.

Volatility Shares, LLC is committed to protecting your privacy. We use your
registration information to customize and deliver additional resources via
email, including company and fund news. If you don’t want to receive email from
us, simply uncheck the box at the bottom of this form. To learn more about how
we handle your personal information, read our Privacy Policy.

 * 866.261.0273
 * contact@volatilityshares.com

SUBSCRIBE

 * HOME
 * ABOUT US
 * OUR ETFs
 * ANNOUNCEMENTS
 * INSIGHTS
 * FILINGS & DOCS
 * CONTACT US

© Copyright 2024. All rights reserved

Leveraged and inverse ETFs seek returns that are a multiple of (i.e., 2x or -1x)
the return of a benchmark (return) for a single day, as measured from one NAV
calculation to the next. Due to the compounding of daily returns, Volatility
Shares ETFs returns over periods other than one day will likely differ in amount
and possibly direction from the benchmark (return) return for the same period.
Investors should monitor their holdings as frequently as daily. For more on
risks, please read the prospectus.

An investor should consider the investment objectives, risks, and charges and
expenses of the ETFs carefully before investing. A prospectus or summary
prospectus which contains this and other information about the ETFs may be
obtained by calling 866-261-0273. Read it carefully before investing.

Investing in Volatility Shares ETFs may be more volatile than investing in
broadly diversified ETFs. The use of leverage by an ETF increases the risk to
the ETF. The Volatility Shares ETFs are not suitable for all investors and
should be utilized only by sophisticated investors who understand leverage risk,
consequences of seeking daily leveraged or daily inverse leveraged investment
results and intend to actively monitor and manage their investment.

Volatility Shares ETFs are non-diversified and entail certain risks, including
risk associated with the use of derivatives (futures contracts, options, swap
agreements, and similar instruments), imperfect benchmark correlation, leverage,
and market price variance, all of which can increase volatility and decrease
performance. There is no guarantee any Volatility Shares ETFs will achieve their
investment objectives.

Investing involves risk; Principal loss is possible. The ETFs present different
risks from other ETFs, may only be suitable for knowledgeable investors who
understand the consequences of seeking daily investment results, including the
impact of compounding on an ETF’s performance. An investor in the ETFs
could potentially lose the full value of their investment within a single day.

ZIVB dividends, if any, are anticipated to be monthly.

Futures generally are volatile and are not suitable for all investors.

Volatility Shares ETFs are not FDIC insured, may lose value, and have no bank
guarantee.

Foreside Fund Services, LLC is the marketing agent for UVIX and SVIX and the
distributor for BITX and ZIVB.

© 2023 VOLATILITY SHARES LLC. All rights reserved.


CONTACT US

Do you have questions or require additional information? You can reach us by
filling out this form or using the contact information below.


{{MESSAGE}}

Check this box to receive company news.
SUBMIT

Warning! {{message}}
Error! {{message}}


VOLATILITY SHARES LLC

 * 866.261.0273
 * contact@volatilityshares.com

* Items with an asterisk are required.

Volatility Shares, LLC is committed to protecting your privacy. We use your
registration information to customize and deliver additional resources via
email, including company and fund news. If you don’t want to receive email from
us, simply uncheck the box at the bottom of this form. To learn more about how
we handle your personal information, read our Privacy Policy.


SUBSCRIBE

Keep up-to-date with the latest from Volatility Shares.


THANK YOU

Your subscription has been confirmed. You've been added to our list and will
hear from us soon.

SUBMIT

Warning!
Error!

* Items with an asterisk are required..

Volatility Shares, LLC is committed to protecting your privacy. We use your
registration information to customize and deliver additional resources via
email, including company and fund news. To learn more about how we handle your
personal information, read our Privacy Policy.