// 1. PROCESS FORM DATA WHEN SUBMITTED
$show_form = true;
$error_message = "";if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['submit_retreat_form'])) {
$first_name = strip_tags(trim($_POST['first_name']));
$last_name = strip_tags(trim($_POST['last_name']));
$email = filter_var(trim($_POST['email']), FILTER_SANITIZE_EMAIL);
// Check Code of Conduct responses (All 6 must be 'agree')
$all_agree = true;
for ($i = 1; $i <= 6; $i++) {
if (!isset($_POST["q$i"]) || $_POST["q$i"] !== 'agree') {
$all_agree = false;
break;
}
}// Check Waiver acknowledgement response (Must be checked)
$waiver_accepted = isset($_POST['waiver_accept']) && $_POST['waiver_accept'] === 'accepted';if (!$all_agree) {
$error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";
} elseif (!$waiver_accepted) {
$error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed.";
} elseif (empty($first_name) || empty($last_name) || !filter_var($email, FILTER_VALIDATE_EMAIL)) {
$error_message = "Please fill out all contact fields with a valid email address.";
} else {
$timestamp = date("F j, Y, g:i a e");
$to = "[email protected]";
$subject = "New Retreat Registration (Code of Conduct & Waiver): $first_name $last_name";
$message = "A new combined Retreat Registration form has been submitted.\n\n";
$message .= "--- PARTICIPANT DETAILS ---\n";
$message .= "First Name: $first_name\n";
$message .= "Last Name: $last_name\n";
$message .= "Email: $email\n";
$message .= "Submission Date/Time: $timestamp\n\n";
$message .= "--- CODE OF CONDUCT STATUS ---\n";
$message .= "1. Participates for growth: AGREED\n";
$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";
$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";
$message .= "4. Presenting self by free will: AGREED\n";
$message .= "5. Pledges complete self-honesty: AGREED\n";
$message .= "6. Applies to sleep/meditative states: AGREED\n\n";
$message .= "--- LIABILITY WAIVER STATUS ---\n";
$message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";$headers = "From: webmaster@" . $_SERVER['HTTP_HOST'] . "\r\n";
$headers .= "Reply-To: $email\r\n";
$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, $subject, $message, $headers)) {
$show_form = false;
} else {
$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";
}
}
}
?>
For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.
To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:
Code of Conduct
1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.
Thank You
Your Code of Conduct agreement and Retreat Waiver form have been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.
// 1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);// Check Code of Conduct responses (All 6 must be 'agree')$all_agree = true;for ($i = 1; i <= 6; i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}// Check Waiver acknowledgement response (Must be checked)$waiver_accepted = isset(\(_POST['waiver_accept']) &&\)_POST['waiver_accept'] === 'accepted';if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (!waiver_accepted) {error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Registration (Code of Conduct & Waiver): \(first_{n}ame\)last_name";$message = "A new combined Retreat Registration form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- CODE OF CONDUCT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n\n";$message .= "--- LIABILITY WAIVER STATUS ---\n";$message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?>
.agree-form-container {font-family: "Noto Serif", serif;max-width: 100%;margin: 20px auto;color: #333;line-height: 1.6;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.form-section-title {font-size: 1.5rem;font-weight: 700;margin-bottom: 20px;border-bottom: 2px solid #333;padding-bottom: 5px;}.form-intro {margin-bottom: 25px;font-size: 1.05rem;}.form-intro-bold {margin-bottom: 30px;font-weight: 700;font-size: 1.05rem;}.reading-text-block {background-color: #fcfcfc;border: 1px solid #ededed;padding: 25px;margin-bottom: 35px;}.reading-item {margin-bottom: 15px;}.contact-section {background-color: #f9f9f9;padding: 20px;margin-bottom: 35px;border: 1px solid #ededed;}.contact-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;margin-bottom: 15px;}@media (max-width: 600px) {.contact-grid { grid-template-columns: 1fr; }}.input-group {display: flex;flex-direction: column;gap: 5px;}.input-group label {font-weight: 700;font-size: 0.9rem;}.input-group input {padding: 10px;border: 1px solid #ccc;font-size: 1rem;font-family: inherit;}.question-block {margin-bottom: 30px;padding-bottom: 25px;border-bottom: 1px solid #ededed;}.question-text {font-size: 1.1rem;font-weight: 700;margin-bottom: 15px;display: block;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.radio-options {display: flex;gap: 25px;padding-left: 5px;}.radio-label {display: flex;align-items: center;gap: 10px;cursor: pointer;font-size: 1.05rem;}.radio-label input[type="radio"],.waiver-checkbox-label input[type="checkbox"] {margin: 0;cursor: pointer;width: 18px;height: 18px;}.waiver-checkbox-label {display: flex;align-items: flex-start;gap: 12px;cursor: pointer;font-size: 1.1rem;font-weight: 700;padding: 10px 5px;}.waiver-checkbox-label input[type="checkbox"] {margin-top: 4px;}.form-submit-btn {background: #333;color: #fff;border: none;padding: 14px 28px;font-size: 1rem;font-weight: 700;cursor: pointer;transition: background 0.2s ease;margin-top: 10px;}.form-submit-btn:hover {background: #767676;}.error-message {color: #cc0000;font-weight: bold;margin-top: 20px;padding: 15px;background: #fff0f0;border-left: 4px solid #cc0000;}.success-message {background-color: #f4f4f4;padding: 30px;border-left: 4px solid #333;margin-top: 20px;}
For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:Code of Conduct1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.First Name *Last Name *Email Address *1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.
//1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);$all_agree = true;for ($i = 1; \(i <= 6; \)i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Code of Conduct Agreement: \(first_{n}ame\)last_name";$message = "A new Code of Conduct agreement form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- AGREEMENT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?>
For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.
To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:
Thank You
Your agreement to the Code of Conduct has been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.
The Premier Source of Ascension Mastery Fifth Dimensional Consciousness Teachings for Individuals Seeking the Highest Level of Soul Advancement℠
Scope of Spiritual Curriculum & Intellectual Property Disclaimer
Scope of Spiritual Curriculum & Intellectual Property Disclaimer
1. Educational Domain and Topical Index Alignment
Welcome to the definitive training portal of Walking Terra Christa™. (Walking Terra Christa Lord Melchizedek Light Synthesis Academy of New Earth Mastery™). As a global academy dedicated to genuine planetary evolution, our foundational curriculum explicitly maps, analyzes, and decodes the broad landscape of modern alternative spirituality.
In 2012, when we launched Walking Terra Christa, we were among the absolute pioneers in the global ascension movement to anchor “Fifth Dimensional Consciousness” and “New Earth Consciousness” as structured training systems. What mainstream media now uses as trendy buzzwords has been our dedicated core mission for over a decade.
To ensure accurate semantic indexing and domain relevance across global search engines, our curriculum addresses, evaluates, and provides master-level instruction across all major themes of the current global awakening ecosystem. This includes, but is not limited to, public search queries and concepts regarding:
Ascension Mechanics & Global Shifts: Ascension spirituality, 5D ascension, 5D consciousness shifts, planetary shift, the Great Solar Flash, the Event, Age of Aquarius, and the transition into a New Earth reality.
Subterranean & Inner Earth Realities: The Fifth Dimensional City of Telos, Sacred Mount Shasta California geographical Vortex Portals, Lemurian crystalline civilizations, Agartha Network, Inner Earth Cities, and subterranean light chambers.
Cosmic Transmission & Lineage Activations: Receiving spiritual downloads, light code downloads, cosmic downloads, and opening up to intuitive guidance.
Historical Lineage Foundations: Dr. Joshua David Stone’s original synthesis blueprints, striving for Integrated Full Spectrum Prism Consciousness, transcending the negative ego mind, and the classical path of the Integrated Ascended Master.
Global Gathering Ceremonies: Online global Wesak Celebrations, Wesak Mount Shasta blueprints, and planetary leadership anchoring events (which our academy has actively hosted globally since 2012).
Modern Esoteric & Pop-Spiritual Concepts: Lightworker soul blueprints, twin flame separation and reunion, indigo/crystal children, angel numbers (11:11, 444, 777), and commercial Law of Attraction manifestation rituals.
Psycho-Spiritual & Simulation Phenomena: Matrix simulation theory, timeline jumping, collapsing timelines, shifting realities, third-eye awakening, and DNA activation codes and DNA upgrades.
Physical & Energetic Shifts: Ascension symptoms, Kundalini awakening, light body activation, energy field purging, chakra alignment, and crystalline structure integration.
2. Proprietary Frameworks and Trademark Protection
All educational materials, course structures, and energetic methodologies delivered through this portal are the exclusive intellectual property of Walking Terra Christa™. This academy asserts strict common-law trademark rights and ownership over our proprietary training structures, including:
True Ascension™ and True Ascension Mastery™
Full Conscious Mastery™
Planetary Ascension Mastery™
Seven Levels of Ascension Mastery™
Living Ascended Master Pathway™
Fifth Dimensional State of Consciousness™
DeAscension™
Agartha Council of Light™
Soul Psychology™, Soul Shadow Work™
Rays of God™, 22 Rays of God™
Vibratory Etheric Journey Meditations™, Group Merkaba Vortex Activations™
Universal Laws of Ascension Mastery™
Any unauthorized commercial use, reproduction, or distribution of these trademarked frameworks, titles, or curriculum structures without explicit written consent from Walking Terra Christa™ is strictly prohibited.
3. Structural Differentiation from Mass-Market Media
The public and all incoming initiates should be fully aware that the educational pathways, rigorous spiritual discipline, and energetic safety protocols offered by Walking Terra Christa™ are fundamentally distinct from the broad, commercialized content found across popular mass-market media platforms.
However, they are intentionally designed for entry-level consumer accessibility, which naturally leaves a structural gap for the advanced initiate. This includes:
The peaceful foundational mindfulness literature of Eckhart Tolle.
The expansive cosmic curiosity sparked by the past-life regressions of Dolores Cannon.
The visionary starseed concepts popularized through the cosmic channeling of Barbara Marciniak.
The beautiful, highly inspiring aesthetic pop-spirituality of Rebecca Campbell.
The wonderful introductory exposures to the Inner Earth reality found in the Telos books by Aurelia Louise Jones and Diane Robbins.
The basic universal law shared by introductory Law of Attraction manifestation coaches.
While seekers frequently explore foundational new age concepts through mainstream streaming networks like Gaia, corporate personal growth platforms like Mindvalley, or the commercialized literature of pop-spiritual authors and commercial Law of Attraction coaches, our academy addresses a completely different tier of soul mastery. These mainstream avenues often rely on aesthetic pop-spirituality, oracle card formats, and ungrounded astral techniques designed for mass consumer accessibility.
We explicitly clarify that True Ascension™ is in many ways very different from what many seekers understand from mainstream media. It is not instantly becoming an ascended being who lives a perfect life from a 3D perspective. It is not being able to dream or astral travel, as all humans have always been able to do so. Instead, it requires raising your physical consciousness such that you can connect to the light body of your full body system and move your consciousness into the higher dimensional planes of existence. Some gifted souls can already do this.
Please be aware that real physical planetary ascension is the ability to bring that higher consciousness of your Solar Angelic Self, your Higher Self, your Group Soul and your Monad, back to Earth so it is within your physical, mental and emotional self.
This is the very misunderstood process of DeAscension™. While a gifted person can occasionally reach these levels in a meditation, that ability has nothing to do with grounding the Living Ascended Master State of Consciousness™ into one’s life. This is why in our highly unique format of vibratory energetics through the extensive training and higher gifts of Reverend Christine Mahlariessee it is called Fully Integrated Ascension Mastery™. It is 100% compliant and founded upon humanities individual and collective use of proper application of Divine Cosmic Universal Law™ rather than an improper 3D reduction of the LOA.
While many awakened souls treat the universal laws as a cosmic vending machine, it is a much deeper and nuanced process of “walking” through one’s personal Soul Shadow Work™. Proper application of the Divine Cosmic Universal Laws™ requires systemic alignment across your entire four-body system.
We also explicitly distinguish our focus from popular alternative media networks and streaming series like Cosmic Disclosure, as well as alternative literature sectors heavily centered on external global matrix conspiracy theories. While these external outer-narratives captivate mainstream curiosity, our academy completely bypasses external sensationalism to focus strictly on internal, disciplined soul graduation.
Furthermore, we deeply honor and recognize the great work that established global institutions—such as the Self-Realization Fellowship, the Kriya Yoga Institute, the Haidakhandi Universal Ashram, the Esalen Institute, and the pioneering mind-body frameworks of figures like Deepak Chopra—have performed in successfully awakening individuals to the greater potential of God Consciousness. We explicitly view these revered platforms as vital, high-trust foundational gateways. They excel at expanding human consciousness and opening the soul’s awareness to the divine.
In many cases though, an initiate eventually reaches a point where they require the next spiritual step up the evolutionary ladder. Walking Terra Christa™ provides that exact transition, guiding awakened souls past this wonderful spiritual conditioning and into the rigorous, grounded mechanics of physical multi-dimensional mastery.
Furthermore, we distinguish our curriculum from traditional, legacy platforms such as the I AM Foundation, as well as popular subterranean literature like the Telos books authored by Aurelia Louise Jones and Diane Robbins. While the early 1930s frameworks of the I AM Foundation introduced humanity to the primary frequency of the Violet Flame, and the Telos books served as wonderful introductory materials to expose readers to the Seven Sacred Flames and the Fifth Dimensional City of Telos within Sacred Mount Shasta, human evolution has drastically outpaced and advanced beyond those early entry-level milestones. The capacity of modern spiritual anatomy can no longer rely solely on the access parameters of the Violet Flame or basic introductory activations to “outmoded flames” without risking energetic stagnation.
We explicitly clarify that Lord Adama (holding his full spiritual title) is not merely an unranked entity or general guide. He is the Head Priest of Telos under the authority of the Lemurian King and Queen, the Head of the Agartha Council of Light™, and serves actively as the Chancellor of the Walking Terra Christa Academy. He executes this administrative and educational role in direct partnership with the Mahachohan of all the Rays of God, Lord Saint Germain. Both High Authorities explicitly hold this status within our school to ensure that modern “upper earth” spiritual initiates receive exclusively proper, accurate, and uncompromising Ascension Mastery Teachings through our expanded Rays of God™ structure.
We explicitly reject the proliferation of weekend ascension certifications and rapid, superficial energy healing diplomas. Walking Terra Christa™ does not offer instant-fix formats, ungrounded planetary shift timelines, or unverified starseed channeling loops. Attaining Full Conscious Mastery™ and Planetary Ascension Mastery™ requires systematic spiritual graduation from one level to the next, clearing and aligning the Full Body System across the Mental, Emotional, Physical, and Etheric Light Bodies under the strict, unyielding guidance of the Ascended Master State of Consciousness™ of the Ray Chohan Ascended Masters of the 22 Rays of God™.
This includes Mahachohan Lord Saint Germain, Master Djwhal Khul (“the Tibetan”), Lord Kuthumi, Lord Sananda, Lord Melchizedek (“the Father of the Initiates”), Lord Sanat Kumara (“the Founder of the Brotherhood/Sisterhood of White Light”), Lord Metatron (“Head of the Angelic Principalities and the Solar Angels”), the entire Spiritual Hierarchy of Humanity, and the Unified Whole Command™.
Our curriculum guides students safely into true Self and God Realization. Students are advised that achieving authentic Planetary Ascension requires the same unwavering determination, dedication, motivation, effort, discipline, consistent practice, and laser-focused mindset held by Olympic-level athletes or world-class master creators or leaders.
Are you ready to move past mass-market spiritual entertainment?
True ascension is not an overnight occurrence or a weekend certification loop. If you are a dedicated initiate ready to commit the same level of discipline, effort, and determination as a world-class creator or Olympic athlete, we invite you to graduate into our formal, structured academy.
In an email with the subject line “True Ascension Interest” please simply email us your personal experiences so far within ascension or spirituality and we will respond as soon as we can!
~Blessings in Oneness,
Rev. Christine Mahlariessee and Rev. Ara of Walking Terra Christa
Terminology, Trademark & Institutional Notice
Walking Terra Christa™ (Walking Terra Christa Lord Melchizedek Light Synthesis Academy of New Earth Mastery™) operates exclusively as an independent, higher-level educational institution. Our curriculum is designed strictly for advanced evolutionary training, soul sovereignty development, and conscious self-mastery.
The presence of trademark notations (™) throughout this curriculum statement indicates active common-law proprietary claims asserted by Walking Terra Christa over our distinct training structures, nomenclature, and energetic methodologies. Unauthorized duplication, commercial extraction, or systematic reproduction of these specific frameworks is legally and ethically actionable.
“Walking Terra Christa™ (walkingterrachrista.com) is an independent spiritual academy founded by Rev. Christine Mahlariessee and Rev. J. Michael Hayden. We are not affiliated, associated, or partnered with any external digital resource shares, unverified book distributions, or separate planetary consciousness projects bearing similar names.”
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.