edusolum

📖 Unit 6: Market Failure and the Role of Government

# UNIT 6: MARKET FAILURE AND THE ROLE OF GOVERNMENT

# 1. INTRODUCTION

In the previous units of AP Microeconomics, we often operated under the assumption of the "Invisible Hand"—the idea that individuals pursuing their own self-interest in competitive markets would lead to an efficient allocation of resources. We saw how the intersection of supply and demand maximizes total surplus (consumer plus producer surplus). However, the real world is rarely that perfect.

Why is the air in some cities thick with smog? Why are life-saving vaccines sometimes under-produced? Why do we have lighthouse services provided by the government instead of private firms charging admission? And why is there a vast gap between the wealthiest and the poorest members of society?

These questions lead us to Market Failure. Market failure occurs when the private market, left on its own, fails to allocate resources efficiently, resulting in a loss of total economic welfare known as Deadweight Loss (DWL). In this unit, we explore the specific circumstances where markets break down: externalities, public goods, and imperfect competition. We also examine the government’s toolkit—taxes, subsidies, and regulations—to "nudge" the market back toward the social optimum. Finally, we look at how society measures and addresses the distribution of income. By the end of this chapter, you will understand how economic theory provides a blueprint for making the world more efficient and more equitable.


# 2. ALL KEY CONCEPTS, TERMS, AND PRINCIPLES

To navigate the complexities of market failure, we must first master the terminology and the foundational mathematical relationships used by economists.

# General Efficiency Concepts

  • Social Efficiency (Allocative Efficiency): A state where the marginal benefit to society is exactly equal to the marginal cost to society ($MSB = MSC$).
  • Marginal Private Benefit ($MPB$): The benefit derived by the individual consumer of a good. Represented by the private demand curve ($D_{private}$).
  • Marginal External Benefit ($MEB$): The benefit enjoyed by third parties who did not purchase or consume the good.
  • Marginal Social Benefit ($MSB$): The total benefit to society. $$MSB = MPB + MEB$$
  • Marginal Private Cost ($MPC$): The cost incurred by the firm to produce one more unit. Represented by the private supply curve ($S_{private}$).
  • Marginal External Cost ($MEC$): The cost imposed on third parties due to the production or consumption of a good (e.g., pollution).
  • Marginal Social Cost ($MSC$): The total cost to society. $$MSC = MPC + MEC$$

# Externalities

  • Negative Externality: When production or consumption imposes costs on third parties. Result: Overproduction ($Q_{market} > Q_{social}$).
  • Positive Externality: When production or consumption provides benefits to third parties. Result: Underproduction ($Q_{market} < Q_{social}$).
  • Pigouvian Tax: A tax designed to correct a negative externality, set equal to the $MEC$.
  • Pigouvian Subsidy: A subsidy designed to correct a positive externality, set equal to the $MEB$.

# Public and Private Goods

  • Excludability: The property of a good whereby a person can be prevented from using it if they do not pay.
  • Rivalry in Consumption: The property of a good whereby one person's use diminishes other people's use.
  • Free-Rider Problem: When people receive the benefit of a good but avoid paying for it, leading to under-provision by the private market.
  • Tragedy of the Commons: The tendency of any resource that is unowned (and hence non-excludable) but rival to be overused and depleted.

# Government Intervention

  • Per-Unit Tax/Subsidy: A tax or subsidy applied to every unit sold. It shifts the Marginal Cost ($MC$) and Supply curves.
  • Lump-Sum Tax/Subsidy: A one-time fixed payment/receipt. It affects Fixed Costs ($TFC$) but does not affect Marginal Cost or the profit-maximizing level of output in the short run.
  • Antitrust Policy: Laws and regulations used to prevent monopolies and encourage competition.

# Inequality

  • Lorenz Curve: A graphical representation of the cumulative distribution of income.
  • Gini Coefficient: A numerical measure of inequality, calculated as the ratio of the area between the line of equality and the Lorenz curve to the total area under the line of equality.
  • Progressive Tax: A tax where the average tax rate increases as income increases.
  • Regressive Tax: A tax where the average tax rate decreases as income increases.

# 3. IN-DEPTH EXPLANATION

# 6.1 – Socially Efficient and Inefficient Market Outcomes

In a perfectly competitive market with no externalities, the market equilibrium is socially efficient.

  1. Demand represents the Marginal Private Benefit ($MPB$).
  2. Supply represents the Marginal Private Cost ($MPC$).

If there are no external costs or benefits, then $MSB = MPB$ and $MSC = MPC$. Therefore, at the equilibrium where $D = S$:
$$MSB = MSC$$
At this point, Total Economic Surplus (Consumer Surplus + Producer Surplus) is maximized.

{
  "type": "line",
  "title": "Socially Efficient Market Equilibrium",
  "subtitle": "Equilibrium where MSB = MSC with no externalities",
  "xLabel": "Quantity (Q)",
  "yLabel": "Price (P)",
  "labels": ["0", "10", "20", "30", "40", "50", "60"],
  "datasets": [
    { "label": "MSB (Demand)", "data": [100, 90, 80, 70, 60, 50, 40], "borderColor": "#3b82f6" },
    { "label": "MSC (Supply)", "data": [10, 20, 30, 40, 50, 60, 70], "borderColor": "#ef4444" }
  ]
}

# Market Failure and Deadweight Loss

When a market fails, the quantity produced by the private market ($Q_m$) differs from the socially optimal quantity ($Q_s$).

  • If $Q_m > Q_s$, the economy is consuming units where the cost to society is greater than the benefit to society ($MSC > MSB$). This creates Deadweight Loss.
  • If $Q_m < Q_s$, the economy is missing out on units where the benefit to society is greater than the cost ($MSB > MSC$). This also creates Deadweight Loss.

Economists use Cost-Benefit Analysis to determine if a government intervention is worth it. A policy is efficient if the total social benefits of the intervention exceed the total social costs.


# 6.2 – Externalities

Externalities are "side effects" of an economic activity. Because the buyers and sellers do not pay for these side effects, they ignore them when making decisions.

# Negative Externalities (External Costs)

Example: A factory produces steel and dumps chemicals into a river. The factory only pays for labor and raw materials ($MPC$). It does not pay for the dead fish or the sick people downstream ($MEC$).

  • Equation: $MSC = MPC + MEC$.
  • Graph: The $MSC$ curve lies above the $MPC$ (Supply) curve.
  • Outcome: The private market equilibrium ($MPC = MSB$) results in a quantity $Q_m$ that is too high.
  • Deadweight Loss: Represented by a triangle pointing toward the socially optimal quantity, where $MSC > MSB$.
{
  "type": "line",
  "title": "Negative Externality in Production",
  "subtitle": "Market overproduces (Qm > Qs) creating Deadweight Loss",
  "xLabel": "Quantity (Q)",
  "yLabel": "Price (P)",
  "labels": ["0", "10", "20", "30", "40"],
  "datasets": [
    { "label": "MSB", "data": [100, 90, 80, 70, 60], "borderColor": "#3b82f6" },
    { "label": "MPC (Private Supply)", "data": [10, 30, 50, 70, 90], "borderColor": "#94a3b8" },
    { "label": "MSC (Social Supply)", "data": [40, 60, 80, 100, 120], "borderColor": "#ef4444" }
  ]
}

# Positive Externalities (External Benefits)

Example: An individual gets a flu shot. They benefit from not getting sick ($MPB$), but society also benefits because the individual won't spread the flu to others ($MEB$).

  • Equation: $MSB = MPB + MEB$.
  • Graph: The $MSB$ curve lies above the $MPB$ (Demand) curve.
  • Outcome: The private market equilibrium ($MPB = MSC$) results in a quantity $Q_m$ that is too low.
  • Deadweight Loss: Represented by a triangle pointing toward the socially optimal quantity, where $MSB > MSC$.
{
  "type": "line",
  "title": "Positive Externality in Consumption",
  "subtitle": "Market underproduces (Qm < Qs)",
  "xLabel": "Quantity (Q)",
  "yLabel": "Price (P)",
  "labels": ["0", "10", "20", "25", "30"],
  "datasets": [
    { "label": "MPB (Private Demand)", "data": [50, 40, 30, 25, 20], "borderColor": "#94a3b8" },
    { "label": "MSB (Social Demand)", "data": [60, 50, 40, 35, 30], "borderColor": "#10b981" },
    { "label": "MSC", "data": [10, 20, 30, 35, 40], "borderColor": "#ef4444" }
  ]
}

# Correcting Externalities

  1. Correcting Negative Externalities: The government can impose a Per-unit Tax equal to the $MEC$. This "internalizes the externality" by shifting the $MPC$ curve up until it aligns with the $MSC$ curve.
  2. Correcting Positive Externalities: The government can provide a Per-unit Subsidy equal to the $MEB$. This shifts the $MPB$ curve up (or $MPC$ curve down) to align the market with the $MSB$.

# 6.3 – Public and Private Goods

Economists categorize goods based on two criteria:

Rival Non-Rival
Excludable Private Goods (Candy bars, Clothing) Club Goods (Netflix, Cable TV)
Non-Excludable Common Resources (Fish in the ocean, Public grazing land) Public Goods (National Defense, Street lights)

# The Public Good Problem

Because public goods are non-excludable, people have an incentive to be Free Riders—they consume the good without paying for it. If everyone free rides, the private firm earns zero revenue and will not provide the good. Thus, the government must provide the good using tax revenue.

Optimal Quantity of a Public Good:
Unlike private goods (where we sum quantities horizontally), for public goods, we sum the individual marginal benefits vertically.
$$MSB_{Total} = MB_1 + MB_2 + ... + MB_n$$
The socially optimal quantity is where $\sum MB = MC_{provision}$.

# Common Resources and the Tragedy of the Commons

Common resources are rival (if I catch a fish, you can't catch that same fish) but non-excludable (it's hard to stop people from fishing in the open sea). This leads to overconsumption because individuals ignore the cost they impose on others (a negative externality).

  • Solution: Assign private property rights, impose fishing licenses/quotas, or taxes.

# 6.4 – Government Intervention in Market Structures

The government often intervenes in imperfect markets (monopolies, oligopolies) to improve efficiency.

# Taxes and Subsidies (Revisited)

  • Per-unit Tax: Increases $MC$ and $ATC$. Reduces output, increases price.
  • Lump-sum Tax: Increases $TFC$ and $ATC$, but $MC$ remains unchanged. Therefore, the profit-maximizing quantity ($MR = MC$) does not change in the short run. It only reduces the firm's economic profit.

# Regulating Natural Monopolies

A natural monopoly has such high economies of scale that $ATC$ is still falling when it crosses the demand curve.

  1. Socially Optimal Price ($P = MC$): This achieves allocative efficiency. However, since $ATC > MC$ in a natural monopoly, the firm will suffer economic losses. To keep the firm in business, the government must provide a lump-sum subsidy.
  2. Fair Return Price ($P = ATC$): The firm breaks even (zero economic profit). This is more efficient than the unregulated monopoly price but less efficient than $P=MC$. No subsidy is required.
{
  "type": "line",
  "title": "Natural Monopoly Regulation",
  "subtitle": "P = ATC (Fair Return) vs P = MC (Socially Optimal)",
  "xLabel": "Quantity (Q)",
  "yLabel": "Price (P)",
  "labels": ["0", "20", "40", "60", "80", "100"],
  "datasets": [
    { "label": "Demand", "data": [100, 80, 60, 40, 20, 10], "borderColor": "#3b82f6" },
    { "label": "ATC", "data": [90, 60, 45, 35, 30, 28], "borderColor": "#f59e0b" },
    { "label": "MC", "data": [20, 20, 20, 20, 20, 20], "borderColor": "#ef4444" }
  ]
}

# 6.5 – Inequality

Inequality arises because factors of production are paid their Marginal Revenue Product ($MRP$). Differences in skills, education (human capital), and luck lead to different $MRP$ levels.

# Measuring Inequality

  1. The Lorenz Curve:
    • The x-axis is the "Cumulative % of Households."
    • The y-axis is the "Cumulative % of Income."
    • A diagonal 45-degree line represents Perfect Equality.
    • The further the Lorenz curve bows away from the diagonal, the greater the inequality.
{
  "type": "line",
  "title": "The Lorenz Curve",
  "subtitle": "Visualizing Income Distribution Inequality",
  "xLabel": "Cumulative % of Households",
  "yLabel": "Cumulative % of Income",
  "labels": ["0", "20", "40", "60", "80", "100"],
  "datasets": [
    { "label": "Line of Perfect Equality", "data": [0, 20, 40, 60, 80, 100], "borderColor": "#94a3b8", "dashed": true },
    { "label": "Lorenz Curve (Country A)", "data": [0, 5, 15, 30, 55, 100], "borderColor": "#8b5cf6", "tension": 0.4 }
  ]
}
  1. The Gini Coefficient:
    Let $A$ be the area between the line of equality and the Lorenz curve. Let $B$ be the area under the Lorenz curve.
    $$Gini = \frac{A}{A+B}$$
    • $Gini = 0$: Perfect equality.
    • $Gini = 1$: Perfect inequality (one person has all the income).

# Tax Structures and Redistribution

  • Progressive: High-income earners pay a higher percentage of their income (e.g., Federal Income Tax). This reduces the Gini coefficient.
  • Proportional (Flat): Everyone pays the same percentage.
  • Regressive: Low-income earners pay a higher percentage (e.g., Sales tax, because the poor spend a larger portion of their income). This can increase inequality.

# 4. EXAMPLES

# Example 1: Negative Externality Calculation

A firm produces paper. The private supply (MPC) is $P = 10 + 2Q$. The demand (MSB) is $P = 100 - Q$. The production creates pollution costing society $MEC = 3Q$.

  • Market Equilibrium: $10 + 2Q = 100 - Q \Rightarrow 3Q = 90 \Rightarrow Q_m = 30$. $P_m = 70$.
  • Social Optimum: First, find $MSC = MPC + MEC = (10 + 2Q) + 3Q = 10 + 5Q$.
  • Set $MSC = MSB$: $10 + 5Q = 100 - Q \Rightarrow 6Q = 90 \Rightarrow Q_s = 15$.
  • Analysis: The market overproduces by 15 units.

# Example 2: Pigouvian Tax

In Example 1, what tax should the government set?

  • The tax should equal the $MEC$ at the socially optimal quantity ($Q_s = 15$).
  • $MEC = 3(15) = 45$.
  • A per-unit tax of $$45$ will internalize the externality.

# Example 3: Positive Externality Calculation

Vaccine demand ($MPB$) is $P = 50 - Q$. Supply ($MPC$) is $P = 10 + Q$. The external benefit to society is $MEB = 10$ per unit.

  • Market Equilibrium: $50 - Q = 10 + Q \Rightarrow 2Q = 40 \Rightarrow Q_m = 20$.
  • Social Optimum: $MSB = MPB + MEB = (50 - Q) + 10 = 60 - Q$.
  • Set $MSB = MSC$: $60 - Q = 10 + Q \Rightarrow 2Q = 50 \Rightarrow Q_s = 25$.
  • Analysis: The market under-produces by 5 units. A subsidy of $$10$ is needed.

# Example 4: Public Good Provision

Three neighbors want a security guard.
Neighbor A's $MB = 20 - Q$.
Neighbor B's $MB = 30 - Q$.
Neighbor C's $MB = 50 - Q$.
The $MC$ of a guard is a constant $$40$.

  • Total MSB: Sum the $MB$s: $(20-Q) + (30-Q) + (50-Q) = 100 - 3Q$.
  • Equilibrium: $100 - 3Q = 40 \Rightarrow 3Q = 60 \Rightarrow Q = 20$.
  • Socially optimal quantity is 20 units of security.

# Example 5: The Free-Rider Problem

If the security guard in Example 4 costs $$40$ for the first unit, and Neighbor A values it at $$19$, B at $$15$, and C at $$6$. Total value is $$40$. However, if Neighbor A thinks B and C will pay, A will claim they don't want the guard (to pay $$0$). If everyone does this, the guard isn't hired, even though the total benefit equals the cost.

# Example 6: Tragedy of the Commons (Fish)

A lake can sustain 100 fish. Each fisherman captures fish until their $MPC$ (time/fuel) equals the price of fish. They ignore that by catching a fish, they make it harder (more expensive) for others to catch fish. The lake ends up with 0 fish (extinction) because the "cost of depletion" is not paid by the individual.

# Example 7: Per-unit Tax on a Monopoly

A monopoly has $MC = 20$ and $D: P = 100 - Q$. $MR = 100 - 2Q$.

  • Original profit max: $100 - 2Q = 20 \Rightarrow Q = 40, P = 60$.
  • With a $$10$ per-unit tax: New $MC = 30$.
  • New profit max: $100 - 2Q = 30 \Rightarrow 2Q = 70 \Rightarrow Q = 35, P = 65$.
  • Output falls, price rises. Deadweight loss increases.

# Example 8: Lump-Sum Tax on a Monopoly

Using the same monopoly from Example 7, the government imposes a lump-sum tax of $$500$.

  • $MC$ remains $20$. $MR = 100 - 2Q$.
  • Profit max: $100 - 2Q = 20 \Rightarrow Q = 40, P = 60$.
  • Result: The price and quantity do not change. Only the firm's profit decreases by $$500$.

# Example 9: Natural Monopoly Regulation (Allocative Efficiency)

A natural monopoly has $MC = 5$ and $ATC = 15$ at the quantity where $D$ crosses $MC$.

  • If regulated at $P = MC = 5$, the firm loses $15 - 5 = 10$ per unit.
  • If the quantity is 100, the firm loses $$1,000$.
  • The government must pay a $$1,000$ lump-sum subsidy to keep the firm operational.

# Example 10: Natural Monopoly Regulation (Fair Return)

In Example 9, if the government regulates at $P = ATC$, the price might be $$20$ where $D$ crosses $ATC$.

  • The firm makes zero economic profit.
  • No subsidy is needed, but some deadweight loss remains compared to $P = MC$.

# Example 11: Lorenz Curve Comparison

Country X has a Lorenz curve $Y = X^2$. Country Y has a Lorenz curve $Y = X^4$.

  • At $X = 0.5$ (50% of households):
    • Country X: $0.5^2 = 0.25$ (25% of income).
    • Country Y: $0.5^4 = 0.0625$ (6.25% of income).
  • Country Y has much higher inequality.

# Example 12: Gini Coefficient Calculation

If the area between the line of equality and the Lorenz curve ($A$) is 0.2, and the total area under the line of equality is 0.5.

  • $Gini = \frac{0.2}{0.5} = 0.4$.

# Example 13: Progressive Tax Impact

A worker earns $$100,000$ and pays 20% tax ($$20k$). Another earns $$10,000$ and pays 5% tax ($$500$).

  • Post-tax, the gap narrows from a ratio of 10:1 ($100k:10k$) to 80:9.5 ($\approx 8.4:1$). The Gini coefficient decreases.

# Example 14: Regressive Tax Impact (Sales Tax)

Low-income family earns $$20,000$ and spends it all. High-income family earns $$200,000$ and spends $$100,000$.

  • If sales tax is 10%:
    • Low-income pays $$2,000$ ($10%$ of total income).
    • High-income pays $$10,000$ ($5%$ of total income).
  • The tax is regressive.

# Example 15: Positive Externality (Landscaping)

A homeowner spends $$5,000$ on a beautiful garden. The neighbors' property values rise by $$1,000$. The homeowner didn't consider this $$1,000$ benefit, so they might have planted fewer flowers than is socially optimal.

# Example 16: Negative Externality (Noise)

A nightclub opens next to an apartment. The $MPC$ of running the club is $$500$/night. The neighbors lose $$200$ worth of sleep. $MSC = $700$. If the club's revenue is $$600$, they will stay open (Private Benefit $$600 > MPC $500$), but society loses because Social Benefit $$600 < MSC $700$.

# Example 17: Coase Theorem (Contextual)

If the neighbors in Example 16 have a legal right to silence, the club could pay them $$201$ to let them stay open. This only works if transaction costs are low. (Note: AP Micro focuses more on taxes/subsidies).

# Example 18: Non-Rivalry in Public Goods

A fireworks display costs $$500$. If 1,000 people watch, the cost per person is $$0.50$. If 2,000 people watch, the cost is still $$500$, and the enjoyment of the first 1,000 isn't reduced. This is non-rivalry.

# Example 19: Non-Excludability in Public Goods

A town builds a dam to prevent flooding. It is impossible to protect House A from the flood without also protecting House B next door. House B cannot be excluded from the benefit, even if they refuse to pay.

# Example 20: Common Resource (Timber)

A forest is open to all. Each lumberjack cuts trees until their cost equals the market price. They ignore the fact that fewer trees mean slower regrowth for everyone. The forest is clear-cut (inefficient).

# Example 21: Deadweight Loss Calculation (Negative Externality)

In Example 1 ($Q_m=30, Q_s=15$):

  • At $Q_m = 30$, $MSC = 10 + 5(30) = 160$.
  • At $Q_m = 30$, $MSB = 100 - 30 = 70$.
  • $DWL = \frac{1}{2} \times (Q_m - Q_s) \times (MSC_{at Q_m} - MSB_{at Q_m})$
  • $DWL = \frac{1}{2} \times (30 - 15) \times (160 - 70) = \frac{1}{2} \times 15 \times 90 = 675$.

# Example 22: Deadweight Loss Calculation (Positive Externality)

In Example 3 ($Q_m=20, Q_s=25$):

  • At $Q_m = 20$, $MSB = 60 - 20 = 40$.
  • At $Q_m = 20$, $MSC = 10 + 20 = 30$.
  • $DWL = \frac{1}{2} \times (25 - 20) \times (40 - 30) = \frac{1}{2} \times 5 \times 10 = 25$.

# Example 23: Marginal Revenue Product and Inequality

A software engineer has $MRP = $150,000$. A retail clerk has $MRP = $30,000$. The market pays them these amounts. This leads to an income gap based on productivity and market demand for skills.

# Example 24: Human Capital Investment

The government provides subsidies for college (Pell Grants). This corrects the positive externality of education (more educated citizens = lower crime, better innovation) and helps reduce long-term inequality.

# Example 25: Antitrust (The Sherman Act)

The government blocks a merger between two giant airlines because it would create a monopoly, leading to higher prices ($P > MC$) and significant deadweight loss.

# Example 26: Price Ceiling in a Monopoly

If a government sets a price ceiling at the point where $P = MC$ for a monopoly, it actually forces the monopoly to act like a perfectly competitive firm, increasing quantity and eliminating deadweight loss (as long as $P \ge ATC$).

# Example 27: Transfer Payments

Social Security and Welfare are transfer payments. They take tax revenue (mostly from workers) and give it to the elderly or poor. This shifts the Lorenz curve closer to the line of equality.

# Example 28: Per-unit Subsidy to Consumers

The government gives a $$2$ coupon to every person who buys a healthy salad. This shifts the $D$ curve (MPB) up by $$2$. If the $MEB$ of a healthy population is $$2$, the market reaches $Q_s$.

# Example 29: Per-unit Subsidy to Producers

The government gives $$2$ to the cafeteria for every salad sold. This shifts the $S$ curve (MPC) down by $$2$. The result is the same as Example 28—the quantity of salads increases.

# Example 30: Club Goods (Excludable but Non-Rival)

A private gym. It is excludable (you need a keycard). But if the gym is huge and empty, my workout doesn't stop you from working out (non-rival). The marginal cost of one more user is $$0$, but the gym charges a high fee, leading to under-utilization (DWL).

# Example 31: Marginal External Cost as a Function

If $MEC = 0.5Q^2$, the external cost grows exponentially with production. This suggests that low levels of production are okay, but high levels are devastating. The tax would need to be very high at high $Q$.

# Example 32: Asymmetric Information (Contextual)

A used car salesman knows the car is a "lemon," but the buyer doesn't. This is a market failure because the price doesn't reflect the true value. (Note: AP Micro Unit 6 focuses more on the others, but this is a valid type of market failure).

# Example 33: Total Surplus with a Negative Externality

At $Q_m$, Total Surplus = $(CS + PS) - \text{Total External Cost}$. Usually, we find that at $Q_s$, this value is higher than at $Q_m$.

# Example 34: Incidence of a Pigouvian Tax

If demand for cigarettes is very inelastic and a tax is imposed to correct the health externality, the consumers will pay most of the tax. The quantity will not decrease much, but the government will collect significant revenue to treat health issues.

# Example 35: The Lorenz Curve "Crossing"

If Country A's Lorenz curve is lower than B's at the start but higher at the end, we cannot easily say which is more unequal without calculating the Gini Coefficient.


End of Chapter. This covers the complete scope of Unit 6 for AP Microeconomics, moving from the basic logic of "why markets fail" to the mathematical modeling of externalities, public goods, and the metrics of inequality.

Certificate terms & implications

Course Mastery Certificates require an active Unlimited subscription at the time of generation and 100% course completion. They recognise learning content completion only — not an accredited qualification, licence, or professional credential unless explicitly stated. edusolum may modify eligibility, design, and issuance requirements per its Terms of Service.