Reader question: The U.S. Treasury can receive thousands of bids for more securities than it plans to sell. How does the auction algorithm decide who receives securities, how much each bidder receives, and what price everyone pays?
The answer is a single-price allocation algorithm. Treasury first accepts eligible noncompetitive tenders subject to their rules. It then ranks competitive tenders from the lowest requested return to the highest — discount rate for bills, yield for notes, bonds and TIPS, or discount margin for FRNs. Competitive bids are accepted in that order until the announced offering amount is reached. The highest accepted competitive rate, yield or discount margin is the stop-out. If bids at the stop-out exceed the remaining amount, those marginal bids are prorated. All successful competitive bidders and noncompetitive bidders receive the security at the same price derived from the stop-out result.
The mechanism is simple enough to reproduce with a sorted table, but real implementation also needs bidding limits, net-long-position rules, rounding, security-specific price formulas and eligibility checks.
What this page owns — and what it does not
This page owns:
auction tenders → ranking → stop-out → marginal proration → uniform award price.
It does not replace continuous exchange matching and call-auction algorithms, bond yield inversion, or exact money arithmetic.
This is mechanism-design and allocation mathematics, not advice on how to bid in a Treasury auction.
Step 1: identify the security and the bid variable
Different Treasury marketable securities use different competitive bid variables:
- Bills: discount rate;
- Notes and Bonds: yield;
- TIPS: real yield;
- Floating Rate Notes: discount margin.
The auction algorithm can treat these generically as a requested return r, but the price conversion after the auction must use the formula appropriate to the security.
Step 2: separate noncompetitive and competitive tenders
A noncompetitive bidder does not specify a desired rate or yield. The bidder agrees to accept the auction result and, under current Treasury rules, can receive the requested amount up to the applicable noncompetitive limit.
TreasuryDirect currently states that noncompetitive bids are limited to $10 million per auction.
A competitive bidder specifies both amount and requested return. The bidder can receive all, part or none of the requested amount depending on where that return falls relative to the stop-out.
Why noncompetitive bids are processed first
Treasury’s public auction guidance states that it accepts noncompetitive bids before allocating the remaining offering to competitive tenders.
If the announced offering amount is O and accepted noncompetitive tenders total N, the amount initially available to competitive bids is approximately:
C = O − N − other applicable add-ons/adjustments under the auction rules.
The detailed regulatory framework handles special categories and award limits, but the central allocation idea is that competitive bids fill the residual offering.
Step 3: sort competitive bids by requested return
Treasury accepts competitive bids beginning with the lowest requested discount rate, yield or discount margin and proceeds upward.
Why lowest first? A lower requested yield generally means the bidder is willing to pay a higher price for the security, which is economically more favourable to the issuer.
Suppose competitive bids are:
| Bidder | Amount | Yield |
|---|---|---|
| A | 20 | 4.20% |
| B | 30 | 4.22% |
| C | 50 | 4.24% |
| D | 40 | 4.24% |
| E | 80 | 4.27% |
The algorithm processes 4.20%, then 4.22%, then the entire 4.24% price level as the next marginal block.
Step 4: find the stop-out
Let competitive capacity after earlier awards be 100.
At 4.20%, cumulative accepted amount is 20.
At 4.22%, cumulative amount becomes 50.
At 4.24%, there are 90 more units of bids, but only 50 units of capacity remain.
Therefore:
Stop-out yield = 4.24%.
All competitive bids below the stop-out can be awarded in full, subject to bidder-specific limits. Bids above the stop-out receive no award. Bids exactly at the stop-out share the remaining amount by proration.
Step 5: pro-rate the marginal bids
At the stop-out in the example:
- remaining amount = 50;
- total bids at 4.24% = 90.
The raw marginal allocation fraction is:
50 / 90 ≈ 55.555…%.
So before detailed rounding and bidder-limit adjustments, each bid at the stop-out receives roughly 55.56% of its requested amount.
Current Treasury auction regulations state that the marginal award percentage is derived by dividing the remaining par amount needed to fill the offering by the par amount bid at the highest accepted return, with specified percentage rounding.
Why proration applies only at the margin
A bid at 4.22% is economically better for Treasury than a bid at 4.24%. It is therefore accepted before the auction reaches the marginal return.
Once the auction reaches 4.24%, every bid at that exact yield has the same price rank. Prorating the remaining quantity treats those marginal bids symmetrically under the rule.
This is different from a price-time exchange order book, where two equal-price orders can receive different fills based on arrival priority.
Step 6: apply the single-price rule
TreasuryDirect defines the current auction design as single-price or uniform-price.
All successful competitive bidders and all noncompetitive bidders pay the price corresponding to the highest accepted competitive return — the stop-out rate, yield or discount margin.
This means Bidder A in the example does not pay a higher price merely because A bid 4.20% while the stop-out was 4.24%. A, B and the successful portion of C/D all receive the same auction price determined from 4.24%.
Why a competitive bid is not the price the bidder necessarily pays
A competitive yield is a maximum acceptable yield / minimum acceptable price condition in the auction ranking mechanism, not a personalized final settlement price under the single-price rule.
If a bidder submits 4.20% and the auction stops at 4.24%, the bidder is awarded at the uniform auction price corresponding to the stop-out, not at a special 4.20% price.
This is the defining difference between a single-price allocation and a multiple-price/pay-as-bid system.
Treasury has used single-price auctions broadly since 1998
TreasuryDirect states that Treasury has used the single-price or uniform-price technique for all marketable securities auctions since November 1998.
The historical policy choice matters because older academic discussions and legacy systems may still refer to multiple-price auction mechanics.
A current implementation should therefore follow the current Uniform Offering Circular and security-specific auction announcement rather than a historical auction description.
Competitive award limits
TreasuryDirect currently states that competitive awards are limited to 35% of the offering amount minus the bidder’s net long position, under the applicable auction rules.
This is a concentration control. The sorted stop-out algorithm must therefore operate together with bidder-level award constraints.
A naive auction simulator that ignores bidder limits can reproduce the stop-out but still produce invalid awards.
Net long position prevents hidden concentration through pre-existing exposure
A bidder’s economic position can include Treasury securities or certain related positions already held before the auction. Treasury’s auction rules use net-long-position reporting to help enforce the maximum-award framework.
The conceptual point is:
auction award concentration is measured against economic exposure, not only the visible tender amount.
The exact reporting thresholds and definitions belong to the current auction regulations.
Different securities convert the stop-out to price differently
The allocation engine identifies the stop-out return. A separate pricing formula translates that return into the auction purchase price.
For notes and bonds, yield, coupon and time-to-maturity interact. For bills, the auction uses discount-rate conventions. For TIPS, the award price corresponds to the high accepted real yield, and settlement also interacts with inflation indexation. For FRNs, discount margin is the competitive variable.
This creates an architectural boundary:
allocation rank is one algorithm; return-to-price conversion is another.
New note and bond issues also need a coupon rate
For a new fixed-rate note or bond, Treasury establishes the coupon rate after the auction using the regulatory convention tied to the successful competitive yield so that the issue price is determined consistently with the auction rules.
A reopening is different: the coupon rate was established when the security was first issued. The reopening auction changes the price/yield, not the existing coupon.
Confusing new issues and reopenings can produce an impossible “new coupon” on an existing CUSIP.
A complete stylised auction example
Suppose:
- offering = 120;
- accepted noncompetitive tenders = 20;
- competitive capacity = 100.
Competitive tenders:
| Yield | Total amount bid |
|---|---|
| 4.20% | 20 |
| 4.22% | 30 |
| 4.24% | 90 |
| 4.27% | 80 |
Allocation:
- 4.20%: accept 20;
- 4.22%: accept 30;
- remaining capacity: 50;
- 4.24%: 90 bid for 50 remaining → marginal proration;
- 4.27%: reject.
Stop-out = 4.24%.
All successful competitive and noncompetitive awards settle at the price corresponding to the 4.24% stop-out under the security’s pricing convention.
The bid-to-cover ratio is a diagnostic, not the allocation rule
Market commentary often reports the bid-to-cover ratio:
total bids / amount offered.
It can describe aggregate demand, but it does not determine who wins. Two auctions can have the same bid-to-cover ratio and very different bid distributions around the stop-out.
The allocation engine needs the ordered tender book, not just one aggregate ratio.
The auction “tail” is also a market diagnostic, not an award formula
Analysts sometimes compare the auction stop-out yield with a pre-auction “when-issued” market yield and call the difference a tail or stop-through.
That statistic can help describe market reception, but Treasury’s formal allocation is based on submitted tenders and current regulations. The auction algorithm does not award securities using an analyst’s expected yield.
Inputs and outputs
A Treasury auction-allocation engine can require:
- security type and auction announcement;
- announced offering amount;
- eligible noncompetitive tenders;
- competitive tenders with bidder, amount and requested return;
- bidder identity and aggregation rules;
- net-long positions where applicable;
- maximum award rules;
- minimum bid increments and validation rules;
- security-specific price formula;
- auction-regulation version.
Outputs can include:
- accepted noncompetitive amount;
- stop-out rate/yield/discount margin;
- marginal proration percentage;
- award amount per bidder;
- uniform auction price;
- coupon rate for new fixed-rate issues where applicable;
- rejection or limit reason codes;
- aggregate auction statistics.
Evidence polarity: what supports confidence?
Evidence for a correct auction engine includes exact reproduction of Treasury’s published stop-out and allotment percentage from a test tender book, full awards below the margin, no awards above it, symmetric proration at the margin, enforcement of bidder limits and a uniform price matching the security-specific formula.
Evidence against confidence includes higher-yield bids accepted before lower-yield bids, different settlement prices for successful competitive bidders in a single-price auction, marginal bids receiving arbitrary rather than proportional fills, award totals exceeding the offering, or a bidder exceeding the maximum-award rule.
Counterexample: the lowest yield does not determine the auction price
A very aggressive low-yield bid is accepted early but does not set the final price. The marginal stop-out bid sets the uniform auction result.
Counterexample: the highest accepted bid is not necessarily filled in full
The stop-out level is often oversubscribed. Treasury’s rules therefore prorate bids at the high accepted return to keep total awards close to the offering amount.
“Accepted yield” does not imply “100% filled.”
Counterexample: a noncompetitive bidder does not avoid the market-clearing price
Noncompetitive bidding removes the need to specify a yield, but the bidder still accepts the return and price determined by the competitive auction.
It guarantees award within the rule limit, not a special price.
Counterexample: a valid stop-out can coexist with invalid bidder awards
An implementation can sort bids correctly and find the right stop-out but ignore the 35% maximum-award framework. The global price is right while individual awards are wrong.
Allocation validation therefore occurs both at the market level and bidder level.
Weak links in implementation
Wrong sort direction. Competitive yields are ranked high-to-low instead of low-to-high.
Return-type confusion. Bill discount rates, note yields and FRN margins are mixed.
marginal aggregation bug. Bids at the identical stop-out level are not grouped before proration.
rounding drift. Marginal award rounding causes the final awarded amount to diverge from the offering.
bidder aggregation failure. Related bids are treated as unrelated for award limits.
net-long omission. Concentration limits are calculated from tender amount only.
new/reopening confusion. Existing coupon is overwritten at a reopening.
stale regulation. Noncompetitive or award limits from old rules are hard-coded.
Diagnostics: how to test the auction engine
- under-subscribed test: competitive capacity exceeds bids; confirm no artificial stop-out proration.
- exact-fill test: cumulative bids reach the offering exactly at one return level.
- over-subscribed margin test: force proration at the stop-out.
- tie test: many bidders submit the same marginal yield and receive proportional treatment.
- above-margin test: every bid above the stop-out receives zero.
- noncompetitive test: accepted noncompetitive amount reduces competitive capacity correctly.
- award-limit test: create a bidder whose requested amount would exceed the maximum permitted award.
- net-long test: change the bidder’s pre-auction position and verify allowed award changes.
- uniform-price test: all successful bidders map to the same stop-out-derived price.
- security-type test: run bills, notes, TIPS and FRNs through the correct return variable and price formula.
What would falsify confidence?
Confidence should be withdrawn if the engine cannot reproduce a known Treasury auction from its tender data; if awarded par does not reconcile to the offering; if bids at the same stop-out receive inconsistent treatment without a rule-based reason; if competitive award limits are violated; or if the price differs across successful bidders in a current single-price auction.
Alternatives and limits
A multiple-price auction would charge successful competitive bidders based on their own accepted bids rather than one stop-out price. Treasury’s current broad marketable-security process is single-price, so a pay-as-bid model is useful only as a mechanism-design comparison or historical counterfactual.
No auction-allocation algorithm can tell a reader what yield to bid. That depends on market valuation, risk appetite and strategy, which are outside this educational page.
How this connects to the surrounding knowledge estate
The auction determines the initial issue price and yield of a Treasury security. Bond-yield algorithms later invert secondary-market prices. TIPS indexation adds inflation-adjusted principal to TIPS cash flows after issuance. Treasury-futures delivery can later use issued notes and bonds as deliverable collateral. The auction is therefore an upstream allocation owner, not another secondary-market pricing page.
Verification and update triggers
Preserve the auction announcement, Uniform Offering Circular version, bidder aggregation rules, award limits, tender book, net-long positions, rounding policy and security-specific pricing formula. Revalidate after Treasury auction-rule amendments, bid-limit changes, new security types or any discrepancy between the internal result and Treasury’s published auction result.
Primary and high-quality references
- U.S. Treasury, TreasuryDirect, FAQs About Auctions.
- U.S. Treasury, TreasuryDirect, Additional Auction Related FAQs, describing stop-out ranking, proration and single-price awards.
- U.S. Treasury, TreasuryDirect, Treasury Auction Regulations — Uniform Offering Circular.
- 31 CFR §356.20, How does the Treasury determine auction awards?, including single-price pricing and marginal-award rules.
- U.S. Treasury, TreasuryDirect, Auctions In Depth.
Educational boundary: This article explains Treasury auction allocation mechanics. It does not advise any reader what rate, yield, margin or amount to bid and does not provide personalized financial advice.
