secure.thecoincave.co Open in urlscan Pro
107.23.163.128  Public Scan

URL: https://secure.thecoincave.co/
Submission: On July 11 via automatic, source certstream-suspicious — Scanned from US

Form analysis 1 forms found in the DOM

Name: paymentForm

<form id="paymentForm" name="paymentForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email" novalidate="novalidate">
  <h3 class="tpl-6__checkout__title mb-sm-24 mb-16">Checkout</h3>
  <h4 class="tpl-6__checkout__subtitle mb-sm-20 mb-16">Contact</h4>
  <div class="row mobile-display">
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.first_name !== ''}" autofill="" id="fname" name="fname" ng-model="order.customer.first_name"
          required="" spellcheck="false" value="" autocomplete="given-name">
        <label for="fname" class="order-1">First Name</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.last_name !== ''}" autofill="" id="lname" name="lname" ng-model="order.customer.last_name"
          required="" spellcheck="false" value="" autocomplete="family-name">
        <label for="lname" class="order-1">Last Name</label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="email" class="form-control form-control--icon form-control--email order-2 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.email !== ''}" autofill="" id="email"
          name="email" ng-model="order.customer.email" required="" spellcheck="false" value="" autocomplete="email">
        <label for="email" class="order-1">Email Address</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <!-- ngIf: checkoutState.product.properties.phone_number_field -->
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Payment Methods</h4>
  <div id="payments" class="tpl-6__payment mb-sm-34 mb-24 mx-sm-0 mx-n16 p-sm-24 p-16">
    <div class="row">
      <div class="col-sm-auto col-12 order-sm-1 mt-sm-0 mt-16 order-3 ml-20 pr-0">
        <div class="custom-control custom-radio m-0">
          <input type="radio" id="creditCardRadio" name="paymentMethods" data-toggle="collapse" data-target="#cards:not(.show)" class="custom-control-input" ng-click="setPaymentType('cc_processor')" aria-expanded="true" checked="">
          <label class="custom-control-label d-flex align-items-center" for="creditCardRadio">
            <div class="payment-method-label" style="height: 16px"><span>Credit Card</span></div>
          </label>
        </div>
      </div>
      <div id="cards" class="col-12 collapse order-sm-4 order-3  show " data-parent="#payments">
        <div class="payment-element-container">
          <div class="payment-form cc-processor-form sampay-processor-form" ng-show="processor_selection == 'cc_processor'">
            <!-- ngIf: renderingPaymentElement -->
            <!-- ngIf: !renderingPaymentElement -->
            <div ng-if="!renderingPaymentElement" class="ng-scope">
              <stripe-element id="payment-element" instance="paymentElement" class="stripe-payment-element ng-isolate-scope">
                <div stripe-element-decorator=""></div>
              </stripe-element>
            </div><!-- end ngIf: !renderingPaymentElement -->
          </div>
        </div>
      </div>
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Order Summary</h4>
  <div id="order-summary-widget" box-loading="contextRefresh">
    <div id="summary-totals" class="box">
      <div class="invoice-item subtotal-row ng-hide" ng-show="checkoutContext.order.invoice.subtotal !== checkoutContext.order.invoice.total">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Subtotal:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$1.00</span>
        </div>
      </div>
      <div class="invoice-item tax-row ng-hide" ng-show="checkoutContext.order.invoice.tax !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Tax:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$0.00</span>
        </div>
      </div>
      <div class="invoice-item shipping-row ng-hide" ng-show="checkoutContext.order.invoice.shipping !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Shipping:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$0.00</span>
        </div>
      </div>
      <div class="invoice-item discount-row ng-hide" ng-show="checkoutContext.order.invoice.discount !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Discounts:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">-$0.00</span>
        </div>
      </div>
      <div class="invoice-item total-row">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Total:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding" id="total">$1.00 </span>
        </div>
      </div>
      <!-- ngIf: subscriptionsByProductId[checkoutContext.order.invoice.items[0].product_id] -->
      <div ng-if="subscriptionsByProductId[checkoutContext.order.invoice.items[0].product_id]" class="invoice-item sub-desc text-right ng-scope">
        <span class="price-item-detail">
          <span class="ng-binding">Then $147.00 monthly starting in 1 week</span>
        </span>
      </div><!-- end ngIf: subscriptionsByProductId[checkoutContext.order.invoice.items[0].product_id] -->
    </div>
  </div>
  <div class="tpl-6__order text-center pt-sm-30 py-24">
    <div class="g-recaptcha-container">
      <script type="text/javascript">
        var recaptchaChallengeSeen = false;
        var recaptchaCallback = function(response) {
          window.recaptchaResponse = response;
        };
        var onloadCallback = function() {
          window.recaptchaWidgetId = grecaptcha.render('submit', {
            'sitekey': '6LfyULUmAAAAAJld89qgZEGDDIGnjfWqZGBkXh3t',
            'callback': recaptchaCallback,
            'size': 'invisible'
          });
        };
        const domObserver = new MutationObserver(() => {
          const iframe = document.querySelector("iframe[src^=\"https://www.google.com/recaptcha\"][src*=\"bframe\"]");
          if (!iframe) {
            return;
          }
          domObserver.disconnect();
          const recaptchaContainerObserver = new MutationObserver(() => {
            if (iframe.parentNode.parentNode.style.visibility !== "visible") {
              return;
            }
            recaptchaContainerObserver.disconnect();
            recaptchaChallengeSeen = true;
          });
          recaptchaContainerObserver.observe(iframe.parentNode.parentNode, {
            attributes: true
          });
        });
        domObserver.observe(document.documentElement || document.body, {
          childList: true,
          subtree: true
        });
        window.resetRecaptcha = function() {
          window.recaptchaResponse = undefined;
          grecaptcha.reset(window.recaptchaWidgetId);
          recaptchaChallengeSeen = false;
          domObserver.observe(document.documentElement || document.body, {
            childList: true,
            subtree: true
          });
        }
      </script>
      <input id="submit" type="hidden" value="Submit" style="">
      <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&amp;render=explicit" async="" defer=""></script>
      <script>
        const sleepUntil = async (f, timeoutMs) => {
          return new Promise((resolve, reject) => {
            const timeWas = new Date();
            const wait = setInterval(function() {
              if (f()) {
                clearInterval(wait);
                resolve();
              } else if (new Date() - timeWas > timeoutMs) { // Timeout
                clearInterval(wait);
                reject();
              }
            }, 20);
          });
        }

        function fetchToken() {
          window.resetRecaptcha();
          return new Promise(async function(resolve, reject) {
            grecaptcha.reset();
            grecaptcha.execute(window.recaptchaWidgetId);
            var responseReceived = false;
            try {
              await sleepUntil(() => window.recaptchaResponse, 60000);
              responseReceived = true;
              resolve('');
            } catch {
              reject('reCAPTCHA timeout exceeded!');
            }
            snowplow('trackSelfDescribingEvent', {
              event: {
                schema: 'iglu:com.samcart/recaptcha_challenge_shown_event/jsonschema/1-0-0',
                data: {
                  shown: recaptchaChallengeSeen,
                }
              }
            });
            snowplow('trackSelfDescribingEvent', {
              event: {
                schema: 'iglu:com.samcart/recaptcha_challenge_response_received_event/jsonschema/1-0-0',
                data: {
                  response_received: responseReceived,
                }
              }
            });
          });
        }
      </script>
    </div>
    <!-- ngIf: processor_selection !== 'digital_wallet' --><button type="submit" class="btn btn-primary mx-auto mb-sm-12 mb-20 w-100 main-cta ng-scope" id="placeOrder" name="placeOrder" ng-click="placeOrder('PFixYzhCOLA0vNyKBveXzPe7')"
      ng-disabled="shippingCountryIsRestricted || isProcessingOrder" ng-if="processor_selection !== 'digital_wallet'"> Finalize My Application &amp; Start My Trial! </button><!-- end ngIf: processor_selection !== 'digital_wallet' -->
    <div id="payment-request-button" class="mx-auto mb-sm-12 mb-20 ng-hide" ng-show="processor_selection === 'digital_wallet'"></div>
  </div>
</form>

Text Content

THIS CHECKOUT PAGE IS CURRENTLY INACTIVE

To fix this issue, please reactivate the account




FINALIZE YOUR APPLICATION + CLAIM YOUR FREE 7-DAY TRIAL

Before we submit this application, we need help verifying you're a real person,
so we charge a $1 application fee (the smallest amount we can bill)

The good news? If approved, you're all set to go. Your 7-day FREE trial will
start instantly.

If your'e not approved? All good - we will refund your $1 right away. No worries
there either.

Please note: Only 3% of applicants make it into The Coin Cave. We're very
exclusive because we only allow in real crypto enthusiasts who will keep making
Coin Cave a culture of winning & action

Join 450+ Investors, Creators, & Collectors Now:

Finalize My Application Now


THIS TRIAL OFFER EXPIRES IN...

00
days

00
hrs

09
min

52
sec


"YES! START MY FREE TRIAL. I ALSO UNDERSTAND THAT I GET INSTANT ACCESS TO..."


INSTANT ACCESS TO COIN CAVE'S "SERIOUS INVESTORS ONLY" COMMUNITY CHANNEL (NOT A
DISCORD, WE RUN OUR OWN PLATFORM ?)

Packed with 6, & 7-figure crypto investors eagerly giving & getting
game-changing advice, where powerful connections, partnerships, and friendships
are born each and every day.

[$4997/yr Value]


"BITCOIN-LEGO SECRETS OF THE 7-FIGURE INVESTOR" (YES! AVAILABLE IMMEDIATELY!)

1 of many of Coin Cave's exclusive video series by premier Cave Members & Staff.
Lessons break down our best strategies for rapid growth & security. These
secrets take you to the core of the blockchain and make you focus on what works
(and what doesn't work) & forces you to join the rapid-growth projects,
protecting yourself from unknowns, and shows you how to stay safe.

[$497 Value]




WEEKLY LIVE VIDEO SESSIONS LED BY US, OUR MEMBERS, AND OUTSIDE EXPERTS. (YES,
AVAILABLE IMMEDIATELY!)

Participate whenever you'd like at no added cost and feel comfortable presenting
your wallet & portfolio challenges to other investors to offer advice that you
can implement right away - of course, you'll offer advice on their challenges,
too.


JOIN A MINI MASTERMIND DAO TO VOTE, COLLECT, AND CO-INVEST WITH AN INTIMATE
GROUP OF PEERS.

Whether you're looking for an accountability group to keep you ahead of the
curve or looking to build a group-porftolio and collecdt NFTs as a DAO.

[$997 Value]


Finalize My Application


"WHAT ARE YOU WAITING FOR?"

This group has been my secret weapon. Between the knowledge we're passing
around, the network I'm building, and the constant advice I'm seeing from
everyone who have already solved most of the issues I'm having now, the
experience is fantastic.



_iCodeyPenny

$1M+ Invested in DeFi


LIMITED BONUS


MASTER NFTS & DEFI IN 7 DAYS

To start off your trial, we're giving you this jam-packed pdf of 300+ insights
on navigating the Web3.

Get started, onboarding, investing, and get into Coin Cave fully up and running
so you don't miss a beat.

Claim PDF



IMAGING LOOKING OVER THE SHOULDER OF TOP-PERFORMING NFT & DEFI PORTFOLIOS


TOP YIELD FARMS

20+ hours of advanced training showing you exactly how we get over 100% APYs
through liquidity providing, yield farming, and leveraging opportunities
on-chain.

Start Farming


TOOLS & SYSTEMS

Sleep safely & soundly knowing your crypto secure. We want you to feel iron-clad
secure, and advance to leverage our systems built for yield farming. Finally
feel good about your setup.

Get The Tools


JOIN [OR BUILD] A DAO

Learn all of Web3's components and get involved in all the corners this space
has to offer. From NFTs, to DeFi, and governance tokens - no corner of crypto is
ignored.

Get Started in Web3


EXCLUSIVE COMMUNITY ACCESS

Enter the private membership portal for access to the top 3% of crypto
investors, NFT collectors, and Bitcoin enthusiasts.

Claim Access


FREQUENTLY ASKED QUESTIONS:


WHAT'S THE SUBSCRIPTION INCLUDE?

Coin Cave gets you access to all that this membership has to offer. Bi-Weekly
binder updates / QnA, Mini Mastermind DAOs, our database of farms, trackers, and
tools to play this game right, an invite to our private community, and more...


WHAT'S A MINI MASTERMIND DAO?

MMDs are a feature inside the Cave that is included in your membership forever.
This is where we match you with peers, those with similar interests, or those
looking to collect and build the same type of portfolio. Mastermind DAOs get a
private group inside the Cave for more secret-society conversation.


WHAT COURSES ARE INCLUDED?

We're always adding content in forms of workshops, weekly live sessions,
quick-tips dropped on a daily basis, and in-depth write ups when it's called
for.

Full fledged courses currently include: DeFi Launch, Ultimate Guide to Bitcoin,
NFTs & DAOs: Master Web3, and CeFi Fundamentals.


THIS SOUNDS TOO DIFFICULT?

Don’t worry, it’s not difficult at all. We will show you everything that you
need to know. In less than a few hours, you’ll have your setup ready to go,
ready to start generating passive income.


100% RISK FREE

Remember...your subscription is 100% Risk Free. If it doesn't work out or if you
don't get the results you're after, just send us an email. No Commitment. Cancel
Anytime.


CHECKOUT

CONTACT

First Name
Last Name
Email Address


PAYMENT METHODS

Credit Card


ORDER SUMMARY

Subtotal:
$1.00
Tax:
$0.00
Shipping:
$0.00
Discounts:
-$0.00
Total:
$1.00
Then $147.00 monthly starting in 1 week

Finalize My Application & Start My Trial!


© 2024 Coin Cave. All Rights Reserved.






PROCESSING