{"id":83,"date":"2026-01-28T12:54:48","date_gmt":"2026-01-28T03:54:48","guid":{"rendered":"https:\/\/sona-labo.com\/?page_id=83"},"modified":"2026-01-28T13:21:59","modified_gmt":"2026-01-28T04:21:59","slug":"en-faq","status":"publish","type":"page","link":"https:\/\/sona-labo.com\/en\/en-faq\/","title":{"rendered":"FAQ &amp; Requirements"},"content":{"rendered":"\n<div class=\"swell-block-fullWide pc-py-60 sp-py-40 alignfull\" style=\"background-color:#f7f7f7\"><div class=\"swell-block-fullWide__inner l-article\">\n<style>\n    \/* \/\/ -------------------------------------------------- *\/\n    \/* \/\/ FAQ & Requirements Page Style (English Version) *\/\n    \/* \/\/ -------------------------------------------------- *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;500;700;900&family=Noto+Sans+JP:wght@300;500;700&display=swap');\n\n    \/* Hide SWELL default parts *\/\n    #header, .l-header, #footer, .l-footer, #wpadminbar { display: none !important; }\n    #content, .l-main { padding: 0 !important; margin: 0 !important; }\n\n    .faq-wrapper {\n        --ea-bg: #0f172a;      \/* Deep Navy *\/\n        --ea-card: #1e293b;    \/* Card BG *\/\n        --ea-text: #f8fafc;    \/* Text *\/\n        --ea-muted: #94a3b8;   \/* Muted Text *\/\n        --ea-gold: #facc15;    \/* Accent: Gold *\/\n        --ea-blue: #38bdf8;    \/* Accent: Blue *\/\n        \n        font-family: 'Montserrat', sans-serif;\n        background-color: var(--ea-bg);\n        color: var(--ea-text);\n        line-height: 1.8;\n        box-sizing: border-box;\n        \n        position: fixed !important;\n        top: 0 !important; left: 0 !important;\n        width: 100% !important; height: 100% !important;\n        z-index: 2147483647 !important;\n        overflow-y: auto !important;\n        -webkit-overflow-scrolling: touch;\n        margin: 0 !important;\n    }\n    .faq-wrapper * { box-sizing: border-box !important; }\n\n    \/* Language Switcher (Floating) *\/\n    .lang-switch {\n        position: absolute;\n        top: 30px;\n        right: 30px;\n        z-index: 100;\n        font-weight: 700;\n        font-size: 0.9rem;\n        color: var(--ea-muted);\n        background: rgba(0,0,0,0.3);\n        padding: 8px 16px;\n        border-radius: 50px;\n        border: 1px solid rgba(255,255,255,0.1);\n        backdrop-filter: blur(5px);\n    }\n    .lang-link { text-decoration: none; color: inherit; transition: 0.3s; margin: 0 4px; }\n    .lang-link:hover { color: #fff; }\n    .lang-link.active { color: var(--ea-gold); cursor: default; }\n    .lang-sep { opacity: 0.3; }\n\n    .faq-container {\n        max-width: 900px;\n        margin: 0 auto;\n        padding: 60px 20px 100px;\n    }\n\n    \/* Header *\/\n    .faq-header { text-align: center; margin-bottom: 60px; }\n    .faq-tag {\n        color: var(--ea-gold); font-weight: 700; letter-spacing: 0.2em; font-size: 0.8rem;\n        display: block; margin-bottom: 15px; text-transform: uppercase;\n    }\n    .faq-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; margin-bottom: 20px; }\n\n    \/* VPS Section *\/\n    .vps-section {\n        background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);\n        border: 2px solid var(--ea-blue);\n        border-radius: 20px;\n        padding: 40px;\n        margin-bottom: 60px;\n        position: relative;\n        overflow: hidden;\n    }\n    .vps-badge {\n        position: absolute; top: 0; left: 0;\n        background: var(--ea-blue); color: #0f172a; font-weight: 800; font-size: 0.75rem;\n        padding: 5px 15px; border-bottom-right-radius: 12px;\n    }\n    .vps-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }\n    .vps-desc { font-size: 0.95rem; color: var(--ea-muted); margin-bottom: 20px; }\n    \n    .vps-check-list {\n        background: rgba(0,0,0,0.2); padding: 20px; border-radius: 12px;\n        margin-bottom: 30px;\n    }\n    .vps-check-item { display: flex; gap: 10px; margin-bottom: 10px; font-size: 0.9rem; align-items: center; }\n    .vps-check-item:last-child { margin-bottom: 0; }\n    .check-icon { color: var(--ea-gold); }\n\n    \/* Q&A List *\/\n    .qa-group { margin-bottom: 40px; }\n    .qa-group-title {\n        font-size: 1.2rem; font-weight: 700; color: var(--ea-muted);\n        border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; margin-bottom: 20px;\n    }\n    \n    .qa-item {\n        background: var(--ea-card);\n        border-radius: 12px;\n        padding: 25px;\n        margin-bottom: 15px;\n        border: 1px solid rgba(255,255,255,0.05);\n    }\n    .qa-question {\n        font-weight: 700; font-size: 1.1rem; margin-bottom: 10px;\n        display: flex; gap: 10px; color: #fff;\n    }\n    .q-mark { color: var(--ea-blue); }\n    .qa-answer {\n        font-size: 0.95rem; color: var(--ea-muted); line-height: 1.8;\n        padding-left: 25px;\n    }\n    .qa-list {\n        list-style: none;\n        margin: 15px 0;\n        padding: 0;\n    }\n    .qa-list li {\n        margin-bottom: 8px;\n        font-weight: bold;\n        color: #fff;\n    }\n    .qa-list li span {\n        color: var(--ea-muted);\n        font-weight: normal;\n        margin-left: 10px;\n    }\n\n    \/* Back Button *\/\n    .back-btn {\n        display: block; width: 100%; max-width: 300px; margin: 60px auto 0;\n        padding: 15px; text-align: center;\n        border: 1px solid rgba(255,255,255,0.2); border-radius: 50px;\n        color: var(--ea-muted) !important; text-decoration: none; font-weight: 700; font-size: 0.9rem;\n        transition: 0.3s;\n    }\n    .back-btn:hover { background: rgba(255,255,255,0.1); color: #fff !important; }\n\n    @media (max-width: 768px) {\n        .vps-section { padding: 30px 20px; }\n        .qa-question { font-size: 1rem; }\n    }\n<\/style>\n\n<div class=\"faq-wrapper\">\n    \n    <!-- Language Switcher -->\n    <div class=\"lang-switch\">\n        <a href=\"\/faq\/\" class=\"lang-link\">JP<\/a>\n        <span class=\"lang-sep\">|<\/span>\n        <span class=\"lang-link active\">EN<\/span>\n    <\/div>\n\n    <div class=\"faq-container\">\n        \n        <header class=\"faq-header\">\n            <span class=\"faq-tag\">SUPPORT CENTER<\/span>\n            <h1 class=\"faq-title\">FAQ &#038; Requirements<\/h1>\n        <\/header>\n\n        <!-- VPS Section (No Affiliate Links) -->\n        <div class=\"vps-section\">\n            <span class=\"vps-badge\">IMPORTANT<\/span>\n            <h2 class=\"vps-title\"><i class=\"fa-solid fa-server\"><\/i> About VPS (Virtual Private Server)<\/h2>\n            <div class=\"vps-desc\">\n                EAs (Automated Trading Systems) must run 24\/7. To avoid the risk of keeping your home PC on at all times, we <strong>strongly recommend using a VPS<\/strong>.\n            <\/div>\n            <div class=\"vps-check-list\">\n                <div class=\"vps-check-item\"><i class=\"fa-solid fa-check check-icon\"><\/i> <span>EA keeps running even if your PC is off<\/span><\/div>\n                <div class=\"vps-check-item\"><i class=\"fa-solid fa-check check-icon\"><\/i> <span>Avoid risks of power outages or internet disconnection<\/span><\/div>\n                <div class=\"vps-check-item\"><i class=\"fa-solid fa-check check-icon\"><\/i> <span>Remote access from smartphone or tablet anytime<\/span><\/div>\n            <\/div>\n            \n            <p style=\"font-size:0.9rem; color:#cbd5e1; margin-bottom:0;\">\n                Recommended Specs: 2GB+ RAM \/ Windows OS\n            <\/p>\n        <\/div>\n\n        <!-- Q&A: Setup -->\n        <div class=\"qa-group\">\n            <h3 class=\"qa-group-title\">Setup &#038; Application<\/h3>\n            \n            <div class=\"qa-item\">\n                <div class=\"qa-question\"><span class=\"q-mark\">Q.<\/span> Can I operate using only a smartphone?<\/div>\n                <div class=\"qa-answer\">\n                    Yes, it is possible. However, a PC (or Windows VPS) is required for the initial installation of the EA.<br>\n                    Once installed, you can check your daily balance and stop the EA from the MT4 mobile app.\n                <\/div>\n            <\/div>\n\n            <div class=\"qa-item\">\n                <div class=\"qa-question\"><span class=\"q-mark\">Q.<\/span> Can I use a Mac?<\/div>\n                <div class=\"qa-answer\">\n                    MT4\/EA basically runs on Windows environment. If you are a Mac user, we recommend subscribing to a VPS (Windows Server) and installing the EA there.\n                <\/div>\n            <\/div>\n\n            <div class=\"qa-item\">\n                <div class=\"qa-question\"><span class=\"q-mark\">Q.<\/span> I already have an Exness account.<\/div>\n                <div class=\"qa-answer\">\n                    Please log in to your existing account and create an &#8220;Additional Account&#8221;.<br>\n                    Be sure to create it via our partner link, otherwise the authentication will fail.\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Q&A: Operation & Funds -->\n        <div class=\"qa-group\">\n            <h3 class=\"qa-group-title\">Operation &#038; Funds<\/h3>\n            \n            <div class=\"qa-item\">\n                <div class=\"qa-question\"><span class=\"q-mark\">Q.<\/span> What is the minimum deposit?<\/div>\n                <div class=\"qa-answer\">\n                    For safe operation, we recommend the following amounts:<br>\n                    <ul class=\"qa-list\">\n                        <li>SONA System: <span>Any Amount<\/span><\/li>\n                        <li>SONA Rush \/ Hyper: <span>500,000 JPY (approx $3,500) +<\/span><\/li>\n                        <li>SONA x TESLA Wealth: <span>1,000,000 JPY (approx $7,000) +<\/span><\/li>\n                    <\/ul>\n                    *Since GOLD has high volatility, sufficient margin is strongly recommended.\n                <\/div>\n            <\/div>\n\n            <div class=\"qa-item\">\n                <div class=\"qa-question\"><span class=\"q-mark\">Q.<\/span> Should I stop during economic news?<\/div>\n                <div class=\"qa-answer\">\n                    Yes, we recommend stopping the EA before and after major economic indicators (NFP, FOMC, etc.) to avoid sudden market fluctuations.<br>\n                    <span style=\"font-size:0.85em; color:#94a3b8; display:block; margin-top:8px; line-height:1.6;\">\n                        *We may announce recommended stop times in our Discord, but this is for reference only. Please manage your risk and decide when to stop at your own discretion.\n                    <\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <a href=\"\/en\/\" class=\"back-btn\">Back to Top<\/a>\n\n    <\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"swell_btn_cv_data":"","_locale":"en_US","_original_post":"https:\/\/sona-labo.com\/?page_id=72","footnotes":""},"class_list":["post-83","page","type-page","status-publish","hentry","en-US"],"_links":{"self":[{"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/pages\/83","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/comments?post=83"}],"version-history":[{"count":2,"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/pages\/83\/revisions"}],"predecessor-version":[{"id":93,"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/pages\/83\/revisions\/93"}],"wp:attachment":[{"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/media?parent=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}