AI Operations Layer · Cross-Border Supply Chain

Cut the friction from
every trade lane.

PierForge automates HS code classification, tariff calculation, CEPA/RCEP/CBEC optimization, and customs documentation for CN–HK–ASEAN cross-border operators. Every AI action runs through approval bands — Band D (payment, customs filing) requires a human signature.

6→10
HS code digits auto-derived
4
Trade lanes covered
CEPA+RCEP
Preferential rate optimization
7yr
Tamper-evident audit ledger
🏷
HS Code Classification
📊
Tariff Calculation
🤝
CEPA / RCEP Optimization
📄
Customs Documentation
🔒
Band D Approval Gates
📋
7-Year Audit Ledger
Core Modules

Four engines. One operations layer.

The Problem

Cross-border ops is document-heavy by design.

Every shipment across a customs boundary triggers a chain of regulated, document-heavy tasks: HS code lookup, duty calculation, origin-rule verification, declaration filing. Mid-size CN exporters run this across 3–5 corridors simultaneously — yet cannot afford an 8-person compliance team per lane.

See Use Cases →
Without PierForge
With PierForge
Manual HS lookup — 30–60 min per SKU, error-prone
Automated 6–10 digit classification with confidence score in seconds
Duty calculated at MFN rate, CEPA savings missed
Preferential rates auto-applied per origin certificate type
New CBEC rules discovered after a shipment is held
Trade intelligence flags policy changes before next PO
No audit trail — CFO cannot reconcile customs to invoices
7-year tamper-evident ledger: every action, model, sign-off
Market Opportunity

Where PierForge operates.

Four primary trade lanes. Each corridor carries distinct tariff structures, regulatory frameworks, and compliance burdens. (All figures are indicative market-size references — sample data only.)

HK → China GBA
CEPA·0%
Duty rate for qualifying HK-origin goods
CEPA Supplement · Form CO required · GBA fast-lane clearance
CN → ASEAN
RCEP·8
ASEAN markets under RCEP framework
RCEP origin rules · CN Certificate of Origin Form R · SG, TH, MY, VN, ID, PH, MM, KH
EU → China
MFN+VAT
Standard duty + 9–13% VAT on most goods
GACC registration for food · CE/UKCA for regulated products
US → China
301+
Section 301 tariffs stacked on MFN rates
Dynamic rate environment — intelligence monitoring recommended
Data note: Tariff rates and trade agreement terms change. PierForge surfaces indicative calculations and policy alerts. All customs declarations, duty payments, and regulatory filings require verification by a licensed customs broker or trade compliance professional. PierForge does not guarantee tariff outcomes.
Developer API

REST API. Integrate in an afternoon.

Classify products, calculate tariffs, and generate trade documents via a straightforward REST API. Batch up to 50 SKUs per call. Confidence scores on every classification.

POST /v1/classify — single product HS classification
POST /v1/classify/batch — up to 50 products
POST /v1/tariff/calculate — landed cost with CEPA/RCEP
GET /v1/intelligence/alerts — policy change feed
View API Docs →
POST /v1/classify
// Request
curl -X POST https://api.pierforge.com/v1/classify \
  -H "X-API-Key: pk_live_..." \
  -d '{
    "market": "CN",
    "product": {
      "name": "Organic Elderflower Extract",
      "originCountry": "HK",
      "destCountry": "CN",
      "category": "herbal_extract",
      "declaredValueCny": 420,
      "ingredients": ["elderflower", "ethanol"]
    }
  }'

// Response
{
  "ok": true,
  "classification": {
    "hsCode": "1302.19.90",
    "status": "requires_registration",
    "importDutyRate": 0.10,
    "cepaRate": 0.00,  // CEPA Form CO saves 10%
    "vatRate": 0.09,
    "confidence": 0.88,
    "requiredDocs": ["CFS", "CN Label 3"]
  }
}

Built on the CompanyForge engine — approval bands, audit ledger, per-operator memory

Powered by CompanyForge