Author: BenchChem Technical Support Team. Date: November 2025
For Researchers, Scientists, and Drug Development Professionals
These application notes provide a comprehensive guide to developing and evaluating Pyrasulfotole formulations for enhanced herbicidal efficacy. This document outlines the mechanism of action of Pyrasulfotole, strategies for improving its performance through co-formulation with other active ingredients, and detailed protocols for greenhouse and field evaluation.
Introduction to Pyrasulfotole
Pyrasulfotole is a selective, post-emergence herbicide belonging to the pyrazole chemical class.[1] It is effective for the control of a wide range of broadleaf weeds in various crops, including cereals like wheat, barley, and triticale, as well as grain sorghum.[2][3][4] Pyrasulfotole's unique mode of action makes it a valuable tool for managing weeds that have developed resistance to other herbicide classes, such as ALS inhibitors and phenoxy herbicides.[5]
Mechanism of Action
Pyrasulfotole is a potent inhibitor of the enzyme 4-hydroxyphenylpyruvate dioxygenase (HPPD). This enzyme is a key component in the biochemical pathway responsible for the synthesis of plastoquinones and tocopherols (Vitamin E) in plants. The inhibition of HPPD leads to a cascade of effects:
-
Disruption of Carotenoid Biosynthesis: Plastoquinone is an essential cofactor for phytoene desaturase, a critical enzyme in the carotenoid biosynthesis pathway. By inhibiting HPPD, Pyrasulfotole indirectly halts the production of carotenoids.
-
Photo-oxidative Destruction of Chlorophyll: Carotenoids play a crucial role in protecting chlorophyll from photo-oxidation. Without carotenoids, chlorophyll is rapidly degraded by sunlight, leading to the characteristic "bleaching" symptoms observed in susceptible weeds.
-
Inhibition of Photosynthesis: The disruption of plastoquinone and tocopherol synthesis, along with the destruction of chlorophyll, ultimately leads to the inhibition of photosynthesis and the death of the weed.
digraph "Pyrasulfotole_Mode_of_Action" {
graph [rankdir="LR", splines=ortho, nodesep=0.4];
node [shape=box, style="filled", fontname="Arial", fontsize=10, margin="0.2,0.1"];
subgraph "cluster_Tyrosine_Catabolism" {
label="Tyrosine Catabolism";
bgcolor="#F1F3F4";
Tyrosine [label="Tyrosine", fillcolor="#FFFFFF", fontcolor="#202124"];
HPPA [label="4-Hydroxyphenylpyruvate", fillcolor="#FFFFFF", fontcolor="#202124"];
HGA [label="Homogentisate", fillcolor="#FFFFFF", fontcolor="#202124"];
Tyrosine -> HPPA [arrowhead=vee, color="#34A853"];
HPPA -> HGA [arrowhead=vee, color="#34A853"];
}
subgraph "cluster_Pyrasulfotole_Action" {
label="Pyrasulfotole Action";
bgcolor="#F1F3F4";
Pyrasulfotole [label="Pyrasulfotole", shape=ellipse, fillcolor="#EA4335", fontcolor="#FFFFFF"];
HPPD [label="HPPD Enzyme", shape=cds, fillcolor="#FBBC05", fontcolor="#202124"];
Pyrasulfotole -> HPPD [label="Inhibits", arrowhead=tee, color="#EA4335", style=dashed];
}
subgraph "cluster_Biosynthesis_Pathways" {
label="Affected Biosynthesis Pathways";
bgcolor="#F1F3F4";
Plastoquinone [label="Plastoquinone Synthesis", fillcolor="#FFFFFF", fontcolor="#202124"];
Tocopherol [label="Tocopherol (Vitamin E)\nSynthesis", fillcolor="#FFFFFF", fontcolor="#202124"];
Carotenoid [label="Carotenoid Synthesis\n(via Phytoene Desaturase)", fillcolor="#FFFFFF", fontcolor="#202124"];
HGA -> Plastoquinone [arrowhead=vee, color="#34A853"];
HGA -> Tocopherol [arrowhead=vee, color="#34A853"];
Plastoquinone -> Carotenoid [label="Essential Cofactor", arrowhead=vee, color="#4285F4", style=dashed];
}
subgraph "cluster_Physiological_Effects" {
label="Physiological Effects";
bgcolor="#F1F3F4";
Chlorophyll [label="Chlorophyll\nDegradation\n(Bleaching)", fillcolor="#FFFFFF", fontcolor="#202124"];
Photosynthesis [label="Inhibition of\nPhotosynthesis", fillcolor="#FFFFFF", fontcolor="#202124"];
Weed_Death [label="Weed Death", shape=ellipse, fillcolor="#202124", fontcolor="#FFFFFF"];
Carotenoid -> Chlorophyll [label="Protects", arrowhead=none, color="#5F6368", style=dotted];
Chlorophyll -> Photosynthesis [arrowhead=vee, color="#EA4335"];
Photosynthesis -> Weed_Death [arrowhead=vee, color="#EA4335"];
}
HPPA -> HPPD [style=invis];
HPPD -> HGA [style=invis];
}
Caption: Pyrasulfotole's mechanism of action via HPPD inhibition.
Enhancing Efficacy through Co-Formulations
The efficacy of Pyrasulfotole can be significantly enhanced by combining it with other herbicides that have different modes of action. This approach not only broadens the spectrum of controlled weeds but can also result in synergistic effects, leading to improved weed control at lower application rates.
Combination with Photosystem II (PSII) Inhibitors (e.g., Bromoxynil, Atrazine)
Photosystem II inhibitors, such as bromoxynil and atrazine, block the electron transport chain in photosynthesis, leading to a rapid buildup of reactive oxygen species and subsequent cell death. When combined with Pyrasulfotole, a synergistic effect is often observed. The inhibition of carotenoid synthesis by Pyrasulfotole leaves the plant more susceptible to the photo-oxidative stress induced by PSII inhibitors.
digraph "PSII_Inhibitor_Pathway" {
graph [rankdir="LR", splines=ortho, nodesep=0.4];
node [shape=box, style="filled", fontname="Arial", fontsize=10, margin="0.2,0.1"];
subgraph "cluster_Photosynthesis" {
label="Photosynthesis Electron Transport Chain";
bgcolor="#F1F3F4";
PSII [label="Photosystem II (PSII)", fillcolor="#FFFFFF", fontcolor="#202124"];
D1 [label="D1 Protein", fillcolor="#FFFFFF", fontcolor="#202124"];
PQ [label="Plastoquinone (PQ)", fillcolor="#FFFFFF", fontcolor="#202124"];
PSII -> D1 [arrowhead=vee, color="#34A853"];
D1 -> PQ [arrowhead=vee, color="#34A853"];
}
subgraph "cluster_Herbicide_Action" {
label="Herbicide Action";
bgcolor="#F1F3F4";
PSII_Inhibitor [label="PSII Inhibitor\n(e.g., Bromoxynil, Atrazine)", shape=ellipse, fillcolor="#EA4335", fontcolor="#FFFFFF"];
PSII_Inhibitor -> D1 [label="Binds to & Blocks", arrowhead=tee, color="#EA4335", style=dashed];
}
subgraph "cluster_Consequences" {
label="Consequences";
bgcolor="#F1F3F4";
ETC_Block [label="Electron Transport\nChain Blocked", fillcolor="#FFFFFF", fontcolor="#202124"];
ROS [label="Reactive Oxygen\nSpecies (ROS)\nFormation", fillcolor="#FFFFFF", fontcolor="#202124"];
Cell_Damage [label="Cell Membrane\nDamage", fillcolor="#FFFFFF", fontcolor="#202124"];
Weed_Death [label="Weed Death", shape=ellipse, fillcolor="#202124", fontcolor="#FFFFFF"];
D1 -> ETC_Block [style=invis];
ETC_Block -> ROS [arrowhead=vee, color="#EA4335"];
ROS -> Cell_Damage [arrowhead=vee, color="#EA4335"];
Cell_Damage -> Weed_Death [arrowhead=vee, color="#EA4335"];
}
}
Caption: Mechanism of action of Photosystem II inhibitors.
Combination with Synthetic Auxins (e.g., 2,4-D, Dicamba)
Synthetic auxins mimic the natural plant hormone auxin, leading to uncontrolled and disorganized plant growth, ultimately causing the death of susceptible broadleaf weeds. Combining Pyrasulfotole with synthetic auxins can provide a broader spectrum of weed control, particularly for tough-to-kill perennial weeds.
digraph "Synthetic_Auxin_Pathway" {
graph [rankdir="TB", splines=ortho, nodesep=0.4];
node [shape=box, style="filled", fontname="Arial", fontsize=10, margin="0.2,0.1"];
subgraph "cluster_Normal_State" {
label="Normal State (Low Auxin)";
bgcolor="#F1F3F4";
AuxIAA_Normal [label="Aux/IAA Repressor", fillcolor="#FFFFFF", fontcolor="#202124"];
ARF_Normal [label="Auxin Response Factor (ARF)", fillcolor="#FFFFFF", fontcolor="#202124"];
Gene_Normal [label="Auxin-Responsive Genes (OFF)", fillcolor="#FFFFFF", fontcolor="#202124"];
AuxIAA_Normal -> ARF_Normal [label="Represses", arrowhead=tee, color="#5F6368"];
ARF_Normal -> Gene_Normal [arrowhead=vee, color="#5F6368", style=dashed];
}
subgraph "cluster_Herbicide_Action" {
label="Synthetic Auxin Action";
bgcolor="#F1F3F4";
SynAuxin [label="Synthetic Auxin\n(e.g., 2,4-D, Dicamba)", shape=ellipse, fillcolor="#EA4335", fontcolor="#FFFFFF"];
TIR1_AFB [label="TIR1/AFB Receptor Complex", fillcolor="#FBBC05", fontcolor="#202124"];
AuxIAA_Herbicide [label="Aux/IAA Repressor", fillcolor="#FFFFFF", fontcolor="#202124"];
Ubiquitination [label="Ubiquitination &\nDegradation of Aux/IAA", fillcolor="#FFFFFF", fontcolor="#202124"];
}
subgraph "cluster_Cellular_Response" {
label="Cellular Response";
bgcolor="#F1F3F4";
ARF_Active [label="Active ARF", fillcolor="#FFFFFF", fontcolor="#202124"];
Gene_Active [label="Overexpression of\nAuxin-Responsive Genes", fillcolor="#FFFFFF", fontcolor="#202124"];
Uncontrolled_Growth [label="Uncontrolled Cell Division\n& Elongation", fillcolor="#FFFFFF", fontcolor="#202124"];
Weed_Death [label="Weed Death", shape=ellipse, fillcolor="#202124", fontcolor="#FFFFFF"];
Ubiquitination -> ARF_Active [label="Releases", arrowhead=vee, color="#34A853"];
ARF_Active -> Gene_Active [arrowhead=vee, color="#34A853"];
Gene_Active -> Uncontrolled_Growth [arrowhead=vee, color="#EA4335"];
Uncontrolled_Growth -> Weed_Death [arrowhead=vee, color="#EA4335"];
}
}
Caption: Simplified signaling pathway of synthetic auxin herbicides.
Data Presentation: Efficacy of Pyrasulfotole Combinations
The following tables summarize quantitative data from field trials evaluating the efficacy of Pyrasulfotole in combination with other herbicides on various weed species.
Table 1: Efficacy of Pyrasulfotole plus Bromoxynil with and without Tank-Mix Partners on Sicklepod (Senna obtusifolia) Control 4 Weeks After Treatment (WAT) in North Carolina.
| Treatment | Rate (g a.i./ha) | 2012 Sicklepod Control (%) | 2013 Sicklepod Control (%) |
| Bromoxynil + Atrazine | 279 + 560 | 35 | 85 |
| Pyrasulfotole + Bromoxynil + Atrazine | 233 + 560 | 40 | 96 |
| Pyrasulfotole + Bromoxynil + Atrazine + 2,4-D | 233 + 560 + 280 | 79 | 96 |
| Pyrasulfotole + Bromoxynil + Atrazine + Dicamba | 233 + 560 + 140 | 78 | 95 |
| Pyrasulfotole + Bromoxynil + Atrazine | 287 + 560 | 54 | 99 |
Table 2: Efficacy of Pyrasulfotole plus Bromoxynil with and without Tank-Mix Partners on Palmer Amaranth (Amaranthus palmeri) and Morningglory (Ipomoea spp.) Control 4 WAT in North Carolina.
| Treatment | Rate (g a.i./ha) | Palmer Amaranth Control (%) | Morningglory Control (%) |
| Bromoxynil + Atrazine | 279 + 560 | 96 | 84 |
| Pyrasulfotole + Bromoxynil + Atrazine | 233 + 560 | 100 | 93 |
| Pyrasulfotole + Bromoxynil + Atrazine + 2,4-D | 233 + 560 + 280 | 100 | 100 |
| Pyrasulfotole + Bromoxynil + Atrazine + Dicamba | 233 + 560 + 140 | 100 | 100 |
| Pyrasulfotole + Bromoxynil + Atrazine | 287 + 560 | 100 | 100 |
Novel Formulation Strategies
While co-formulations with existing herbicides are effective, novel formulation technologies offer the potential for further enhancing the efficacy and delivery of Pyrasulfotole.
Nanoformulations
Nanoformulations involve the use of nanoscale carriers to encapsulate the active ingredient. This can lead to several benefits, including:
-
Improved Solubility and Bioavailability: Nano-sized particles have a larger surface area-to-volume ratio, which can enhance the dissolution rate and uptake of poorly soluble active ingredients like Pyrasulfotole.
-
Controlled Release: Nano-carriers can be designed to release the active ingredient in a controlled manner, prolonging its efficacy and reducing the need for frequent applications.
-
Targeted Delivery: Functionalized nanoparticles can potentially target specific weed species, reducing the impact on non-target organisms and the environment.
While specific quantitative data for Pyrasulfotole nanoformulations is not yet widely available in public literature, the principles of nano-delivery suggest a promising avenue for future research and development.
Adjuvant Screening
Adjuvants are substances added to a herbicide formulation to improve its performance. The selection of an appropriate adjuvant system is critical for maximizing the efficacy of Pyrasulfotole. Key classes of adjuvants to consider for screening include:
-
Surfactants: Reduce the surface tension of spray droplets, allowing for better spreading and coverage on the leaf surface.
-
Oil Concentrates (Crop Oil Concentrates - COC, Methylated Seed Oils - MSO): Enhance the penetration of the herbicide through the waxy cuticle of the weed.
-
Ammonium Fertilizers (e.g., Ammonium Sulfate - AMS): Can improve herbicide uptake and overcome antagonism from hard water.
A systematic screening of different adjuvants and their combinations is recommended to identify the optimal formulation for specific weed targets and environmental conditions.
Experimental Protocols
The following are detailed protocols for conducting greenhouse and field trials to evaluate the efficacy of Pyrasulfotole formulations.
Protocol for Greenhouse Bioassay
This protocol is designed for the preliminary evaluation of new Pyrasulfotole formulations in a controlled environment.
digraph "Greenhouse_Bioassay_Workflow" {
graph [rankdir="TB", splines=ortho, nodesep=0.4];
node [shape=box, style="filled", fontname="Arial", fontsize=10, margin="0.2,0.1"];
edge [fontname="Arial", fontsize=9];
A [label="1. Seed Germination &\nSeedling Preparation", fillcolor="#FFFFFF", fontcolor="#202124"];
B [label="2. Transplanting", fillcolor="#FFFFFF", fontcolor="#202124"];
C [label="3. Herbicide Application", fillcolor="#FFFFFF", fontcolor="#202124"];
D [label="4. Data Collection", fillcolor="#FFFFFF", fontcolor="#202124"];
E [label="5. Data Analysis", fillcolor="#FFFFFF", fontcolor="#202124"];
A -> B [label="Uniform seedlings", arrowhead=vee, color="#4285F4"];
B -> C [label="Acclimatized plants at\nappropriate growth stage", arrowhead=vee, color="#4285F4"];
C -> D [label="Post-treatment incubation", arrowhead=vee, color="#4285F4"];
D -> E [label="Quantitative & qualitative data", arrowhead=vee, color="#4285F4"];
}
Caption: Workflow for a greenhouse bioassay of herbicide efficacy.
1. Plant Material and Growth Conditions:
- Select target weed species and a susceptible crop species for tolerance evaluation.
- Sow seeds in trays containing a sterile potting mix.
- Maintain plants in a greenhouse with controlled temperature (e.g., 25/20°C day/night), humidity (e.g., 60-70%), and photoperiod (e.g., 16-hour light).
2. Experimental Design:
- Use a completely randomized design with 4-6 replications per treatment.
- Treatments should include an untreated control, Pyrasulfotole alone, and Pyrasulfotole in combination with other herbicides or adjuvants at various rates (e.g., 0.5x, 1x, and 2x the recommended field rate).
3. Herbicide Application:
- Apply herbicides to plants at the 2-4 leaf stage using a cabinet track sprayer calibrated to deliver a specific volume (e.g., 200 L/ha) at a constant pressure.
- Ensure uniform spray coverage.
4. Data Collection:
- Visually assess weed control and crop injury at 7, 14, and 21 days after treatment (DAT) on a scale of 0% (no effect) to 100% (complete death).
- At 21 DAT, harvest the above-ground biomass of each pot, dry in an oven at 70°C for 72 hours, and record the dry weight.
5. Data Analysis:
- Analyze data using analysis of variance (ANOVA).
- Calculate the herbicide rate that causes a 50% reduction in growth (GR50) for each formulation.
Protocol for Field Efficacy Trials
This protocol outlines the steps for conducting field trials to evaluate the performance of Pyrasulfotole formulations under real-world conditions.
digraph "Field_Trial_Workflow" {
graph [rankdir="TB", splines=ortho, nodesep=0.4];
node [shape=box, style="filled", fontname="Arial", fontsize=10, margin="0.2,0.1"];
edge [fontname="Arial", fontsize=9];
A [label="1. Site Selection & Preparation", fillcolor="#FFFFFF", fontcolor="#202124"];
B [label="2. Experimental Design & Layout", fillcolor="#FFFFFF", fontcolor="#202124"];
C [label="3. Herbicide Application", fillcolor="#FFFFFF", fontcolor="#202124"];
D [label="4. In-Season Assessments", fillcolor="#FFFFFF", fontcolor="#202124"];
E [label="5. Yield Data Collection", fillcolor="#FFFFFF", fontcolor="#202124"];
F [label="6. Statistical Analysis", fillcolor="#FFFFFF", fontcolor="#202124"];
A -> B [arrowhead=vee, color="#4285F4"];
B -> C [arrowhead=vee, color="#4285F4"];
C -> D [arrowhead=vee, color="#4285F4"];
D -> E [arrowhead=vee, color="#4285F4"];
E -> F [arrowhead=vee, color="#4285F4"];
}
Caption: Workflow for conducting a herbicide field efficacy trial.
1. Site Selection and Experimental Design:
- Select a field with a uniform and dense population of the target weed species.
- Use a randomized complete block design with at least four replications.
- Plot size should be a minimum of 2 meters by 5 meters.
2. Treatments:
- Include an untreated weedy check, a weed-free check (maintained by hand weeding), and the various Pyrasulfotole formulations and combinations at proposed application rates.
3. Herbicide Application:
- Apply post-emergence herbicides when the majority of the target weeds are in the 2-4 leaf stage.
- Use a CO2-pressurized backpack sprayer with flat-fan nozzles calibrated to deliver a consistent spray volume (e.g., 150-200 L/ha).
- Record environmental conditions (temperature, humidity, wind speed) at the time of application.
4. Data Collection:
- Visually assess weed control by species and crop phytotoxicity at regular intervals (e.g., 7, 14, 28, and 56 DAT) using a 0-100% scale.
- Determine weed density and biomass from a designated quadrat within each plot at a set time after application.
- At crop maturity, harvest the center rows of each plot to determine crop yield.
5. Data Analysis:
- Subject the data to ANOVA to determine treatment effects.
- Use appropriate mean separation tests (e.g., Tukey's HSD) to compare treatment means.
Conclusion
The development of enhanced Pyrasulfotole formulations through co-formulation with synergistic partners and the exploration of novel delivery systems like nanoformulations holds significant promise for improving weed management strategies. The protocols outlined in this document provide a framework for the systematic evaluation of these advanced formulations, enabling researchers and developers to bring more effective and sustainable herbicide solutions to the agricultural industry.
References