Primitives

Ocean-native smart contracts

Primitives are an integral part of Shell Protocol's architecture. They are the components that directly connect to Shell's hub contract, the Ocean.

First-party Ocean Primitives may take many forms and contain unique logic, but all enjoy advantages like reduced code complexity and gas savings.

An important primitive is the adapter. These can make any DeFi protocol or bridge instantly composable with the Shell network. There are many different adapters on Shell, each one tailored to a unique protocol.

Check out the following Ocean Primitives:

  1. Ocean Adapter - A generalized adapter interface for creating adapter primitives. Adapters can connect external DeFi protocols to Shell.

  2. Proteus - An AMM engine that can be used to deploy any shape bonding curve, with the ability to evolve over time.

  3. NFT Fractionalizer - This primitive allows non-fungible tokens (NFTs) to be converted into fungible units, improving asset interoperability within the protocol.

Last updated