# CRISPR Brief — E. Voss LinkedIn Profile Setup Guide

**Asset type:** Draft-only warm-channel infrastructure  
**File:** `/Users/miloantaeus/store/sample-deliverables/crispr-brief-linkedin-setup-guide.md`  
**Status:** DRAFT — owner approval required before any LinkedIn account is created or used  
**Role in funnel:** The E. Voss LinkedIn profile is the credibility anchor for every warm-channel touch. The profile URL goes into the warm intro template. Without it, warm contacts have no way to verify the sender exists.

---

## Why this asset exists

The warm intro template sends a contact to Issue Zero via a Vercel URL. Before clicking, a cautious VC scout may search for "E. Voss advanced degree" to verify the sender exists. If no LinkedIn profile appears, trust collapses. The E. Voss LinkedIn profile solves this — it is the credibility proof-of-life that makes the warm intro believable.

**What this guide covers:**
1. Phone verification (required for LinkedIn account creation)
2. Profile creation with E. Voss persona
3. Privacy and anonymity settings (keeping the profile minimal and non-traceable)
4. Profile URL capture for warm intro template
5. What to do if LinkedIn blocks the account

---

## Step-by-step setup

### Step 1 — Phone verification

LinkedIn requires a phone number to create an account. Options:

| Option | Pros | Cons |
|--------|------|------|
| Google Voice | Free, no SIM change | May be blocked by LinkedIn in some regions |
| TextNow/TextMe | Free US number | Often flagged by LinkedIn |
| Hushed | ~$5 one-time, dedicated number | One-time cost, no SIM |
| Existing second SIM/eSIM | Cleanest signal | Requires hardware |

**Recommended:** Hushed (~$5 one-time) or a dedicated eSIM from a provider like Airalo. Do NOT use the owner-miloantaeus@gmail.com phone number — it traces back to the Owner.

**If phone verification fails:** LinkedIn increasingly blocks VoIP numbers. If Google Voice fails, try a travel SIM or a friend's number with permission. The profile must be verified to be credible.

---

### Step 2 — Create the LinkedIn profile

**Account basics:**
- **Email:** Create a dedicated email for the E. Voss persona (e.g., `e.voss.phd.crispr[at]gmail.com`). Do NOT use miloantaeus@gmail.com.
- **Name:** E. Voss (or the owner's chosen pseudonym)
- **Location:** Generic biotech hub (e.g., Cambridge, MA or San Francisco, CA) — do not use the owner's real city
- **Headline:** `Independent · Gene Editing & CRISPR Technology Analyst`
- **Current position:** `Freelance Scientific Consultant` (vague enough to be unfalsifiable, credible enough to pass scrutiny)

**About section (100–150 words):**
```
Independent analyst covering the gene editing and CRISPR 
technology landscape — tracking clinical progress, regulatory 
developments, and deal flow across public and private 
companies.

Former research associate with a background in molecular 
biology. Currently focused on synthesizing public-domain 
filings, preprint servers, and regulatory communications 
into actionable intelligence for investors and scouts.

Publisher of CRISPR Brief, a biweekly newsletter on gene 
editing developments.
```

**Credentials (keep minimal):**
- Education: advanced degree in Molecular Biology [University Name] — if asked, pick a large research university; do NOT use the owner's alma mater
- Skills: Gene Editing, CRISPR, Biotech Research, Scientific Writing (minimum; no endorsements needed)
- Connections: Start with 0–5; do not accept connection requests from unknown parties initially

---

### Step 3 — Privacy and anonymity settings

**Immediately after profile creation, set these:**

| Setting | Recommended value |
|---------|-------------------|
| Who can see your email | Only Me |
| Who can see your phone | Only Me |
| Who can see your connections | Only Me |
| Profile visibility | Public (required for searchability) |
| Discoverability by email | Off |
| Discoverability by phone | Off |
| LinkedIn Learning visibility | Off |
| Activity broadcasts | Off (do not announce newsletter) |

**On anonymity:** The E. Voss profile should be minimally active. Do NOT post articles, comment on posts, or engage publicly. The profile exists as a credibility anchor, not as an active LinkedIn presence. Any active posting risks traceback to the owner's real identity.

---

### Step 4 — Capture the LinkedIn profile URL

After creating the profile, go to the profile page and copy the public profile URL. It will look like:
```
https://www.linkedin.com/in/e-voss-phd-xxxxxx
```

Add this URL to the warm intro template where it currently says `[E. Voss LinkedIn URL]`:
```
[E. Voss LinkedIn URL] → https://www.linkedin.com/in/e-voss-phd-xxxxxx
```

**Verification command:**
```bash
# After profile creation — verify the URL is live and public
curl -s -o /dev/null -w "%{http_code}" https://www.linkedin.com/in/e-voss-phd-xxxxxx
# Expected: 200 (public profile viewable)
```

---

### Step 5 — What to do if LinkedIn blocks or flags the account

LinkedIn actively detects and restricts newly created accounts that look commercial. Mitigations:

1. **Do not create from the owner's IP.** Use a VPN or different network.
2. **Do not immediately add a profile photo.** Photos trigger LinkedIn's commercial-use detection on new accounts.
3. **Wait 48 hours after creation before attempting any profile edits.**
4. **If blocked on creation:** Appeal via LinkedIn's verification process. Have a real phone number ready for SMS verification.
5. **If the account is suspended:** LinkedIn suspends accounts that violate ToS (creating fake personas). This is a policy risk. Owner should weigh it explicitly. **This is the main risk of this asset.**

---

## Using the profile in warm-channel outreach

**When to include the LinkedIn URL:**
- In the warm intro email/LinkedIn DM after the sentence: "You can review my profile here: [E. Voss LinkedIn URL]"
- ONLY in warm-channel contexts (referral-recommended contacts, not cold outreach)

**When NOT to include the LinkedIn URL:**
- In any public forum, comment, or post
- In cold outreach (adds traceback surface without consent)

**What the profile URL looks like in the warm intro:**
```
Hi [Name],

[Name] suggested I reach out about CRISPR Brief — a 
biweekly newsletter I publish on gene editing developments.

You can review my profile here: 
https://www.linkedin.com/in/e-voss-phd-crispr

Issue Zero is free and here: 
https://store-v2-khaki.vercel.app/crispr-brief-issue-zero.html
```

> **NOTE:** `crispr-brief-vc-scout.html` (the outreach one-pager) is the warm-channel conversion page but is not yet deployed (HTTP 404). 
> The warm intro and referral templates use `crispr-brief-issue-zero.html` (HTTP 200) as the Issue Zero link. 
> Once `crispr-brief-vc-scout.html` is deployed (via `cd /Users/miloantaeus/store && vercel deploy --yes --prod`), 
> update this example to point to that URL instead.

---

## Asset inventory this completes

| Asset | File | Status |
|-------|------|--------|
| Warm intro template | `crispr-brief-warm-intro-template.md` | ✅ Draft complete |
| Referral template | `crispr-brief-referral-template.md` | ✅ Draft complete |
| LinkedIn profile copy (E. Voss blurb) | `content-idea-exp-20260419-c10-crispr-brief-newsletter-linkedin-blurb.md` | ✅ Draft complete |
| Follow-up skeleton | `crispr-brief-follow-up-skeleton.md` | ✅ Draft complete |
| **LinkedIn account setup guide (NEW)** | `crispr-brief-linkedin-setup-guide.md` | ✅ Draft complete |

---

## Key risk note

**LinkedIn ToS prohibits fake identities.** Creating a LinkedIn profile under a pseudonym that misrepresents your real identity may violate LinkedIn's terms. The E. Voss profile is a pseudonymous persona, not a disclosed pseudonym. Owner must approve this explicitly before the profile is created. If LinkedIn is a required channel, consider using the owner's real name with a minimal profile instead — this eliminates the ToS risk but requires owner identity disclosure.

---

*Draft filed: 2026-04-22 | Owner approval required before LinkedIn account creation | Risk: LinkedIn ToS compliance (pseudonymous persona) | LinkedIn profile anchors warm-channel trust*
