PTDT Home
Developer Portal
Peether PTDT
ptdt-client.js
// Build against verified PTDT infrastructure
const client = new PTDTClient({
  network: 'bsc-mainnet',
  token: '0x66c6...9278',
  audit: 'GoPlus 100/100'
});
 
await client.settlement.quoteFare();

Developer Infrastructure

PTDT Developer Portal

A consistent builder surface for PTDT docs, APIs, verified contracts, audit references, live market data and integration resources. Built for developers, reviewers and partners who need direct proof instead of loose claims.

BNB Chain Verified Contracts GoPlus 100/100
100/100
GoPlus Score
BEP-20
BNB Chain
100K
Fixed Supply
PTDT LP-Lock
6 Months – Mudra Lock
API
API Documentation
BUILDING BLOCKS

Use the API documentation as the main technical reference for PTDT contract data, dashboard integrations, wallet-facing flows and application-level product surfaces.

REST and Web3 integration reference
Contract address and network context
Useful for dashboards and internal tools
Developer-oriented implementation path
Open API Docs →
100
GoPlus DeepScan Audit
SECURITY PROOF

PTDT's current external security audit is publicly verifiable through GoPlus DeepScan with a 100/100 score, LOW RISK status and zero findings.

External third-party audit reference
100/100 LOW RISK result
Public verification URL
Helps reviewers validate the claim directly
Verify on GoPlus →
DOC
Integration Guide
IMPLEMENTATION FLOW

The main guide gives partners and builders a readable implementation path, linking token mechanics, settlement purpose and user-facing PTDT resources.

Step-by-step integration context
Best-practice onboarding path
Useful for internal and partner teams
Keeps implementation aligned with PTDT docs
Read Main Guide →
LIVE
Live Dashboard
REAL-TIME DATA

The dashboard is the live operational surface for PTDT price, holders, market cap, burned supply, liquidity, LP lock visibility and recent transfer activity.

GeckoTerminal market data
BSC RPC supply and transfer reads
LP lock transparency
Useful for analysts and product screens
Open Dashboard →
PDF
Download Center
OFFLINE RESOURCES

Use the download center for packaged PDFs, technical references, security material and shareable documentation for outreach or internal review.

PDF documentation packages
Audit and response references
Useful for aggregator and reviewer outreach
Keeps public docs easy to distribute
Open Downloads →
GH
GitHub Repository
SOURCE + REVIEW

The GitHub surface supports technical review, source-level transparency and future developer collaboration around the PTDT ecosystem.

Public development presence
Useful for technical reviewers
Source and issue tracking surface
Community contribution path
Open GitHub →
Quick Start

A compact builder pattern for teams that want to start from the PTDT docs and connect application surfaces to verified BNB Chain infrastructure.

# Install dependencies
npm install ethers
 
# PTDT main token
const PTDT = '0x66c6Fc5E7F99272134a52DF9E88D94eD83E89278';
 
# Start with API docs + live dashboard before production integration.
PTDT Token Contract (BNB Smart Chain)
0x66c6Fc5E7F99272134a52DF9E88D94eD83E89278
🔌
Developer-Friendly Surface
Docs, API references, dashboards and contract proofs sit together in one branded builder hub.
🛡
Security Context Included
Builders can cite GoPlus DeepScan audit proof and verified BSC contract links during review.
📊
Live Data Ready
Use dashboard and market data pages as the live context layer for PTDT-facing apps.

Developer Docs Meet Public Verification

PTDT's developer surface should help builders move quickly while keeping every important claim easy to verify: contract, audit, dashboard, market data and documentation.