02
02 · Women & the Industry
The product is a person.
The pitch is “easy money, your own boss, total control.” For some it is. For many others — especially the young and the financially desperate — the reality is coercion, content that can never be taken back, and an industry built to extract more than anyone agreed to give.
Why we frame this as exploitation, not shame
This page is about the industry, not a verdict on any woman.
Shaming individuals who do this work is both cruel and useless — and it lets the people who profit off the hook. The honest, documented story is about how an industry and the platforms around it target vulnerability. That’s the story that holds up, and it’s the one that actually protects the young woman weighing whether to start.
The recruitment pattern
Who gets targeted, and how.
Across survivor testimony, prosecuted cases, and peer-reviewed analysis, the same pattern recurs. Recruiters and traffickers concentrate on people with specific vulnerabilities — runaways, those facing homelessness, people with substance dependencies, and those in financial distress. The hook is often a legitimate-sounding offer: modeling, acting, “content creation.” What follows can include pressure to do more than was agreed, withheld information, debt arrangements, and threats to expose images to family.
The “no list”
By legal definition, a performer who is tricked, forced, or coerced into a sex act they refused — or into performing with someone they declined — is a victim of sex trafficking. Coercion doesn’t require a locked door.
U.S. federal definition of sex trafficking (force, fraud, or coercion)
45%
Of surveyed videos on one major mainstream porn site involved physical aggression.
Covenant Eyes 2025 PDF citing 2020 video survey
$6.6B
OnlyFans annual revenue, used here to show the scale of the platform economy built around sexual content.
Covenant Eyes statistics roundup
5.6B
Pornhub views reported for September 2024, illustrating mass reach rather than a fringe market.
Covenant Eyes 2025 PDF citing Semrush
The set is real. The “independence” is the story they sell.
OnlyFans & the “independence” promise
“Your own boss” hides who’s really pulling the strings.
Subscription platforms are marketed as empowerment: no studio, no middleman, you decide. For some creators that’s real. But investigations and advocacy research describe a darker layer — managers and “chatters” operating accounts, partners or traffickers controlling earnings and access, and relentless pressure to escalate to more extreme content to keep subscribers paying. The platform’s structure also means content, once posted, can be copied, re-uploaded, and circulated permanently. A decision made at 19 in a hard month does not stay in that month.
The thing no contract can give back is permanence. The internet does not forget, and the people who profit are not the ones who carry that.
The trafficking link — stated honestly
Documented cases are real. The headline stat is more complicated.
There are concrete, prosecuted cases where pornography production was trafficking. French authorities indicted multiple men for rape, trafficking, and aggravated pimping tied to one production operation. The Traffickinghub campaign and New York Times reporting documented child sexual abuse material and non-consensual content hosted on a major platform — leading Visa, Mastercard, and Discover to cut ties and prompting government investigations in multiple countries. These are not anomalies that can be waved away.
Where we won’t overstate
You’ll often see the claim that pornography is “the number one venue for sex trafficking.” That figure comes from calls to the U.S. National Human Trafficking Hotline — reports from people who suspected something, not a confirmed count of cases. We cite it as what it is: a signal worth taking seriously, not a hard tally. The documented, prosecuted cases above are the firm ground. We stand on the firm ground because it can’t be knocked out from under us.
For a young woman deciding
Questions worth sitting with before you start.
- Who actually controls the account and the money? If anyone else manages your messages, pricing, or payouts, you are not as independent as the pitch says.
- What happens to content you want gone? Assume it can be downloaded and re-posted forever. Plan as if “delete” doesn’t exist, because functionally it often doesn’t.
- Who benefits if you escalate? Pressure to go further usually serves someone else’s revenue, not your wellbeing.
- What’s the exit? Many performers report staying out of fear that their history will close other doors. Know the door you’re walking through.
If you’re being coerced or controlled
There is a way out, and people who only want to help.
The U.S. National Human Trafficking Hotline is confidential and available 24/7: call 1-888-373-7888 or text 233733. If non-consensual images of you are online, the Cyber Civil Rights Initiative (cybercivilrights.org) and StopNCII.org can help you fight to get them removed.
/* ============================================================
art.js — custom SVG artworks injected into each page hero.
Abstract, non-literal imagery: shattered glass, static, shadow,
fracture, severed threads. No photography, no depiction of people
beyond anonymous silhouette/shadow. Renders crisp at any size.
Each function returns an SVG string; a small loader places the
right one into [data-art=”…”] containers.
============================================================ */
(function(){
// —- shared defs: grain, glow, gradients —-
const DEFS = `
`;
function frame(inner){
return `${DEFS}
${inner}
`;
}
// deterministic pseudo-random for reproducible art
function rng(seed){return function(){seed=(seed*9301+49297)%233280;return seed/233280;};}
// ———- HOME: shattered glass radiating from a single point ———-
function home(){
const r=rng(7); let shards=”;
const cx=600,cy=360;
for(let i=0;i<46;i++){
const a1=r()*Math.PI*2, a2=a1+(0.12+r()*0.4);
const d1=120+r()*520, d2=120+r()*520;
const x1=cx+Math.cos(a1)*d1, y1=cy+Math.sin(a1)*d1;
const x2=cx+Math.cos(a2)*d2, y2=cy+Math.sin(a2)*d2;
const op=(0.04+r()*0.16).toFixed(3);
shards+=“;
}
let cracks=”;
for(let i=0;i<60;i++){
const a=r()*Math.PI*2, len=140+r()*560;
const x=cx+Math.cos(a)*len, y=cy+Math.sin(a)*len;
cracks+=“;
}
return frame(`
${shards}
${cracks}
`);
}
// ———- YOUTH: small silhouette dwarfed by looming screen-glow ———-
function youth(){
return frame(`
${Array.from({length:7}).map((_,i)=>“).join(”)}
`);
}
// ———- WOMEN/INDUSTRY: figure dissolving into pixels / sold as product ———-
function women(){
const r=rng(19); let px=”;
// a silhouette that fragments into drifting squares on the right side
for(let i=0;i0.82 ? ‘#e8a33d’ : ‘#1b1b22’;
px+=“;
}
return frame(`
${px}
${Array.from({length:34}).map((_,i)=>“).join(”)}
`);
}
// ———- MEN: looping spiral / habituation, dimming feedback ———-
function men(){
let spiral=”; const cx=600,cy=380;
for(let i=0;i<520;i++){
const a=i*0.16, rad=i*0.85;
const x=cx+Math.cos(a)*rad, y=cy+Math.sin(a)*rad*0.62;
const op=(0.5*(1-i/520)).toFixed(3);
const c = i%40<20 ? '#e8a33d':'#2a2a33';
spiral+=“;
}
// diminishing-return bars receding into dark
let bars=”;
for(let i=0;i<11;i++){
const h=240*Math.pow(0.86,i);
bars+=“;
}
return frame(`
${spiral}
${bars}
`);
}
// ———- MARRIAGE: two halves pulled apart, frayed thread between ———-
function marriage(){
const r=rng(31); let threads=”;
for(let i=0;i0.45;
const op=(0.15+r()*0.4).toFixed(3);
if(snap){
threads+=“;
threads+=“;
} else {
threads+=“;
}
}
return frame(`
${threads}
`);
}
const ART={home,youth,women,men,marriage};
function init(){
document.querySelectorAll(‘[data-art]’).forEach(el=>{
const key=el.getAttribute(‘data-art’);
if(ART[key]) el.innerHTML=ART[key]();
});
}
if(document.readyState!==’loading’) init();
else document.addEventListener(‘DOMContentLoaded’,init);
})();
const io=new IntersectionObserver((es)=>es.forEach(e=>{if(e.isIntersecting)e.target.classList.add(‘in’)}),{threshold:.15});
document.querySelectorAll(‘.reveal’).forEach(el=>io.observe(el));