As Seen On
Recognized By
Navigating the Murky Waters of Treason and Related Offenses in Arizona
Introduction
Navigating the complexities of the legal framework related to treason and associated offenses in Arizona requires an experienced understanding and a keen eye for detail. In the realm of criminal offenses against the state, treason holds a unique place due to its severity and historical gravitas. At Tamou Law Group, PLLC, we offer a meticulous exploration of the laws governing treason and related offenses within the Arizona jurisdiction. Join us as we unfold the legal intricacies, statutory foundations, and the potential ramifications involved in these solemn charges.
Defining Treason
Arizona’s legal approach to treason is methodically articulated within its statutory provisions. Under Arizona Law, A.R.S § 13-3501, treason against the state is defined primarily as levying war against it or adhering to its enemies, giving them aid or comfort. It is critical to understand that for a conviction, the law necessitates the testimony of two witnesses to the same overt act or an open-court confession.
Sedition and Terrorism: The Related Offenses
Sedition and terrorism are offenses intrinsically related to treason, each bearing significant legal consequences. Sedition involves actions aimed at inciting rebellion against the state’s authority, while terrorism encompasses acts intended to coerce or influence state policies or conduct by inflicting harm or significant fear.
Legal Ramifications
Being charged with treason or related offenses brings forth severe legal consequences. These penalties range from substantial fines and extended periods of imprisonment to the forfeiture of specific civic privileges, such as holding public office. The stern repercussions mirror the offenses’ seriousness and their potential harm to societal stability and governance.
Legal Representation and Defense Strategies
Facing charges related to treason necessitates a formidable legal defense. At Tamou Law Group, PLLC, we emphasize crafting robust defense strategies tailored to navigate the multifaceted challenges that these charges present. Our experiencedise allows us to scrutinize every legal aspect meticulously, ensuring a comprehensive and resilient defense approach.
Tamou Law Group, PLLC: Your Trusted Legal Ally
Our dedication at Tamou Law Group, PLLC is steadfast when it comes to offering unmatched legal services. We believe in fostering trust, ensuring our clients are equipped with the necessary information, guidance, and representation essential for navigating these challenging legal terrains.
Conclusion
Treason and related offenses such as sedition and terrorism carry significant weight within Arizona’s legal landscape. Understanding the intricate legal frameworks, consequences, and defense strategies is crucial for anyone embroiled in such serious allegations. Armed with knowledge, experiencedise, and a dedicated approach, Tamou Law Group, PLLC stands as a formidable ally in providing exceptional legal counsel and representation in these matters.For comprehensive legal assistance, informed guidance, and a dedicated legal ally, feel free to contact Tamou Law Group, PLLC at 623-321-4699. Our profound commitment to our clients ensures that they receive personalized, robust, and effective legal representation tailored to the unique challenges presented by each case.
Awards & Recognition
Our recognition for Phoenix criminal defense defense is independently verified, click any award to confirm it:
- National Trial Lawyers Top 100
- National Trial Lawyers Top 40 Under 40
- Elite Lawyer 2026 – Criminal Defense
- Super Lawyers – Southwest
- National College for DUI Defense (NCDD)
When you are looking for the best Phoenix criminal defense lawyers, these are the independently verified credentials that matter, earned by Founding Attorney Michael Tamou and a full team of attorneys, including former prosecutors.
What Clients Say About Tamou Law
Real Google reviews from clients we have defended across Phoenix and Maricopa County. Every review is from a criminal defense client, never padded with non-legal work.
Frequently Asked Questions
What is treason under Arizona law?
Treason against Arizona is defined by Article 2, Section 28 of the Arizona Constitution as levying war against the state or adhering to its enemies by giving them aid and comfort. It is the only crime defined in the constitution itself, and prosecutions are extremely rare in modern practice.
Is treason a state or federal crime in Arizona?
Treason can be charged at both levels: federal treason under 18 U.S.C. 2381 covers betrayal of the United States, while the Arizona Constitution separately defines treason against the state. In practice, nearly all treason-type conduct is prosecuted federally or under terrorism statutes instead.
How long can you go to prison for terrorism in Arizona?
Terrorism under A.R.S. 13-2308.01 is a class 2 felony carrying a presumptive five-year prison term, and life imprisonment without release for at least 25 years if the act causes death. Sentences increase sharply with prior felony convictions or dangerous-offense allegations.
How many witnesses are required to convict someone of treason in Arizona?
A treason conviction requires the testimony of two witnesses to the same overt act, or a confession made in open court, under both the Arizona Constitution and the U.S. Constitution. This is the highest proof standard attached to any crime and makes treason convictions exceptionally rare.
Does Arizona have a sedition law?
Arizona does not prosecute sedition as a standalone state crime today; conduct once called sedition is typically charged under federal law, such as seditious conspiracy under 18 U.S.C. 2384, or under Arizona’s terrorism statutes. Speech alone is generally protected unless it incites imminent lawless action.
Can you go to prison for making a terrorist threat in Arizona?
Yes. Making a terroristic threat under A.R.S. 13-2308.02 is a class 3 felony in Arizona, punishable by prison even for a first offense, and no actual ability to carry out the threat is required. Charges often arise from social media posts, school threats, or heated statements.
What defenses work against treason or terrorism charges in Arizona?
Common defenses include lack of intent, First Amendment protection for speech and association, insufficient evidence of an overt act, entrapment, and mistaken identity in group prosecutions. Because these cases rely heavily on informants and electronic surveillance, challenging how the evidence was gathered is often decisive.
Do I need a lawyer if I am being investigated for treason or terrorism in Arizona?
Yes, you should retain a criminal defense lawyer immediately, before speaking to investigators, because treason and terrorism cases carry potential life sentences and federal involvement. Early counsel can protect your statements, challenge surveillance evidence, and sometimes prevent charges from being filed. Call 623-321-4699, 24/7.
Two Arizona Offices, One Team
We serve all of Maricopa County and the surrounding area, with free, confidential consultations 24/7 by phone and in-person meetings at either office by appointment.
Case Results Disclaimer: The results described on this page are based on specific facts and circumstances and do not guarantee or predict a similar outcome in any future case. Every case is different. Past results do not guarantee future results. No attorney-client relationship is formed by viewing this page or submitting a contact form until a written fee agreement has been signed. Tamou Law Group, PLLC is licensed to practice law in the State of Arizona. This website is for informational purposes only and does not constitute legal advice.
(function() {
function customizeConsultForm() {
var form = document.querySelector('#consult-form');
if (!form) return false;
var fields = form.querySelectorAll('.gfield');
var emailField = null;
var didWork = false;
fields.forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var labelText = (label.textContent || '').trim().toLowerCase();
if (labelText.indexOf('best way to reply') !== -1 || labelText.indexOf('preferred contact') !== -1) {
field.classList.add('tlg-hide-field');
field.querySelectorAll('input').forEach(function(input) {
input.checked = false;
input.removeAttribute('required');
});
didWork = true;
}
if (labelText.indexOf('email') !== -1) {
emailField = field;
field.classList.add('tlg-email-required');
field.querySelectorAll('input[type="email"], input[type="text"]').forEach(function(input) {
input.setAttribute('required', 'required');
input.setAttribute('aria-required', 'true');
});
didWork = true;
}
});
var gform = form.tagName === 'FORM' ? form : (form.querySelector('form') || form.closest('form'));
if (!gform) gform = document.querySelector('#consult-form form, form[id^="gform_"]');
if (gform && !gform.dataset.tlgSourceBound) {
gform.dataset.tlgSourceBound = '1';
var pageUrl = window.location.href;
var pageTitle = document.title || 'Phoenix White Collar Defense Lawyers';
var pagePath = window.location.pathname;
var sourceTag = '[Source: ' + pageTitle.replace(/\s*[,|].*$/, '') + ' | ' + pagePath + ']';
['source_page', 'page_url', 'lander_url'].forEach(function(name) {
var h = document.createElement('input');
h.type = 'hidden';
h.name = name;
h.value = pageUrl;
gform.appendChild(h);
});
var hp = document.createElement('input');
hp.type = 'hidden';
hp.name = 'source_path';
hp.value = pagePath;
gform.appendChild(hp);
function findMessageField() {
var match = null;
form.querySelectorAll('.gfield').forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var t = (label.textContent || '').trim().toLowerCase();
if (t.indexOf('message') !== -1 || t.indexOf('comment') !== -1 || t.indexOf('detail') !== -1 || t.indexOf('describe') !== -1 || t.indexOf('tell us') !== -1 || t.indexOf('your story') !== -1) {
match = field.querySelector('textarea, input[type="text"]');
}
});
if (!match) match = form.querySelector('textarea');
return match;
}
function prependSource() {
var textarea = findMessageField();
if (textarea && textarea.value.indexOf('[Source:') === -1) {
textarea.value = sourceTag + '\n\n' + (textarea.value || '');
}
}
gform.addEventListener('submit', prependSource, true);
var submitBtns = gform.querySelectorAll('input[type="submit"], button[type="submit"], .gform_button');
submitBtns.forEach(function(btn) {
btn.addEventListener('click', function() {
setTimeout(prependSource, 0);
prependSource();
}, true);
});
}
var submitBtn = form.querySelector('input[type="submit"], button[type="submit"]');
if (submitBtn && emailField && !submitBtn.dataset.tlgBound) {
submitBtn.dataset.tlgBound = '1';
submitBtn.addEventListener('click', function(e) {
var emailInput = emailField.querySelector('input[type="email"], input[type="text"]');
if (emailInput && !emailInput.value.trim()) {
e.preventDefault();
emailInput.focus();
emailInput.style.borderColor = '#c62828';
emailInput.style.boxShadow = '0 0 0 3px rgba(198,40,40,.15)';
}
});
}
return didWork;
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', customizeConsultForm);
} else {
customizeConsultForm();
}
var attempts = 0;
var interval = setInterval(function() {
attempts++;
var done = customizeConsultForm();
if (done || attempts > 10) clearInterval(interval);
}, 500);
})();






