Protocol Documentation11 min read

IP to IP Transaction Protocol: Direct Node-to-Node Settlement

How Protocol 101.x enables direct IP to IP transactions between financial institution servers, guaranteeing cryptographically verified payload delivery.

Defining the IP to IP Transaction Protocol

An IP to IP transaction is a payment instruction transmitted directly between two financial institution servers identified by their network endpoints, without passing through any intermediary correspondent or clearing house. The IP to IP transaction protocol implemented by Cloud Global Server under Protocol 101.x establishes a point-to-point encrypted channel so that the originating node and the destination node exchange transaction payloads and settlement confirmations with cryptographically verified delivery. This direct node-to-node settlement model is the fastest path in global server banking because it removes every hop that traditional SWIFT correspondent chains introduce.

Protocol 101.x
Cloud Global Server's proprietary IP-to-IP routing specification for direct, encrypted institutional transactions.

Endpoint Resolution and the Institutional Registry

Before an IP to IP transaction can flow, the sending server must resolve the destination endpoint. Cloud Global Server maintains an institutional registry that maps each participating bank to its authenticated IP endpoints, public key fingerprints, and supported protocol variants. When a payment is initiated, the routing engine queries this registry, confirms the destination node is online and healthy, and negotiates the highest mutually supported cipher suite. Registry entries are signed and versioned, so a compromised or rotated endpoint is invalidated immediately across the network.

The Cryptographic Handshake

Every IP to IP transaction begins with a TLS 1.3 mutual authentication handshake in which both servers present X.509 certificates issued by the Cloud Global Server private certificate authority. An ephemeral ECDH key exchange over Curve25519 derives a per-session symmetric key, and the transaction payload is then sealed with AES-256-GCM. Because keys are ephemeral, capturing one session grants no ability to decrypt any other, giving IP to IP transactions forward secrecy that is essential for high-value interbank settlement.

AES-256-GCM
Advanced Encryption Standard with 256-bit key length and Galois/Counter Mode for authenticated encryption.

Guaranteed Payload Delivery

Direct node-to-node settlement must guarantee that a transaction is delivered exactly once. Protocol 101.x achieves this with a sequenced acknowledgment scheme: each payload carries a monotonic sequence number and a nonce, and the receiving node must return a signed acknowledgment before the sender considers the message delivered. If an acknowledgment is not received within the retransmission window, the sender replays the payload with the same sequence number, and the receiver deduplicates using the nonce. This ensures cryptographically verified payload delivery even across unreliable network conditions.

Protocol 101.x
Cloud Global Server's proprietary IP-to-IP routing specification for direct, encrypted institutional transactions.

Settlement Finality and Ledger Commit

Once the receiving financial node validates an IP to IP transaction, it commits the settlement to the distributed ledger and returns a signed settlement receipt. The commit is atomic: either both the debit at the sender and the credit at the receiver are recorded, or neither is. This two-phase settlement prevents partial settlement states that could otherwise create reconciliation disputes. Settlement finality for same-currency IP to IP transactions is typically achieved in under 200 milliseconds.

Operational Advantages for Institutions

By adopting the IP to IP transaction protocol, institutions gain lower latency, reduced correspondent fees, and complete cryptographic auditability of every transfer. Because direct node-to-node settlement bypasses public banking rails, sensitive counterparty information is never exposed to third parties. For treasury operations that demand speed and confidentiality, IP to IP transactions on Cloud Global Server provide a secure, verifiable, and highly efficient settlement channel within the broader global server banking architecture.

Read Next Protocol