Independent team training resource • Participation involves risk • No income is guaranteed
The RM Circle is a team build project of the Crypto Team Build Network. This roadmap is the plan every member follows — tap to view full size.
Watch first
See how simple this is.
A quick walkthrough of the team build in action. Watch this before you dive into the strategy below.
The strategy
Simple enough to duplicate.
The goal is not endless personal recruiting. Each position gets two directs, retires that referral link, then helps the next two positions repeat the process.
2
Get exactly two
Use your position's link until two direct positions are placed beneath you and your position is qualified.
↘
Move the effort down
Retire the qualified link. Help each of your two directs use their links until they each have two.
↑
Upgrade responsibly
Use earned POL to advance when practical. Active builders may also choose to self-fund, but only within their own risk tolerance.
diff --git a/public/qr-start.svg b/public/qr-start.svg
new file mode 100644
index 0000000..6b62d3e
--- /dev/null
+++ b/public/qr-start.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/public/styles.css b/public/styles.css
index 8497e51..a5ceea2 100644
--- a/public/styles.css
+++ b/public/styles.css
@@ -106,3 +106,11 @@ a{color:inherit}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}.nav{heigh
.q-no{background:rgba(174,189,202,.08);color:var(--muted);border:1px solid #33506a}
.mtp-card{position:relative}
.mtp-qmark{position:absolute;top:-8px;right:-8px;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--gold),#f7d173);color:#152033;font-size:12px;font-weight:900;display:grid;place-items:center;box-shadow:0 2px 8px rgba(0,0,0,.4)}
+
+/* Hero QR — between the buttons on mobile (show-your-phone flow), tucked after them on desktop */
+.qr-cta{display:flex;align-items:center;gap:12px;text-align:left}
+.qr-cta img{background:#fff;padding:7px;border-radius:12px;display:block;box-shadow:0 8px 24px rgba(0,0,0,.3)}
+.qr-cta span{font-size:13px;font-weight:800;line-height:1.45}
+.qr-cta small{color:var(--muted);font-weight:600}
+@media(min-width:561px){.hero-actions{align-items:center}.qr-cta{order:3;flex-basis:100%;justify-content:center;margin-top:8px}}
+@media(max-width:560px){.qr-cta{justify-content:center}}