This document provides an introduction to bootstrap methods and Markov chains. It discusses how bootstrap can be used to estimate properties of a statistic like mean or variance when the sample is small and assumptions of the central limit theorem may not apply. The basic bootstrap approach resamples the original sample with replacement to create new bootstrap samples and estimates the statistic for each. Markov chains are defined as stochastic processes where the next state only depends on the current state. An example of a 2-state Markov chain is provided along with notation for transition probabilities and computing unconditional probabilities. The document also discusses stationary distributions for Markov chains.