2024-06-26 15:57:15 +00:00
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{ page.lang | default: site.lang | default: en }}">
|
|
|
|
{%- include head.html -%}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
{%- include header.html -%}
|
|
|
|
|
|
|
|
<main>
|
|
|
|
|
|
|
|
<section class="flex-container">
|
|
|
|
<div class="flex-container-inner">
|
|
|
|
<h1>Pricing</h1>
|
2024-09-05 16:59:32 +00:00
|
|
|
<p>
|
|
|
|
We use simple pricing. There is no setup fee. Our flat
|
|
|
|
fee is USD $10,000/yr which includes up to 10mb of
|
|
|
|
storage. All paying customers additionally get
|
|
|
|
discounted expedited recoveries.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Expedited recoveries start at $30,000, and depend on the
|
2024-09-06 17:54:15 +00:00
|
|
|
complexity of the [Recovery Rules](/recovery.html) the client uses. You
|
|
|
|
may contact <b>sales@distrust.co</b> for more details.
|
2024-09-05 16:59:32 +00:00
|
|
|
</p>
|
2024-06-26 15:57:15 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
{%- include footer.html -%}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|