v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Incorporation

Submit incorporation details

Submits incorporation details after payment has been completed. Registers the project with its founders, company name preferences, and category.

The sum of all founder shareBasisPoint values plus incorporationShareBasisPoint must equal exactly 10000 (100%).

post/incorporate/incorporate

Request body

orderUUIDstring required

Order UUID from the start payment step

paymentSignaturestring required

On-chain signature of the submitted payment transaction

projectNamestring required

Project name (1-200 chars)

tokenAddressstring required

Token mint address

category'RWA' | 'AI' | 'DEFI' | 'INFRA' | 'DEPIN' | 'LEGAL' | 'GAMING' | 'NFT' | 'MEME'

Category for the incorporation project

twitterHandlestring nullable

Twitter handle (alphanumeric and underscores only, max 50 chars)

incorporationShareBasisPointnumber required

Incorporation share in basis points (2000-3000)

preferredCompanyNamesstring[] required

Exactly 3 preferred company names (each 1-200 chars)

Response

Successfully submitted incorporation details

successboolean required

Example response

{
  "success": true
}