// About page. (function () { const { Reveal, Eyebrow } = window.GR; const VALUES = [ ['Reliability', 'We deliver what we commit to. Consistent product availability and on-time logistics are non-negotiable — whether we are trading a commodity or distributing an industrial chemical.'], ['Transparency', 'Open communication with clients and suppliers at every stage of the commercial and logistics process — pricing, lead times, documentation, and execution status.'], ['Long-Term Partnerships', 'We build lasting relationships, not transactional exchanges. Clients and suppliers stay because we deliver consistent value over time.'], ['Operational Efficiency', 'Streamlined processes across sourcing, logistics, and distribution — minimizing cost, friction, and time-to-market across both product categories.'], ['Supply Consistency', 'Reliable, uninterrupted product availability through diversified supplier networks and proactive supply chain planning.'], ['International Trade Expertise', 'Deep working knowledge of cross-border chemical trade regulations, port operations, and LATAM commercial dynamics across both commodity and specialty chemical categories.'], ]; const REGIONS = [ ['North America', 'Headquarters & Operations Hub'], ['South America', 'Primary Distribution Market'], ['Europe', 'Certified Supplier Network'], ['Asia', 'Certified Supplier Network'], ]; function PullQuote({ children }) { return (
{children}
); } function AboutPage() { return (
Who We Are

A Family Built
on Reliability.

Six years. Three continents. Industrial chemicals distribution and chemical commodities trading — under one trusted name, operated from Florida with reach across Latin America.

Operating Model

GR Unity Trading LLC is a privately funded, family-owned company dedicated to the commercialization and distribution of industrial chemicals and commodities throughout Latin America. Headquartered in Florida, USA.

We are not a marketplace, broker, or pass-through intermediary. We are an active trading and distribution company that manages the full commercial and logistical cycle — from international sourcing through final delivery to industrial buyers.

Our dual operational capability — running industrial chemicals distribution and chemical commodities trading under one team — gives our clients a uniquely comprehensive supply partner for both categories of chemical raw material.

Our Experience With more than 6 years of experience in industrial raw materials and international trade, GR Unity Trading LLC has developed operational knowledge across sourcing, logistics, import/export operations, supplier coordination, and LATAM market distribution. We understand the operational, regulatory, and commercial demands of cross-border chemical trade — and have built the supplier relationships and logistics infrastructure to execute reliably at scale.
What Sets Us Apart

Industrial Chemicals
& Commodities — Both.

These are two distinct categories of chemical supply — and GR Unity Trading operates professionally in both, with separate sourcing, pricing, and logistics workflows.

Industrial Chemicals

Specialty chemical inputs supplied directly to manufacturers and industrial operators: Sodium Hypochlorite, Calcium Hypochlorite, SLES, LABSA, PAC, IPA. These require technical application knowledge and specification matching for industrial clients.

Commodities

Standardized bulk substances traded at global market prices: Methanol, Ethanol, Caustic Soda, Xylene, Liquid Chlorine Gas. High-volume, internationally priced — requiring deep market knowledge and port logistics infrastructure to trade competitively.

Most distributors operate in one or the other. We serve both — making us a comprehensive chemical supply partner for Latin American industry.

Global Reach

Operating Across 3 Continents

We collaborate with manufacturers and suppliers across North America, South America, Europe, and Asia — and distribute throughout Latin America with operational coverage of every major industrial market in the region.

{REGIONS.map((r, i) => (
{String(i + 1).padStart(2, '0')} / 04
{r[0]}
{r[1]}
))}
What We Stand For

Six Values.
Non-Negotiable.

{VALUES.map(([title, body], i) => (
0{i + 1}

{title}

{body}

))}
); } window.GR = Object.assign(window.GR || {}, { AboutPage }); })();