nearfundocs
The NearFun handbook
SPECIFICATION · 24

Fee Sharing Flow

NearFun master specification

Use the current official Pump fee-sharing lifecycle.

Expected concepts include:

createFeeSharingConfig

updateFeeSharesV2

but verify exact SDK methods/signatures.

Never invent method names.

Conceptually:

create sharing configuration

then:

finalize shareholder allocation

Expected logical allocation:

[
{
address: creator,
shareBps: creatorShareBps
},
{
address: NEARFUN_PLATFORM_WALLET,
shareBps: platformShareBps
}
]

Total must equal:

10000

NearFun documentation