This preprint does not present a working financial simulator or any bot results. It proposes Persona-Trained Monte Carlo (PTMC), a methodological agenda for estimating distributions of market statistics by repeatedly simulating a limit-order-book market with different agent populations. Each run would draw K profiles from a learned distribution P: demographics and preferences theta, such as age, wealth, or risk aversion, and a behavioral profile rho, such as herding, momentum, anchoring, or reluctance to realize losses. All bots would share a neural policy pi_phi conditioned on those attributes, market state, and optionally news, macro variables, and indices. Their orders would interact in a continuous double auction. Each path would yield a functional F, such as maximum drawdown or crash probability, and the across-run mean would estimate E_P[F]. The paper combines a narrative review of agent-based economics, market microstructure, behavioral finance, RL, generative agents, systemic risk, and econophysics with a candidate architecture, three untested pseudocode procedures, and a validation roadmap. Its defensible contribution is to formalize the proposal, distinguish three sources of randomness, and require comparisons against fixed populations and zero-intelligence traders. The paper correctly acknowledges equifinality: reproducing fat tails, volatility clustering, spreads, or a historical crash would not prove that the simulated psychological mechanism is the one operating in real markets. It also states explicitly that the entire framework is unimplemented, that it reports no new empirical findings, and that its validation thresholds are illustrative placeholders. The five-bot, five-minute example uses invented parameters and scripted actions. The rise from USD 50.025 to USD 50.32, the claimed clustering, and the overreaction are not simulator outputs and must not be reported as results. The stated Monte Carlo convergence is conditional. Given independent runs, finite variance, and an already fixed P, policy, matching engine, and initialization scheme, the average converges to the expected value of the simulated world. It does not show that P represents real traders, that the policy is behaviorally faithful, that K is adequate, or that the estimand approximates real markets; the K-to-infinity limit remains open. The specification also contains technical defects. The proposed fidelity regularizer ||(theta,rho)-E_D[(theta,rho)]||^2 contains only inputs and dataset statistics, so its gradient with respect to phi is zero. It cannot train the policy or prevent mode collapse, while penalizing distance from the mean would reduce rather than preserve heterogeneity. The procedure labeled inverse RL regresses R_psi on realized P&L and then optimizes a policy against that prediction. This is supervised reward prediction, not inference of the latent utility that rationalizes observed actions, and realized P&L need not equal human preferences. Behavioral cloning defines only a cross-entropy loss for buy/sell/hold even though the architecture also emits continuous order size and price. The key distribution P is given no concrete estimator, identification analysis, uncertainty treatment, or sampling procedure. The workflow feeds validation failures back into recalibration and training; without a locked final test, that turns validation into model selection. The paper is useful as a self-aware research program, not as evidence that persona-trained agents improve market simulations. Testing it would require linked individual orders, demographics, behavioral variables, news, and historical LOB data. The author states that no assembled dataset of this kind exists and that obtaining one would require institutional agreements, IRB review, privacy engineering, and years of work. No code, data, environment, or executable artifact is released. Discussed risks include reidentification, membership inference, demographic bias, market manipulation, exploitative strategies, flash crashes, and risk decisions based on a misspecified model. The paper should therefore be read as a falsifiable proposal and roadmap, not a validated system, forecaster, regulatory tool, or demonstration of behavioral realism.
Research question
How could an order book simulator that estimates market outcome distributions by repeating executions with populations of bots conditioned by demographic and behavioral profiles learned from real data be formalized and validated?