> For the complete documentation index, see [llms.txt](https://guide.acidgambit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.acidgambit.com/strength/standards.md).

# Standards

Basic Strength standards for athletes broken down by level. For reference, BW = Bodyweight

Base Level (fundamental strength numbers EVERYONE should be able to achieve:

* Bench: 1-1.0 BW
* Squat: 1-1.25 BW
* Deadlift: 1.25-1.50 BW
* Clean: 1-1.0 BW
* Military Press: 0.6-0.7 BW

Intermediate Level (goal numbers for the average athlete who has been training for 2-4 years consistently with legitimate training cycles/programs)

* Bench: 1.20-1.30 BW
* Squat: 1.5-1.75 BW
* Deadlift: 1.25-1.50 BW
* Clean: 1.20-1.30 BW
* Military Press: 0.8-0.9 BW

Advanced Level (goal numbers for the elite athlete who has been training for 4+ years consistently with legitimate training cycles/programs)

* Bench: 1.50+ BW
* Squat: 2.0+ BW
* Deadlift: 2.25+ BW
* Clean: 1.40-1.50+ BW
* Military Press: 1.0+ BW


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.acidgambit.com/strength/standards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
