-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
109 lines (97 loc) · 5.07 KB
/
Copy pathprivacy.html
File metadata and controls
109 lines (97 loc) · 5.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy — Obelus</title>
<meta name="description" content="Privacy Policy for Obelus Technology Ltd products, including the Guilds app: what we collect, why, and your choices.">
<meta name="robots" content="index,follow">
<meta name="theme-color" content="#090B12">
<link rel="canonical" href="https://obelus.fi/privacy">
<meta property="og:title" content="Privacy Policy — Obelus">
<meta property="og:description" content="Privacy Policy for Obelus Technology Ltd products, including the Guilds app: what we collect, why, and your choices.">
<meta property="og:url" content="https://obelus.fi/privacy">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Obelus Technology Ltd">
<meta property="og:image" content="https://obelus.fi/og.png">
<meta property="og:image:width" content="2400">
<meta property="og:image:height" content="1260">
<meta property="og:image:alt" content="Obelus — Reliable solutions for a connected world">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://obelus.fi/og.png">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1760 1760'><rect width='1760' height='1760' fill='black'/><path d='M1760 880H880L1123 563H1760V880Z' fill='%23EDEEF0'/><path d='M0 880H880L637 1197H0V880Z' fill='%23EDEEF0'/></svg>">
<link rel="stylesheet" href="pages.css">
</head>
<body>
<header class="nav">
<div class="wrap nav-in">
<a class="mark" href="index.html">
<svg class="glyph" viewBox="0 563 1760 634" aria-hidden="true" focusable="false"><path d="M1760 880H880L1123 563H1760V880Z"/><path d="M0 880H880L637 1197H0V880Z"/></svg>
<span>Obelus</span>
</a>
<a class="back" href="index.html">← Back to obelus.fi</a>
</div>
</header>
<main>
<div class="wrap">
<article class="pane doc">
<p class="t-label">Legal</p>
<h1>Privacy Policy</h1>
<p class="updated">Last updated: 2026-08-07</p>
<p class="intro">This policy explains what Obelus collects, why, and your choices.</p>
<h2>What we collect</h2>
<p>Account data: your handle, optional display name, avatar, and bio. Authentication:
passkey public keys (we never see a password). Content you create: guilds, quests,
messages, market listings. Usage and device data needed to run and secure the
service.</p>
<p>We do not collect payment card details — purchases are handled by Stripe or the
app stores.</p>
<h2>How we use it</h2>
<p>To operate the service, authenticate you, show your content to the people it is
meant for, process purchases of virtual currency, prevent abuse, and comply with
law.</p>
<h2>Sharing</h2>
<p>We share data only with the processors that run the service (hosting, object
storage, payments, and the AI provider used for optional rule generation), and when
required by law. We do not sell personal data.</p>
<h2>Public content</h2>
<p>A guild you set to “public”, and its quests, become readable by anyone and may be
indexed by search engines. “Unlisted” is readable by link but not indexed.
“Private” is members only. You control this per guild.</p>
<h2>The waitlist</h2>
<p>If you join the waitlist on obelus.fi, we store the email address you give us and
use it for exactly one purpose: to contact you about access to the product you signed
up for. We do not use it for marketing, share it, or add it to a newsletter. Email
<a href="mailto:support@obelus.fi">support@obelus.fi</a> at any time to be removed.</p>
<h2>Retention and deletion</h2>
<p>You can delete your account from Settings. Deletion erases your profile (handle,
display name, avatar, bio) and revokes your sessions and passkeys. Immutable
economic ledger records are retained but no longer identify you. See
<a href="delete-account.html">how account deletion works</a>.</p>
<p>Contact <a href="mailto:support@obelus.fi">support@obelus.fi</a> to exercise
data-protection rights available to you.</p>
<h2>Contact</h2>
<p>Questions about privacy: <a href="mailto:support@obelus.fi">support@obelus.fi</a>.
Obelus Technology Ltd, Office 20685, 182-184 High Street North, East Ham, London
E6 2JA, United Kingdom.</p>
</article>
</div>
</main>
<footer>
<div class="wrap">
<nav class="foot-links" aria-label="Footer">
<a href="index.html">Home</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="support.html">Support</a>
<a href="delete-account.html">Delete account</a>
</nav>
<p class="registered">
Obelus Technology Ltd is a private limited company registered in England and Wales,
company number <b>17397142</b>. Registered office: Office 20685, 182-184 High Street
North, East Ham, London E6 2JA.
</p>
</div>
</footer>
</body>
</html>