Files
explorer-monorepo/frontend/public/terms.html
defiQUG 8cd8bfa195
All checks were successful
phoenix-deploy Deployed to explorer-live
Deploy Explorer Live / deploy (push) Successful in 2m18s
Unify explorer DBIS taxonomy and branding
2026-04-30 03:06:49 -07:00

75 lines
5.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service | DBIS Explorer</title>
<meta name="description" content="Terms of service for the DBIS Explorer Chain 138 explorer operated by DBIS.">
<style>
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: linear-gradient(180deg, #0f172a 0%, #111827 45%, #f8fafc 46%, #ffffff 100%); color: #0f172a; }
.shell { max-width: 980px; margin: 0 auto; padding: 2rem 1rem 3rem; }
.card { background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; padding: 1.5rem; box-shadow: 0 18px 60px rgba(15,23,42,0.12); }
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }
.muted { color: #64748b; }
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.brand { color: #fff; font-weight: 700; }
</style>
</head>
<body>
<div class="shell">
<div class="topbar">
<div class="brand">DBIS Explorer Terms of Service</div>
<a href="/">Back to explorer</a>
</div>
<div class="card">
<h1 style="margin-top:0;">Terms of Service</h1>
<p class="muted">Last updated: 2026-03-25</p>
<p>DBIS Explorer is provided for informational and operational purposes by DBIS. By using the public explorer, wallet tools, docs, and linked companion resources, you agree that:</p>
<h2>Service scope</h2>
<ul>
<li>Blockchain data may be delayed, incomplete, or temporarily unavailable.</li>
<li>You are responsible for verifying addresses, transactions, and contract details before acting on them.</li>
<li>We may update features, endpoints, and policies as the explorer evolves.</li>
<li>The explorer is not legal, financial, tax, or regulatory advice.</li>
</ul>
<h2>Wallet and tool usage</h2>
<ul>
<li>Wallet actions, signatures, and network additions are initiated by you through your own wallet software.</li>
<li>Public route, bridge, and operations pages are informational and investigative surfaces unless a page explicitly provides an authenticated management workflow.</li>
<li>Machine-readable configuration endpoints, token lists, and capability documents are provided on an as-is basis.</li>
</ul>
<h2>No guarantee of completeness</h2>
<ul>
<li>Explorer indexes, route inventory, bridge monitoring, and analytics surfaces may omit events, lag behind the chain, or reflect temporary service degradation.</li>
<li>Third-party services such as wallets, RPC providers, bridge infrastructure, and browser extensions operate under their own terms and availability constraints.</li>
</ul>
<h2>Acceptable use</h2>
<ul>
<li>You may not use the explorer or its public APIs to abuse service capacity, interfere with normal operations, or attempt unauthorized access to operator-only functions.</li>
<li>You remain responsible for your own transactions, wallet actions, and any downstream use of exported or copied explorer data.</li>
</ul>
<h2>Availability and service boundaries</h2>
<ul>
<li>The public explorer is provided on an as-is and as-available basis. We do not promise uninterrupted uptime, perfect indexing, or immediate data freshness.</li>
<li>Bridge, route, liquidity, and operational surfaces are investigative and informational unless a page explicitly presents an authenticated management workflow.</li>
</ul>
<h2>Operator identity</h2>
<p>DBIS Explorer is operated by DBIS. Public explorer access may appear under <code>blockscout.defi-oracle.io</code>, while companion resources may appear under <code>explorer.d-bis.org</code> and related DBIS domains.</p>
<h2>Support and notices</h2>
<p>For service questions, operational issues, or policy notices, contact <a href="mailto:support@d-bis.org">support@d-bis.org</a>.</p>
<h2>Disputes and interpretation</h2>
<ul>
<li>These public terms describe the explorers operational posture and do not replace any separately negotiated service terms for private infrastructure, managed APIs, or enterprise support.</li>
<li>If a public page and a machine-readable endpoint differ during service degradation, the machine-readable endpoint or underlying chain state should be treated as the more authoritative source.</li>
</ul>
<h2>Changes to the service</h2>
<ul>
<li>We may add, remove, rename, or reorganize routes, docs, and operational surfaces as the explorer evolves.</li>
<li>Compatibility redirects may be kept for continuity, but older slugs or companion pages should not be treated as permanent API contracts unless explicitly documented as such.</li>
</ul>
</div>
</div>
</body>
</html>