digitalassetsltd.com Open in urlscan Pro
2606:4700:3033::6815:a05  Public Scan

URL: https://digitalassetsltd.com/low_interest_rate_bank_loans
Submission Tags: advance fee fraud malicious bank Search All
Submission: On November 03 via api from ZA — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://digitalassetsltd.com/loan_list

<form action="https://digitalassetsltd.com/loan_list" method="get">
  <p id="business-header" class="text-dark text-capitalize font-weight-bolder HeaderstylesforPages fontsizeandfamily text-center pt-0"> Apply For A Loan </p>
  <div class="form-group ">
    <label class="font-weight-500">Name</label>
    <input type="text " required="" placeholder="Enter your full name as on ID " class="form-control" onfocus="focused(this)" onfocusout="defocused(this)">
  </div>
  <div class="form-group ">
    <label class="font-weight-500">Email</label>
    <input type="email " required="" placeholder="Enter your email address " class="form-control" onfocus="focused(this)" onfocusout="defocused(this)">
  </div>
  <div class="form-group ">
    <label class="font-weight-500">Phone number</label>
    <input type="tel " required="" placeholder="e.g +143xxxxxxxxx " class="form-control" onfocus="focused(this)" onfocusout="defocused(this)">
  </div>
  <div class="form-group text-capitalize ">
    <button class="btn btn-primary btn-block rounded-btn" type="submit "> Apply for loan </button>
  </div>
  <div class="text-center ">
    <small> By clicking continue, you agree with our <a href="# ">Terms &amp; Conditions</a>
    </small>
  </div>
</form>

POST

<form method="post">
  <div class="col-md-12">
    <div class="mb-4 mt-4 px-sm-3">
      <div class="d-flex justify-content-between mb-n">
        <div class="text-dark"><small>Amount</small></div>
        <div class="text-primary">
          <p style="color: #344767; font-size: 1rem; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; margin-top: 0;"><span>$ </span><span id="a_amount">31,000.00</span></p>
        </div>
      </div>
      <input type="range" id="amount" min="12000" max="50000" onchange="Calculate()" oninput="Calculate()" class="form-control form-control-sm" onfocus="focused(this)" onfocusout="defocused(this)">
      <div class="d-flex justify-content-between mt-n">
        <div class="text-dark pt-2">
          <p style="font-size: 13px; color: #344767; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; margin-top: 0;"><span>$ </span><span id="min_amount">12,000.00</span></p>
        </div>
        <div class="text-dark pt-2">
          <p style="font-size: 13px; color: #344767; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; margin-top: 0;"><span>$ </span><span id="max_amount">50,000.00</span></p>
        </div>
      </div>
    </div>
    <div class="mb-4 mt-4 px-sm-3">
      <div class="d-flex justify-content-between mb-n">
        <div class="text-dark"><small>Tenor</small></div>
        <div class="text-primary">
          <p style="color: #344767; font-size: 1rem; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; margin-top: 0;"><span id="a_months">38</span><span> months</span></p>
        </div>
      </div>
      <input type="range" id="months" onchange="Calculate()" oninput="Calculate()" min="12" max="64" class="form-control form-control-sm" onfocus="focused(this)" onfocusout="defocused(this)">
      <div class="d-flex justify-content-between mt-n">
        <div class="text-dark"><small>12 Months</small></div>
        <div class="text-dark">
          <small>64 Months</small>
        </div>
      </div>
    </div>
    <hr class="horizontal dark my-2 smaller-hide d-none d-sm-block">
    <div class="d-flex justify-content-between mb-4 mt-4 px-3" id="remove-mobile-padding">
      <div class="text-dark text-capitalize">
        <small>monthly payments</small>
      </div>
      <div class="text-info font-weight-bold">
        <p style="color: #344767; font-size: 1rem; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; margin-top: 0;"><span>$ </span><span id="month_amount">1,435.79</span></p>
      </div>
    </div>
    <div class="text-dark text-justify text-center my-3 mb-4 mt-4">
      <small style="font-size: 100%;text-align:center !important">
        <span id="loan_description">Personal Loan</span> Percentage <span class="text-primary font-weight-700" id="a_loan_percentage">2</span><span class="text-primary font-weight-700"> %</span>
      </small>
    </div>
    <button class="btn btn-primary w-100 text-capitalize mx-auto radius-1 btn-block mb-3 mt-3" type="button" data-toggle="modal" data-target="#LoanModal"> Apply Now </button>
  </div>
</form>

POST https://digitalassetsltd.com/create_user_loan_complete

<form action="https://digitalassetsltd.com/create_user_loan_complete" method="post" enctype="multipart/form-data">
  <input type="hidden" name="_token" value="7MuWhN9HC6AwYeA4YiAckslKeMkNUS3X7rRysr2j">
  <input type="hidden" id="a_debursement_date" value="01/03/2028" name="debursement_date">
  <input type="hidden" id="period" value="38" name="period">
  <input type="hidden" id="amount_per_month" value="1435.7894736842106" name="amount_per_month">
  <input type="hidden" value="" name="loan_id" id="loan_id">
  <div class="row">
    <div class="col-md-6">
      <h4 class="text-center font-weight-600 pb-3">Personal Details</h4>
      <div class="row">
        <div class="col-md-12">
          <label>Full Names</label>
          <input name="monthly_income" required="" placeholder="Louis Fernando" type="text" class="form-control form-control-sm" onfocus="focused(this)" onfocusout="defocused(this)">
        </div>
      </div>
      <div class="row">
        <div class="col-md-12">
          <label class="pt-3">Email</label>
          <input name="monthly_income" required="" placeholder="Francis" type="text" class="form-control form-control-sm" onfocus="focused(this)" onfocusout="defocused(this)">
        </div>
      </div>
      <div class="row">
        <div class="col-md-12">
          <label class="pt-3">Phone Number</label>
          <input name="monthly_income" required="" placeholder="+(301) 680122223" type="text" class="form-control form-control-sm" onfocus="focused(this)" onfocusout="defocused(this)">
        </div>
      </div>
      <hr class="horizontal dark">
    </div>
    <div class="col-md-6">
      <h4 class="text-center pb-3 font-weight-600">Government Details</h4>
      <div class="row">
        <div class="col-md-12">
          <label>Document type</label>
          <select class="form-control form-control-sm" name="document_type" id="choices-category-edit">
            <option selected="">National Identity Card</option>
            <option>Driver Licence</option>
            <option>Other</option>
          </select>
        </div>
      </div>
      <div class="row">
        <div class="col-md-12">
          <label class="pt-3">Document Picture (Front)</label>
          <input type="file" id="front_image" required="" name="front_image" accept="image/*" class=" form-control-sm form-control text-center" onfocus="focused(this)" onfocusout="defocused(this)">
        </div>
      </div>
      <div class="row">
        <div class="col-md-12">
          <label class="pt-3">Document Picture (Back)</label>
          <input type="file" id="front_image" required="" name="back_image" accept="image/*" class="form-control-sm form-control text-center" onfocus="focused(this)" onfocusout="defocused(this)">
        </div>
      </div>
    </div>
  </div>
  <hr class="horizontal dark">
  <h4 class="text-center pt-3 pb-3 font-weight-600">Loan Details</h4>
  <div class="row">
    <div class="col-md-12 col-lg-6">
      <label>Loan Type</label>
      <label class="text-center form-control form-control-sm text-bold" id="LoanType">Personal Loan</label>
    </div>
    <div class="col-md-12 col-lg-6">
      <label>Reason for loan</label>
      <select class="form-control form-control-sm text-center" name="reason" id="choices-category-edit">
        <option>Business</option>
        <option>Auto</option>
        <option>Health</option>
        <option>Eduction</option>
        <option>Other Reasons</option>
      </select>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12 col-lg-6">
      <label>Calculated interest rate (in USD)*</label>
      <label class="form-control text-center form-control-sm text-bold" id="final_loan">54560</label>
      <input id="a_final_loan" type="hidden" value="54560" name="equivalent">
    </div>
    <div class="col-md-12 col-lg-6">
      <label>Monthly Income</label>
      <input name="monthly_income" required="" placeholder="$ 3000" type="text" class="form-control form-control-sm" onfocus="focused(this)" onfocusout="defocused(this)">
    </div>
  </div>
  <div class="row">
    <div class="col-md-12 col-lg-6">
      <label>Loan amount</label>
      <label id="loan_amount" class="text-center form-control form-control-sm text-bold">31000</label>
      <input id="a_loan_amount" required="" type="hidden" value="31000" name="amount">
    </div>
    <div class="col-md-12 col-lg-6">
      <div class="form-group">
        <label>Expected disbursement date</label>
        <label id="debursement_date" class="text-center form-control form-control-sm text-bold">01/03/2028</label>
      </div>
    </div>
  </div>
</form>

Text Content

Personal | Business
customer service
Help FAQ
English
English French
DIGITAL ASSETS LTD
The Best Digital Bank
 * Home
 * Services
    * Loan
    * Cash Investment
    * Crypto Investment
   
    * Bank Transfer
    * Credit Cards
    * Currency Exchange
   
    * Receive Money
    * Withdraw
    * Contact Us

 * Send Money
 * How It Works
 * About Us
 * Register
 * Login

 * Become A Member

DIGITAL ASSETS LTD
The Best Digital Bank
×

Which type of account do you want to create ?

Personal

Business

Close
Low Interest Rate Bank Loans | Quick and Instant Personal, Car, Home & Business
Bank loans


APPLY FOR QUICK, INSTANT AND LOW INTEREST RATE PERSONAL, CAR, HOME OR BUSINESS
BANK LOANS

Apply for loans with interest rates starting from 2.55 % P.A.You are using the
most reliable and secured platforms with a high level encryption of your data.
Ensuring that there is no third party infiltration in the transfer channel
learn more

Apply For A Loan

Name
Email
Phone number
Apply for loan
By clicking continue, you agree with our Terms & Conditions

Our Bank loan plans

Here is a list of our low cost and flexible loan plans. Dont bother to calculate
the interests, our loan calculator does that for you. To get started, just
select a loan plan and proceed.

PERSONAL LOAN


3 %

PER MONTH


 * $ 60,000 Minimum Amount
   
   --------------------------------------------------------------------------------

 * $ 100,000 Maximum Amount
   
   --------------------------------------------------------------------------------

 * 5 Personal Contacts
   
   --------------------------------------------------------------------------------

 * 500 Messages

Get started

CAR LOAN


5 %

PER MONTH


 * $ 50,000 Minimum Amount
   
   --------------------------------------------------------------------------------

 * $ 200,000 Maximum Amount
   
   --------------------------------------------------------------------------------

 * 5 Personal Contacts
   
   --------------------------------------------------------------------------------

 * 500 Messages

Get started

BUSINESS LOAN


9 %

PER MONTH


 * $ 50,000 Minimum Amount
   
   --------------------------------------------------------------------------------

 * $ 400,000 Maximum
   
   --------------------------------------------------------------------------------

 * 5 Personal Contacts
   
   --------------------------------------------------------------------------------

 * 500 Messages

Get started

LOW INTEREST RATE AND FAST BANK LOANS

about loans
Prompt reaction towards your loan demand, ensuring that you incur no further
delays in your plan of action.
Don’t bother stressing your brain, because the smart loan calculator is already
performing the calculations for you throughout the duration of your loan with
the interest included.
Personal
Home
Business

Personal Loans

Home Loans

Business Loans

Amount

$ 31,000.00

$ 12,000.00

$ 50,000.00

Tenor

38 months

12 Months
64 Months

--------------------------------------------------------------------------------

monthly payments

$ 1,435.79

Personal Loan Percentage 2 %
Apply Now

APPLY FOR A LOAN

X

PERSONAL DETAILS

Full Names
Email
Phone Number

--------------------------------------------------------------------------------

GOVERNMENT DETAILS

Document type National Identity Card Driver Licence Other
Document Picture (Front)
Document Picture (Back)

--------------------------------------------------------------------------------

LOAN DETAILS

Loan Type Personal Loan
Reason for loan Business Auto Health Eduction Other Reasons
Calculated interest rate (in USD)* 54560
Monthly Income
Loan amount 31000
Expected disbursement date 01/03/2028
Apply Now

DIGITAL ASSETS LTD loan services offer you

A FINANCIAL SOLUTION FOR EVERY KIND OF NEED.

DIGITAL ASSETS LTD is a flexible digital banking service which brings smart
financial solutions at your finger tips. It's a very flexible and easy to use
modern digital banking service.
We offer you low cost and flexible loan plans



WHAT USERS SAY ABOUT US

We adopt the CANI (Constant and never-ending improvement). We listen to learn
more, become more and serve more.

Anna Deynah

Customer since 2019

DIGITAL ASSETS LTD saved me in Afghanistan when the Talibans took power . With
no banks but I had my DIGITAL ASSETS LTD credit card which I used to fund my
travel to another country,

 * 
 * 
 * 
 * 
 * 

Grey Johnson

From Ukraine

My business was failing after the end of 2020, no funds to revive, a friend of
mine recommended DIGITAL ASSETS LTD and I got a loan with an interest rate of
only 2% payable for 5 years.

 * 
 * 
 * 
 * 
 * 

Tu Huang

Wood Exporter

Not everyone likes to be questioned on their own money whenever they go to
withdraw. I recommend DIGITAL ASSETS LTD for this because with them you can use
your issued card to withdraw any where in the world.

 * 
 * 
 * 
 * 
 * 

Davek Kostkiewicz

German Investor

Running with your money out of Ukraine without being scanned and held at the
borders is a real problem, so I deposited all my funds with DIGITAL ASSETS LTD
and cashed out at an ATM in poland.

 * 
 * 
 * 
 * 
 * 

Will Mehran

Investor since 2020

I had 200 Dollars BTC at the start of 2020 and before April due to the pandemic
my funds got liquidated until I found DIGITAL ASSETS LTD and invested ,even when
the market down I was still making profit

 * 
 * 
 * 
 * 
 * 

Eilen Tilton

Investor since 2021

a

Investing in DIGITAL ASSETS LTD was first hard for me because I was skeptical
due to, too many investment platforms. But since 2019 when I started, I can
testify they have been really helpful.

 * 
 * 
 * 
 * 
 * 

Previous Next

Anna Deynah

Customer since 2019

DIGITAL ASSETS LTD saved me back then in Afghanistan when the Talibans took
power . With no banks but I had my DIGITAL ASSETS LTD credit card which I used
to fund my travel to another country,

 * 
 * 
 * 
 * 
 * 

Grey Johnson

From Ukraine

My business was failing after the end of 2020, no funds to revive, a friend
recommended DIGITAL ASSETS LTD and I got a loan with an interest rate of only 2%
payable for 5 years.

 * 
 * 
 * 
 * 
 * 

Tu Huang

Wood Exporter

Not everyone liked to be questioned of their own money whenever they go to
withdraw. I recommend DIGITAL ASSETS LTD for this because with them you can use
your issued card to withdraw any where in the world.

 * 
 * 
 * 
 * 
 * 

Davek Kostkiewicz

German Investor

Running with your money out of Ukraine without being scanned and held at the
borders is a real problem so I deposited all my funds with DIGITAL ASSETS LTD
and cashed out at an ATM in poland.

 * 
 * 
 * 
 * 
 * 

Will Mehran

Investor since 2020

I had 200 dollars BTC at the start of 2020 and before April due to the pandemic
my funds got liquidated until I found DIGITAL ASSETS LTD and invested ,even when
the market down I was still making profit

 * 
 * 
 * 
 * 
 * 

Eilen Tilton

Investor since 2021

Investing in DIGITAL ASSETS LTD was first hard for me because I was skeptical
due to too many investment platforms. But since 2019 when I started I can
testify they have been really helpful.

 * 
 * 
 * 
 * 
 * 

Previous Next

--------------------------------------------------------------------------------

DIGITAL ASSETS LTD

The number 1 digital banking system incorporated under the California Financial
Liscencing Act Number 20213561068 and in United Kingdom under the company number
13817617 to operate legally.

SERVICES

 * loan
 * investment
 * send money
 * Credit card

KEEP IN TOUCH

 * facebook
 * instagram
 * linkedin
 * twitter

SUBSCRIBE

 * Contact us

Subscribe To Receive Latest News And Updates.




copyright © 2022 DIGITAL ASSETS LTD. All rights reserved.

 * Security
 * Terms
 * Privacy