← Back to Mentorship Project

The Damien Crane Mentorship Project

Choose your path forward

Select the plan that fits where you are right now. Every tier gives you access to real knowledge, real results.

Most accessible

Monthly Access

$20

per month — cancel anytime

  • Full access to all lessons & modules
  • Video & text content library
  • Wealth creation curriculum
  • Mental & physical training guides
  • Community access
Get started

Elite tier

1-on-1 Coaching

$1,600

direct access to Damien

  • Everything in Lifetime
  • Personal 1-on-1 calls with Damien
  • Custom wealth & mindset strategy
  • Direct feedback on your progress
  • Exclusive access & accountability
Apply for coaching

Already a member?

If you've already paid, log in to access your content.

Log in to members area

After payment, Damien will set up your account and send you login details by email.

Wealth Creation Modules

Step-by-step video and text lessons on building real income, managing money, and creating lasting wealth from the ground up.

Mental & Physical Training

Structured guides to unlocking discipline, focus, and physical strength — building the foundation that everything else sits on.

Direct Access to Damien

Community access and — for coaching members — personal 1-on-1 sessions with Damien to accelerate your growth directly.

[cardNumber, cardExpiry, cardCvc].forEach(function(el) { el.on('focus', function() { el._frame.closest('.stripe-field').classList.add('focused'); }); el.on('blur', function() { el._frame.closest('.stripe-field').classList.remove('focused'); }); }); var selectedPlan = null; function selectPlan(planKey, planLabel, priceId) { selectedPlan = { key: planKey, label: planLabel, priceId: priceId }; document.getElementById('badge-plan-name').textContent = planLabel; document.getElementById('signup').scrollIntoView({ behavior: 'smooth', block: 'start' }); } function scrollToPlans() { document.querySelector('.pricing-section').scrollIntoView({ behavior: 'smooth' }); } async function handleSubmit() { var btn = document.getElementById('submit-btn'); var errorEl = document.getElementById('error-msg'); errorEl.style.display = 'none'; if (!selectedPlan) { errorEl.textContent = 'Please select a plan before continuing.'; errorEl.style.display = 'block'; scrollToPlans(); return; } var name = document.getElementById('full-name').value.trim(); var email = document.getElementById('email').value.trim(); var password = document.getElementById('password').value; var confirm = document.getElementById('confirm-password').value;