fork Rugplay -> CoinStorge

This commit is contained in:
Yusur 2025-08-16 13:42:27 +02:00
parent 6c54afc88d
commit dfaf3141a0
16 changed files with 130 additions and 140 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
.github .github
review.js review.js
.env
node_modules

View file

@ -1,12 +1,12 @@
{ {
"name": "website", "name": "website",
"version": "0.0.1", "version": "2.0.0.a0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "website", "name": "website",
"version": "0.0.1", "version": "2.0.0.a0",
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.815.0", "@aws-sdk/client-s3": "^3.815.0",
"@aws-sdk/s3-request-presigner": "^3.815.0", "@aws-sdk/s3-request-presigner": "^3.815.0",

View file

@ -1,7 +1,7 @@
{ {
"name": "website", "name": "website",
"private": true, "private": true,
"version": "0.0.1", "version": "2.0.0.a0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",
@ -16,53 +16,54 @@
"db:studio": "drizzle-kit studio" "db:studio": "drizzle-kit studio"
}, },
"devDependencies": { "devDependencies": {
"@internationalized/date": "^3.8.1", "@internationalized/date": "^3.8.2",
"@lucide/svelte": "^0.482.0", "@lucide/svelte": "^0.539.0",
"@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/adapter-node": "^5.2.12", "@sveltejs/adapter-node": "^5.2.14",
"@sveltejs/kit": "^2.0.0", "@sveltejs/kit": "^2.29.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0", "@sveltejs/vite-plugin-svelte": "^6.1.2",
"@types/canvas-confetti": "^1.9.0", "@types/canvas-confetti": "^1.9.0",
"@types/node": "^22.15.21", "@types/node": "^24.2.1",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.21",
"bits-ui": "^2.5.0", "bits-ui": "^2.9.2",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"drizzle-kit": "^0.22.0", "dotenv": "^17.2.1",
"prettier": "^3.3.2", "drizzle-kit": "^0.31.4",
"prettier-plugin-svelte": "^3.2.6", "prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.11", "prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.0.0", "prettier-plugin-tailwindcss": "^0.6.14",
"svelte-check": "^4.0.0", "svelte": "^5.38.1",
"svelte-sonner": "^1.0.2", "svelte-apexcharts": "^1.0.2",
"tailwind-merge": "^3.0.2", "svelte-check": "^4.3.1",
"tailwind-variants": "^0.2.1", "svelte-confetti": "^2.3.2",
"tailwindcss": "^4.1.7", "svelte-lightweight-charts": "^2.2.0",
"tw-animate-css": "^1.3.0", "svelte-sonner": "^1.0.5",
"typescript": "^5.0.0", "tailwind-merge": "^3.3.1",
"vite": "^5.4.11", "tailwind-variants": "^2.1.0",
"vite-plugin-iso-import": "^1.2.0" "tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vite-plugin-iso-import": "^1.3.0"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.815.0", "@aws-sdk/client-s3": "^3.864.0",
"@aws-sdk/s3-request-presigner": "^3.815.0", "@aws-sdk/s3-request-presigner": "^3.864.0",
"@tailwindcss/postcss": "^4.1.7", "@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@visx/scale": "^3.12.0", "@visx/scale": "^3.12.0",
"apexcharts": "^4.7.0", "apexcharts": "^5.3.3",
"better-auth": "^1.2.8", "better-auth": "^1.3.6",
"canvas-confetti": "^1.9.3", "canvas-confetti": "^1.9.3",
"drizzle-orm": "^0.33.0", "drizzle-orm": "^0.44.4",
"express": "^5.1.0", "express": "^5.1.0",
"lightweight-charts": "^5.0.7", "lightweight-charts": "^5.0.8",
"lucide-svelte": "^0.511.0", "lucide-svelte": "^0.539.0",
"mode-watcher": "^1.0.7", "mode-watcher": "^1.1.0",
"openai": "^4.103.0", "openai": "^5.12.2",
"postgres": "^3.4.4", "postgres": "^3.4.7",
"redis": "^5.1.0", "redis": "^5.8.1",
"sharp": "^0.34.2", "sharp": "^0.34.3"
"svelte-apexcharts": "^1.0.2",
"svelte-confetti": "^2.3.1",
"svelte-lightweight-charts": "^2.2.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*", "@rollup/rollup-linux-x64-gnu": "*",

View file

@ -10,11 +10,11 @@
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="192x192" href="%sveltekit.assets%/android-chrome-192x192.png" /> <link rel="icon" type="image/png" sizes="192x192" href="%sveltekit.assets%/android-chrome-192x192.png" />
<title>Rugplay</title> <title>CoinStorge</title>
<!-- Global Meta Tags --> <!-- Global Meta Tags -->
<meta name="application-name" content="Rugplay" /> <meta name="application-name" content="CoinStorge" />
<meta name="theme-color" content="#fb2c36" /> <meta name="theme-color" content="#fb2c36" />
<meta name="apple-mobile-web-app-title" content="Rugplay" /> <meta name="apple-mobile-web-app-title" content="CoinStorge" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" /> <meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" /> <meta name="format-detection" content="telephone=no" />
@ -23,12 +23,10 @@
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script defer data-domain="rugplay.com"
src="https://analytics.outpoot.com/js/script.outbound-links.pageview-props.tagged-events.js"></script>
<script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script> <script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7420543404967748" <!-- here go ads -->
crossorigin="anonymous"></script>
%sveltekit.head% %sveltekit.head%
</head> </head>

View file

@ -16,11 +16,10 @@ if (!publicEnv.PUBLIC_BETTER_AUTH_URL) throw new Error('PUBLIC_BETTER_AUTH_URL i
export const auth = betterAuth({ export const auth = betterAuth({
baseURL: publicEnv.PUBLIC_BETTER_AUTH_URL, baseURL: publicEnv.PUBLIC_BETTER_AUTH_URL,
secret: privateEnv.PRIVATE_BETTER_AUTH_SECRET, secret: privateEnv.PRIVATE_BETTER_AUTH_SECRET,
appName: "Rugplay", appName: "CoinStorge",
trustedOrigins: [ trustedOrigins: [
publicEnv.PUBLIC_BETTER_AUTH_URL, publicEnv.PUBLIC_BETTER_AUTH_URL,
"http://rugplay.com",
"http://localhost:5173", "http://localhost:5173",
], ],

View file

@ -174,7 +174,7 @@
<div class="flex items-center gap-2 px-2 py-2"> <div class="flex items-center gap-2 px-2 py-2">
<img src="/rugplay.svg" class="h-5 w-5" alt="twoblade" /> <img src="/rugplay.svg" class="h-5 w-5" alt="twoblade" />
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<span class="text-base font-semibold">Rugplay</span> <span class="text-base font-semibold">CoinStorge</span>
{#if $USER_DATA?.isAdmin} {#if $USER_DATA?.isAdmin}
<span class="text-muted-foreground text-xs">| Admin</span> <span class="text-muted-foreground text-xs">| Admin</span>
{/if} {/if}

View file

@ -2,13 +2,13 @@
import { page } from '$app/stores'; import { page } from '$app/stores';
let { let {
title = 'Rugplay', title = 'CoinStorge',
description = 'Experience realistic cryptocurrency trading simulation game with AI-powered markets, rug pull mechanics, and virtual currencies. Learn crypto trading without financial risk in this educational game.', description = 'Experience realistic cryptocurrency trading simulation game with AI-powered markets, rug pull mechanics, and virtual currencies. Learn crypto trading without financial risk in this educational game.',
type = 'website', type = 'website',
image = '/apple-touch-icon.png', image = '/apple-touch-icon.png',
imageAlt = 'Rugplay Logo', imageAlt = 'CoinStorge Logo',
keywords = '', keywords = '',
author = 'Outpoot', author = 'Outpoot (with modifications)',
canonicalUrl = '', canonicalUrl = '',
noindex = false, noindex = false,
twitterCard = 'summary_large_image' twitterCard = 'summary_large_image'
@ -29,7 +29,7 @@
let canonical = $derived(canonicalUrl || currentUrl); let canonical = $derived(canonicalUrl || currentUrl);
let fullImageUrl = $derived( let fullImageUrl = $derived(
image?.startsWith('http') ? image : `${$page?.url?.origin || 'https://rugplay.com'}${image}` image?.startsWith('http') ? image : `${$page?.url?.origin || 'https://localhost'}${image}`
); );
let defaultKeywords = let defaultKeywords =
@ -62,7 +62,7 @@
<meta property="og:url" content={currentUrl} /> <meta property="og:url" content={currentUrl} />
<meta property="og:image" content={fullImageUrl} /> <meta property="og:image" content={fullImageUrl} />
<meta property="og:image:alt" content={imageAlt} /> <meta property="og:image:alt" content={imageAlt} />
<meta property="og:site_name" content="Rugplay" /> <meta property="og:site_name" content="CoinStorge" />
<meta property="og:locale" content="en_US" /> <meta property="og:locale" content="en_US" />
<!-- Twitter Card Meta Tags --> <!-- Twitter Card Meta Tags -->

View file

@ -25,7 +25,7 @@
<Dialog bind:open> <Dialog bind:open>
<DialogContent class="sm:max-w-md"> <DialogContent class="sm:max-w-md">
<DialogHeader> <DialogHeader>
<DialogTitle>Sign in to Rugplay</DialogTitle> <DialogTitle>Sign in to CoinStorge</DialogTitle>
<DialogDescription> <DialogDescription>
Choose a service to sign in with. Your account will be created automatically if you don't Choose a service to sign in with. Your account will be created automatically if you don't
have one. have one.

View file

@ -30,9 +30,9 @@
const tips: Tip[] = [ const tips: Tip[] = [
{ {
id: 1, id: 1,
title: 'Welcome to Rugplay!', title: 'Welcome to CoinStorge!',
description: description:
'Rugplay is a cryptocurrency trading simulator where you can practice trading without real financial risk. Start with virtual money, create coins, bet on prediction markets, and most importantly, rugpull!', 'CoinStorge is a cryptocurrency trading simulator where you can practice trading without real financial risk. Start with virtual money, create coins, bet on prediction markets, and most importantly, rugpull!',
icon: BookOpen, icon: BookOpen,
image: '/tips/cover.avif' image: '/tips/cover.avif'
}, },
@ -56,7 +56,7 @@
id: 4, id: 4,
title: 'AMM - Automated Market Maker', title: 'AMM - Automated Market Maker',
description: description:
'Rugplay uses an AMM system where prices are calculated automatically based on supply and demand. The more you buy, the higher the price goes. The more you sell, the lower it drops. Large trades create "slippage" - the price change during your trade.', 'CoinStorge, like Rugplay, uses an AMM system where prices are calculated automatically based on supply and demand. The more you buy, the higher the price goes. The more you sell, the lower it drops. Large trades create "slippage" - the price change during your trade.',
icon: BarChart3, icon: BarChart3,
image: '/tips/amm.avif' image: '/tips/amm.avif'
}, },

View file

@ -245,11 +245,11 @@ export async function validateQuestion(question: string, description?: string):
} }
const prompt = ` const prompt = `
You are evaluating whether a prediction market question is valid and answerable for Rugplay, a cryptocurrency trading simulation platform. You are evaluating whether a prediction market question is valid and answerable for CoinStorge, a cryptocurrency trading simulation platform.
Question: "${question}" Question: "${question}"
Current Rugplay Market Context: Current CoinStorge Market Context:
- Platform currency: $ (or *BUSS) - Platform currency: $ (or *BUSS)
- Total listed coins: ${marketOverview?.marketStats.totalCoins || 0} - Total listed coins: ${marketOverview?.marketStats.totalCoins || 0}
- Total market cap: $${marketOverview?.marketStats.totalMarketCap.toFixed(2) || '0'} - Total market cap: $${marketOverview?.marketStats.totalMarketCap.toFixed(2) || '0'}
@ -271,8 +271,8 @@ Determine the optimal resolution date based on the question type:
- If the question explicitly states the date, use that as the resolution date - If the question explicitly states the date, use that as the resolution date
Also determine: Also determine:
- Whether this question requires web search (external events, real-world data, non-Rugplay information) - Whether this question requires web search (external events, real-world data, non-CoinStorge information)
- If the question is related to the Rugplay market, and contains what appears to be a coin name, ensure it's properly formatted (e.g. *BTC, *DOGE). Invalid question example: "will BTC reach $100,000 in 1 hour?" (invalid coin format, should be *BTC). - If the question is related to the CoinStorge market, and contains what appears to be a coin name, ensure it's properly formatted (e.g. *BTC, *DOGE). Invalid question example: "will BTC reach $100,000 in 1 hour?" (invalid coin format, should be *BTC).
- Provide a specific resolution date with time (suggest times between 12:00-20:00 UTC for good global coverage) The current date and time is ${new Date().toISOString()}. - Provide a specific resolution date with time (suggest times between 12:00-20:00 UTC for good global coverage) The current date and time is ${new Date().toISOString()}.
Note: All coins use *SYMBOL format (e.g., *BTC, *DOGE). All trading is simulated with *BUSS currency. Note: All coins use *SYMBOL format (e.g., *BTC, *DOGE). All trading is simulated with *BUSS currency.
@ -336,11 +336,11 @@ export async function resolveQuestion(
const rugplayData = customRugplayData || await getRugplayData(question); const rugplayData = customRugplayData || await getRugplayData(question);
const prompt = ` const prompt = `
You are resolving a prediction market question with a definitive YES or NO answer for Rugplay. You are resolving a prediction market question with a definitive YES or NO answer for CoinStorge.
Question: "${question}" Question: "${question}"
Current Rugplay Platform Data: Current CoinStorge Platform Data:
${rugplayData} ${rugplayData}
Instructions: Instructions:
@ -348,10 +348,10 @@ Instructions:
2. Give your confidence level (0-100) in this resolution 2. Give your confidence level (0-100) in this resolution
3. Provide clear reasoning for your decision with specific data references 3. Provide clear reasoning for your decision with specific data references
4. For coin-specific questions that mention non-existent coins, answer NO (the coin doesn't exist, so it can't reach any price) 4. For coin-specific questions that mention non-existent coins, answer NO (the coin doesn't exist, so it can't reach any price)
5. For coin-specific questions about existing coins, reference actual market data from Rugplay 5. For coin-specific questions about existing coins, reference actual market data from CoinStorge
6. For external events, use web search if enabled 6. For external events, use web search if enabled
Context about Rugplay: Context about CoinStorge:
- Cryptocurrency trading simulation platform with fake money (*BUSS) - Cryptocurrency trading simulation platform with fake money (*BUSS)
- All coins use *SYMBOL format (e.g., *BTC, *DOGE, *SHIB) - All coins use *SYMBOL format (e.g., *BTC, *DOGE, *SHIB)
- Features AMM liquidity pools, rug pull mechanics, and real market dynamics - Features AMM liquidity pools, rug pull mechanics, and real market dynamics
@ -421,7 +421,7 @@ export async function getRugplayData(question?: string): Promise<string> {
coinSpecificData = '\n\nCoin Analysis for Question:'; coinSpecificData = '\n\nCoin Analysis for Question:';
if (nonExistentCoins.length > 0) { if (nonExistentCoins.length > 0) {
coinSpecificData += `\nNON-EXISTENT COINS: ${nonExistentCoins.map(symbol => `*${symbol}`).join(', ')} - These coins do not exist on the Rugplay platform`; coinSpecificData += `\nNON-EXISTENT COINS: ${nonExistentCoins.map(symbol => `*${symbol}`).join(', ')} - These coins do not exist on the CoinStorge platform`;
} }
if (existingCoins.length > 0) { if (existingCoins.length > 0) {
@ -450,7 +450,7 @@ ${coin.recentTrades.slice(0, 3).map(trade =>
return ` return `
Current Timestamp: ${new Date().toISOString()} Current Timestamp: ${new Date().toISOString()}
Platform: Rugplay - Cryptocurrency Trading Simulation Platform: CoinStorge - Cryptocurrency Trading Simulation
Market Overview: Market Overview:
- Total Listed Coins: ${marketOverview?.marketStats.totalCoins || 0} - Total Listed Coins: ${marketOverview?.marketStats.totalCoins || 0}
@ -473,7 +473,7 @@ Platform Details:
- Coins use *SYMBOL format (e.g., *BTC, *DOGE, *SHIB)${coinSpecificData} - Coins use *SYMBOL format (e.g., *BTC, *DOGE, *SHIB)${coinSpecificData}
`; `;
} catch (error) { } catch (error) {
console.error('Error generating Rugplay data:', error); console.error('Error generating CoinStorge data:', error);
return `Couldn't retrieve data, please try again later.`; return `Couldn't retrieve data, please try again later.`;
} }
} }

View file

@ -36,7 +36,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>{status} | Rugplay</title> <title>{status} | CoinStorge</title>
<meta name="robots" content="noindex" /> <meta name="robots" content="noindex" />
</svelte:head> </svelte:head>

View file

@ -75,7 +75,7 @@
</script> </script>
<SEO <SEO
title="Rugplay" title="CoinStorge"
description="A realistic crypto trading simulator that lets you experience the risks and mechanics of decentralized exchanges without real financial consequences. Create coins, trade with liquidity pools, and learn about 'rug pulls' in a... relatively safe environment :)" description="A realistic crypto trading simulator that lets you experience the risks and mechanics of decentralized exchanges without real financial consequences. Create coins, trade with liquidity pools, and learn about 'rug pulls' in a... relatively safe environment :)"
keywords="crypto simulation game, trading practice game, rug pull simulation, virtual cryptocurrency game" keywords="crypto simulation game, trading practice game, rug pull simulation, virtual cryptocurrency game"
/> />
@ -85,7 +85,7 @@
<div class="container mx-auto p-6"> <div class="container mx-auto p-6">
<header class="mb-8"> <header class="mb-8">
<h1 class="mb-2 truncate text-3xl font-bold"> <h1 class="mb-2 truncate text-3xl font-bold">
{$USER_DATA ? getTimeBasedGreeting($USER_DATA?.name) : 'Welcome to Rugplay!'} {$USER_DATA ? getTimeBasedGreeting($USER_DATA?.name) : 'Welcome to CoinStorge!'}
</h1> </h1>
<p class="text-muted-foreground"> <p class="text-muted-foreground">
{#if $USER_DATA} {#if $USER_DATA}

View file

@ -22,18 +22,18 @@
<UserManualModal bind:open={showUserManual} /> <UserManualModal bind:open={showUserManual} />
<svelte:head> <svelte:head>
<title>About - Rugplay</title> <title>About - CoinStorge</title>
<meta <meta
name="description" name="description"
content="Learn about Rugplay - a realistic cryptocurrency trading simulation focusing on DeFi risks and mechanics." content="Learn about CoinStorge - a realistic cryptocurrency trading simulation focusing on DeFi risks and mechanics."
/> />
</svelte:head> </svelte:head>
<div class="container mx-auto space-y-8 px-4 py-8"> <div class="container mx-auto space-y-8 px-4 py-8">
<div class="space-y-4 text-center"> <div class="space-y-4 text-center">
<div class="mb-4 flex items-center justify-center gap-2"> <div class="mb-4 flex items-center justify-center gap-2">
<img src="/rugplay.svg" class="h-12 w-12" alt="Rugplay" /> <img src="/rugplay.svg" class="h-12 w-12" alt="CoinStorge" />
<h1 class="text-4xl font-bold">Rugplay</h1> <h1 class="text-4xl font-bold">CoinStorge</h1>
</div> </div>
<p class="text-muted-foreground mx-auto max-w-2xl text-lg"> <p class="text-muted-foreground mx-auto max-w-2xl text-lg">
A crypto trading simulator where you can practice trading without losing real money. Create A crypto trading simulator where you can practice trading without losing real money. Create

View file

@ -40,8 +40,8 @@
</script> </script>
<SEO <SEO
title="Gambling - Rugplay" title="Gambling - CoinStorge"
description="Play virtual gambling games with simulated currency in Rugplay. Try coinflip, slots, and mines games using virtual money with no real-world value - purely for entertainment." description="Play virtual gambling games with simulated currency in CoinStorge. Try coinflip, slots, and mines games using virtual money with no real-world value - purely for entertainment."
keywords="virtual gambling simulation, coinflip game, slots game, mines game, virtual casino, simulated gambling, entertainment games" keywords="virtual gambling simulation, coinflip game, slots game, mines game, virtual casino, simulated gambling, entertainment games"
/> />

View file

@ -13,8 +13,8 @@
</script> </script>
<SEO <SEO
title="Privacy Policy - Rugplay" title="Privacy Policy - CoinStorge"
description="Privacy Policy for Rugplay cryptocurrency simulation game. Learn about data collection, account deletion process, virtual currency privacy, and your rights." description="Privacy Policy for CoinStorge cryptocurrency simulation game. Learn about data collection, account deletion process, virtual currency privacy, and your rights."
keywords="privacy policy, data protection, account deletion, virtual currency privacy, simulation game privacy" keywords="privacy policy, data protection, account deletion, virtual currency privacy, simulation game privacy"
/> />
@ -50,7 +50,7 @@
it, and what happens when you delete your account. it, and what happens when you delete your account.
</p> </p>
<p> <p>
<strong>Platform Note:</strong> Rugplay is a simulated trading environment using virtual currency <strong>Platform Note:</strong> CoinStorge is a simulated trading environment using virtual currency
("*BUSS" or "$") with no real monetary value. ("*BUSS" or "$") with no real monetary value.
</p> </p>
</Card.Content> </Card.Content>
@ -74,7 +74,7 @@
</div> </div>
<div> <div>
<h3 class="mb-2 text-lg font-medium">2.2 Trading and Financial Data (Simulated)</h3> <h3 class="mb-2 text-lg font-medium">2.2 Simulated Trading and Simulated Financial Data</h3>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
<li>Transaction history (buy/sell orders, amounts, prices, timestamps)</li> <li>Transaction history (buy/sell orders, amounts, prices, timestamps)</li>
<li>Portfolio holdings and balances</li> <li>Portfolio holdings and balances</li>
@ -107,7 +107,7 @@
<li>Platform analytics and improvements</li> <li>Platform analytics and improvements</li>
<li>Resolving disputes and maintaining system integrity</li> <li>Resolving disputes and maintaining system integrity</li>
<li> <li>
Operating and resolving prediction markets, which may involve automated decision-making Operating and resolving prediction markets, which may involve AI-assisted decision-making
as detailed below. as detailed below.
</li> </li>
</ul> </ul>
@ -241,9 +241,6 @@
<li> <li>
<strong>14 days later:</strong> Complete deletion process executed automatically <strong>14 days later:</strong> Complete deletion process executed automatically
</li> </li>
<li>
<strong>Cancellation:</strong> Contact support within 14 days to cancel deletion
</li>
</ul> </ul>
</div> </div>
</div> </div>
@ -263,7 +260,7 @@
<Card.Content> <Card.Content>
<h2 class="mb-4 text-2xl font-semibold">6. Your Data Protection Rights</h2> <h2 class="mb-4 text-2xl font-semibold">6. Your Data Protection Rights</h2>
<p class="mb-4"> <p class="mb-4">
Depending on your location, you may have certain rights regarding your personal data, You have rights regarding your personal data,
including: including:
</p> </p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
@ -298,8 +295,8 @@
</ul> </ul>
<p class="mt-3"> <p class="mt-3">
To exercise these rights, please contact us at <a To exercise these rights, please contact us at <a
href="mailto:{CONTACT_EMAIL}" href="mailto:privacy@ndspir.it"
class="text-primary underline">{CONTACT_EMAIL}</a class="text-primary underline">privacy@ndspir.it</a
>. >.
</p> </p>
</Card.Content> </Card.Content>
@ -327,7 +324,8 @@
<Card.Content> <Card.Content>
<h2 class="mb-4 text-2xl font-semibold">8. Data Sharing</h2> <h2 class="mb-4 text-2xl font-semibold">8. Data Sharing</h2>
<p class="mb-4">We do not sell or share your personal data with third parties, except:</p> <p class="mb-4">We do not sell your personal data.</p>
<p class="mb-4">We might be forced to share your personal data with third parties:</p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
<li>When required by law or legal process</li> <li>When required by law or legal process</li>
<li>To prevent fraud or protect platform security</li> <li>To prevent fraud or protect platform security</li>
@ -359,8 +357,8 @@
<p class="mb-4">For privacy-related questions or to exercise your rights:</p> <p class="mb-4">For privacy-related questions or to exercise your rights:</p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
<li> <li>
Email: <a href="mailto:{CONTACT_EMAIL}" class="text-primary underline" Email: <a href="mailto:privacy@ndspir.it" class="text-primary underline"
>{CONTACT_EMAIL}</a >privacy@ndspir.it</a
> >
</li> </li>
<li>To cancel account deletion: Contact us immediately at the above email</li> <li>To cancel account deletion: Contact us immediately at the above email</li>
@ -382,7 +380,7 @@
<strong>Contact:</strong> <strong>Contact:</strong>
<a href="mailto:{CONTACT_EMAIL}" class="text-primary underline">{CONTACT_EMAIL}</a> <a href="mailto:{CONTACT_EMAIL}" class="text-primary underline">{CONTACT_EMAIL}</a>
</p> </p>
<p><strong>Platform:</strong> Rugplay - virtual cryptocurrency trading simulation</p> <p><strong>Platform:</strong> CoinStorge - virtual cryptocurrency trading simulation</p>
</div> </div>
</div> </div>

View file

@ -9,14 +9,13 @@
import { goto } from '$app/navigation'; import { goto } from '$app/navigation';
import SEO from '$lib/components/self/SEO.svelte'; import SEO from '$lib/components/self/SEO.svelte';
const LAST_UPDATED = 'May 29, 2025'; const LAST_UPDATED = 'September 1, 2025';
const CONTACT_EMAIL = 'contact@outpoot.com'; const CONTACT_EMAIL = '[REDACTED]';
const MINIMUM_AGE = 18;
</script> </script>
<SEO <SEO
title="Terms of Service - Rugplay" title="Terms of Service - CoinStorge"
description="Terms of Service for Rugplay - cryptocurrency trading simulation game. Learn about virtual currency, rug pull mechanics, gambling features, and platform rules." description="Terms of Service for CoinStorge - cryptocurrency trading simulation game. Learn about virtual currency, rug pull mechanics, gambling features, and platform rules."
keywords="terms of service, legal terms, simulation game rules, virtual currency terms, rug pull simulation" keywords="terms of service, legal terms, simulation game rules, virtual currency terms, rug pull simulation"
/> />
@ -36,7 +35,7 @@
<TrendingDown class="h-4 w-4" /> <TrendingDown class="h-4 w-4" />
<Alert.Title>Virtual Currency Simulation Only</Alert.Title> <Alert.Title>Virtual Currency Simulation Only</Alert.Title>
<Alert.Description> <Alert.Description>
Rugplay uses only virtual currency (*BUSS or "$") with no real monetary value. All trading, CoinStorge uses only virtual currency (*BUSS or "$") with no real monetary value. All trading,
including rug pulls, is simulated for educational purposes only. including rug pulls, is simulated for educational purposes only.
</Alert.Description> </Alert.Description>
</Alert.Root> </Alert.Root>
@ -47,13 +46,14 @@
<Card.Content> <Card.Content>
<h2 class="mb-4 text-2xl font-semibold">1. Acceptance of Terms</h2> <h2 class="mb-4 text-2xl font-semibold">1. Acceptance of Terms</h2>
<p class="mb-4"> <p class="mb-4">
By accessing and using Rugplay ("the Platform", "we", "us", "our"), you accept and agree By accessing and using CoinStorge ("the Platform", "we", "us", "our"), you accept and agree
to be bound by these Terms of Service ("Terms"). If you do not agree to these Terms, you to be bound by these Terms of Service ("Terms"). If you do not agree to these Terms, you
may not use the Platform. may not use the Platform.
</p> </p>
<p> <p>
These Terms constitute a legally binding agreement between you and Rugplay regarding your These Terms constitute a legally binding agreement between you and CoinStorge regarding your
use of our cryptocurrency trading simulation platform. use of our cryptocurrency trading simulation platform. If you are not of the age required to sign
a binding contract, you may not use the Platform.
</p> </p>
</Card.Content> </Card.Content>
@ -61,7 +61,7 @@
<h2 class="mb-4 text-2xl font-semibold">2. Platform Description</h2> <h2 class="mb-4 text-2xl font-semibold">2. Platform Description</h2>
<div class="space-y-4"> <div class="space-y-4">
<p> <p>
Rugplay is a <strong>simulated cryptocurrency trading platform</strong> designed for educational CoinStorge is a <strong>simulated cryptocurrency trading platform</strong> designed for educational
and entertainment purposes. The Platform allows users to: and entertainment purposes. The Platform allows users to:
</p> </p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
@ -77,7 +77,7 @@
<AlertTriangle class="h-4 w-4" /> <AlertTriangle class="h-4 w-4" />
<Alert.Title>No Real Financial Value</Alert.Title> <Alert.Title>No Real Financial Value</Alert.Title>
<Alert.Description> <Alert.Description>
All currency on Rugplay (*BUSS, "$", and created coins) is virtual and has no All currency on CoinStorge (*BUSS, "$", and created coins) is virtual and has no
real-world monetary value. No real cryptocurrency or money is involved in any real-world monetary value. No real cryptocurrency or money is involved in any
transactions. transactions.
</Alert.Description> </Alert.Description>
@ -91,11 +91,12 @@
<div> <div>
<h3 class="mb-2 text-lg font-medium">3.1 Age Requirements</h3> <h3 class="mb-2 text-lg font-medium">3.1 Age Requirements</h3>
<p class="mb-3"> <p class="mb-3">
You must be at least {MINIMUM_AGE} years old to use Rugplay due to the presence of gambling-style You must be at least 18 years old to use CoinStorge.
features (coinflip and slots), even though they use only virtual currency.
</p> </p>
<p class="text-muted-foreground text-sm"> <p class="text-muted-foreground text-sm">
While our platform uses virtual currency with no real-world value, we maintain an 18+ Due to the presence of gambling-style
features (coinflip and slots), even though they use only virtual currency, and while our platform
uses only virtual currency with no real-world value, we maintain an 18+
age requirement to ensure responsible engagement with simulated gambling mechanics. age requirement to ensure responsible engagement with simulated gambling mechanics.
</p> </p>
</div> </div>
@ -113,7 +114,7 @@
<div> <div>
<h3 class="mb-2 text-lg font-medium">3.3 Prohibited Users</h3> <h3 class="mb-2 text-lg font-medium">3.3 Prohibited Users</h3>
<p>You may not use Rugplay if you are:</p> <p>You may not use CoinStorge if you are:</p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
<li>Located in a jurisdiction where use is prohibited</li> <li>Located in a jurisdiction where use is prohibited</li>
<li>Previously banned from the Platform</li> <li>Previously banned from the Platform</li>
@ -132,7 +133,7 @@
<TrendingDown class="h-4 w-4" /> <TrendingDown class="h-4 w-4" />
<Alert.Title>Rug Pull Risk Simulation</Alert.Title> <Alert.Title>Rug Pull Risk Simulation</Alert.Title>
<Alert.Description> <Alert.Description>
Rugplay deliberately simulates rug pull scenarios where coin creators or large holders CoinStorge deliberately simulates rug pull scenarios where coin creators or large holders
can crash prices by selling significant holdings. This is a core educational feature. can crash prices by selling significant holdings. This is a core educational feature.
</Alert.Description> </Alert.Description>
</Alert.Root> </Alert.Root>
@ -154,7 +155,7 @@
<div> <div>
<h3 class="mb-2 text-lg font-medium">4.2 Trading Mechanics</h3> <h3 class="mb-2 text-lg font-medium">4.2 Trading Mechanics</h3>
<p class="mb-3">Trading on Rugplay includes realistic mechanics such as:</p> <p class="mb-3">Trading on CoinStorge includes realistic mechanics such as:</p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
<li> <li>
<strong>Slippage:</strong> Large trades affect prices based on liquidity pool ratios <strong>Slippage:</strong> Large trades affect prices based on liquidity pool ratios
@ -202,7 +203,7 @@
<div> <div>
<h3 class="mb-2 text-lg font-medium">5.1 Acceptable Use</h3> <h3 class="mb-2 text-lg font-medium">5.1 Acceptable Use</h3>
<p class="mb-3"> <p class="mb-3">
You agree to use Rugplay only for lawful purposes and in accordance with these Terms. You agree to use CoinStorge only for lawful purposes and in accordance with these Terms.
You will not: You will not:
</p> </p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
@ -254,13 +255,13 @@
Terms, your investments may be forfeited. This includes: Terms, your investments may be forfeited. This includes:
</p> </p>
<ul class="ml-6 list-disc space-y-2" style="color: oklch(0.828 0.189 84.429 / 0.8)"> <ul class="ml-6 list-disc space-y-2" style="color: oklch(0.828 0.189 84.429 / 0.8)">
<li>Holdings in coins with inappropriate names, symbols, or descriptions</li> <li>Holdings in coins with names, symbols, or descriptions which are inappropriate or prohibited by applicable law</li>
<li>Bets placed on prediction markets with offensive or prohibited content</li> <li>Bets placed on prediction markets with offensive or prohibited content</li>
<li>Investments in content that violates intellectual property rights</li> <li>Investments in content that violates intellectual property rights</li>
<li>Any virtual currency associated with content we remove for Terms violations</li> <li>Any virtual currency associated with content we remove for Terms violations</li>
</ul> </ul>
<p class="mt-3" style="color: oklch(0.828 0.189 84.429 / 0.8)"> <p class="mt-3" style="color: oklch(0.828 0.189 84.429 / 0.8)">
<strong>No Compensation:</strong> We will not provide alternative compensation or restore <strong>No Compensation:</strong> There is no refund of
virtual balances lost due to investments in prohibited content. You invest at your own virtual balances lost due to investments in prohibited content. You invest at your own
risk. risk.
</p> </p>
@ -313,7 +314,7 @@
<div class="space-y-4"> <div class="space-y-4">
<div> <div>
<h3 class="mb-2 text-lg font-medium">7.1 Virtual Gambling Games</h3> <h3 class="mb-2 text-lg font-medium">7.1 Virtual Gambling Games</h3>
<p class="mb-3">Rugplay includes simulated gambling features:</p> <p class="mb-3">CoinStorge includes simulated gambling features:</p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
<li><strong>Coinflip:</strong> Binary outcome betting with virtual currency</li> <li><strong>Coinflip:</strong> Binary outcome betting with virtual currency</li>
<li> <li>
@ -412,7 +413,7 @@
<AlertTriangle class="h-4 w-4" /> <AlertTriangle class="h-4 w-4" />
<Alert.Title>Important Legal Disclaimers</Alert.Title> <Alert.Title>Important Legal Disclaimers</Alert.Title>
<Alert.Description> <Alert.Description>
Rugplay is provided "as is" without warranties. We are not liable for virtual losses, CoinStorge is provided "as is" without warranties. We are not liable for virtual losses,
rug pulls, or any platform-related damages. rug pulls, or any platform-related damages.
</Alert.Description> </Alert.Description>
</Alert.Root> </Alert.Root>
@ -448,7 +449,7 @@
<div> <div>
<h3 class="mb-2 text-lg font-medium">9.3 Educational Purpose</h3> <h3 class="mb-2 text-lg font-medium">9.3 Educational Purpose</h3>
<p>Rugplay is designed for educational and entertainment purposes. It is not:</p> <p>CoinStorge is designed for educational and entertainment purposes. It is not:</p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
<li>Financial advice or investment guidance</li> <li>Financial advice or investment guidance</li>
<li>A substitute for professional financial education</li> <li>A substitute for professional financial education</li>
@ -469,7 +470,6 @@
</p> </p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
<li>Is scheduled 14 days after your request</li> <li>Is scheduled 14 days after your request</li>
<li>Can be cancelled during the 14-day period by contacting support</li>
<li>Results in permanent loss of all virtual currency and account data</li> <li>Results in permanent loss of all virtual currency and account data</li>
<li>May leave some anonymized data as described in our Privacy Policy</li> <li>May leave some anonymized data as described in our Privacy Policy</li>
</ul> </ul>
@ -504,7 +504,8 @@
<div class="space-y-4"> <div class="space-y-4">
<div> <div>
<h3 class="mb-2 text-lg font-medium">11.1 Platform Ownership</h3> <h3 class="mb-2 text-lg font-medium">11.1 Platform Ownership</h3>
<p>Rugplay and all related intellectual property are owned by us, including:</p> <p>CoinStorge is based on Rugplay, licensed under CC BY-NC by OutPoot (FaceDev).</p>
<p>CoinStorge and all related intellectual property are owned by either us or OutPoot, including:</p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
<li>Software, code, algorithms, and technical systems</li> <li>Software, code, algorithms, and technical systems</li>
<li>Trademarks, logos, and branding</li> <li>Trademarks, logos, and branding</li>
@ -517,7 +518,7 @@
<div> <div>
<h3 class="mb-2 text-lg font-medium">11.2 Past Project Assets and Themes</h3> <h3 class="mb-2 text-lg font-medium">11.2 Past Project Assets and Themes</h3>
<p class="mb-3"> <p class="mb-3">
Rugplay incorporates intellectual property from creator's past projects, including: CoinStorge incorporates intellectual property from creators' past projects, including:
</p> </p>
<ul class="ml-6 list-disc space-y-2"> <ul class="ml-6 list-disc space-y-2">
<li>Characters, artwork, and visual themes from previous projects</li> <li>Characters, artwork, and visual themes from previous projects</li>
@ -525,7 +526,7 @@
<li>Any derivative works or adaptations of existing intellectual property</li> <li>Any derivative works or adaptations of existing intellectual property</li>
</ul> </ul>
<p class="text-muted-foreground mt-3 text-sm"> <p class="text-muted-foreground mt-3 text-sm">
All past project assets used in Rugplay are owned by the platform creators or used All past project assets used in CoinStorge are owned by the platform creators or used
with proper authorization. with proper authorization.
</p> </p>
</div> </div>
@ -550,7 +551,7 @@
in our Privacy Policy, which is incorporated into these Terms by reference. in our Privacy Policy, which is incorporated into these Terms by reference.
</p> </p>
<p> <p>
By using Rugplay, you consent to our data practices as described in the Privacy Policy, By using CoinStorge, you consent to our data practices as described in the Privacy Policy,
including the retention of anonymized data after account deletion. including the retention of anonymized data after account deletion.
</p> </p>
</Card.Content> </Card.Content>
@ -561,8 +562,8 @@
<div> <div>
<h3 class="mb-2 text-lg font-medium">13.1 Entire Agreement</h3> <h3 class="mb-2 text-lg font-medium">13.1 Entire Agreement</h3>
<p> <p>
These Terms, along with our Privacy Policy, constitute the entire agreement between These Terms, along with our Privacy Policy — incorporated in these Terms by reference —, constitute the entire agreement between
you and Rugplay regarding use of the Platform. you and CoinStorge regarding use of the Platform.
</p> </p>
</div> </div>
@ -578,27 +579,18 @@
<h3 class="mb-2 text-lg font-medium">13.3 Updates to Terms</h3> <h3 class="mb-2 text-lg font-medium">13.3 Updates to Terms</h3>
<p> <p>
We may update these Terms periodically. Material changes will be communicated via We may update these Terms periodically. Material changes will be communicated via
email and platform notifications. Continued use after changes constitutes acceptance. email and platform notifications, on a best-effort basis. Continued use after changes constitutes acceptance.
Failure to communicate does not automatically terminate our Agreement.
</p> </p>
</div> </div>
<div>
<h3 class="mb-2 text-lg font-medium">13.4 Contact Information</h3>
<p>
For questions about these Terms, contact us at:
<a href="mailto:{CONTACT_EMAIL}" class="text-primary underline">{CONTACT_EMAIL}</a>
</p>
</div>
</div> </div>
</Card.Content> </Card.Content>
<div class="rounded-lg p-4 text-sm" style="background-color: oklch(var(--primary) / 0.1);"> <div class="rounded-lg p-4 text-sm" style="background-color: oklch(var(--primary) / 0.1);">
<p class="mb-2"><strong>Last Updated:</strong> {LAST_UPDATED}</p> <p class="mb-2"><strong>Last Updated:</strong> {LAST_UPDATED}</p>
<p class="mb-2"> <p class="mb-2"><strong>Platform:</strong> CoinStorge</p>
<strong>Contact:</strong>
<a href="mailto:{CONTACT_EMAIL}" class="text-primary underline">{CONTACT_EMAIL}</a>
</p>
<p class="mb-2"><strong>Platform:</strong> Rugplay</p>
</div> </div>
</div> </div>