TalentLayer Documentation
  • 👋Introduction
    • Value Proposition
    • Options for Integration
      • On-Demand Integration
      • Native Integration
    • TalentLayer's Functions
      • PlatformID
        • Fees & Economics
      • TalentLayerID
      • Reviews
      • Services
      • Escrow and Dispute
        • Dispute Workflow
        • Arbitration
          • Kleros Arbitration
          • Platform Managed Arbitration
    • Current Network Liquidity
    • Decentralization
  • ⚙️Technical Guides
    • Web 3 SDK & API
    • StarterKit Template
    • Technical Schemas
    • Network Support
    • Lower-Level Guides
      • Smart Contracts
        • Deployments
        • TalentLayerPlatformID.sol
        • TalentLayerID.sol
        • TalentLayerService.sol
        • TalentLayerReview.sol
        • Escrow & Dispute Contracts
      • The Graph
        • Introduction
        • Querying from an application
        • Queries examples
        • Implementing the pagination
      • Metadata
      • Third-Party Modules
        • Lens Protocol - Social
        • XMTP - Messaging
        • Sismo - Privacy
        • Iexec - Web3Mail
      • Messaging
        • Integrating XMTP
      • Standards
        • ERC-792: Arbitration standard
        • ERC-1497: Evidence Standard
      • How-To Guides
        • How to implement minting TalentLayer IDs?
        • How to implement the service creation?
        • How to implement the proposal creation?
        • How to implement the proposal validation?
    • Delegation
      • Meta Transaction
      • Delegate System
        • Setting
        • User workflow
        • Service creation example
        • How mintForAddress works
  • ⭐Get a Platform ID
  • 🧠Inspiration for Builders
  • 💬Contact The Team
  • 🦝Core Developer Guides
    • Subgraph Local Setup
    • Smart Contracts Local Setup
    • Advanced Documentation
    • Contract & Graph Deployment Guide
    • TalentLayer Improvement Proposals
    • Audit Report
Powered by GitBook
On this page
  • Platform Fees
  • originServiceFeeRate
  • originValidatedProposalFeeRate
  • servicePostingFee
  • proposalPostingFee
  • Protocol Fee
  • Gas Fees
  • Covering Fees for Users

Was this helpful?

  1. Introduction
  2. TalentLayer's Functions
  3. PlatformID

Fees & Economics

Platform Fees

Each Platform can fully configure their fees strategy with 4 different variables:

originServiceFeeRate

This is a fee that is configured by platforms for jobs that result in the release of an escrow on the TalentLayer network. This is remitted back to the platform that posted the job.

The default configuration of this fee is 0%.

originValidatedProposalFeeRate

This is a fee that is configured by platforms for proposals that result in the release of an escrow on the TalentLayer network. This is remitted back to the platform that posted the job.

The default configuration of this fee is 0%.

Escrow-Related Fees: originServiceFeeRate, originValidatedProposalFeeRate enable TalentLayers' interoperability between multiple marketplaces; allowing marketplaces to make money on users and jobs they onboard to the protocol even if they do transactions on other platforms or with users of other platforms.

servicePostingFee

Because many platforms desire to levy fees on job posts, TalentLayer will offer an optional configurable job posting fee.

The default Job Posting Fee will be 0%.

proposalPostingFee

Because many platforms desire to levy fees on proposal posts, TalentLayer will offer an optional configurable proposal posting fee.

The default Proposal Posting Fee will be 0%.

Protocol Fee

This fee is used to support the development of the TalentLayer protocol. It is sent to the TalentLayer treasury. The treasury is currently managed by the TalentLayer Core team and will eventually be transitioned to be managed by the eventual TalentLayer DAO.

This fee is set at 1%.

Gas Fees

By making transactions, your users will experience any gas or transaction fees required by the blockchain you are interfacing with.

Covering Fees for Users

With our Delegation system, you can cover protocol fees and gas fees on behalf of your users. This allows you to create a "fee-less" experience for users.

Fee Sponsorship can be configured with your Platform ID and involves you loading a wallet with cryptos to cover fees that users incur.

PreviousPlatformIDNextTalentLayerID

Last updated 1 year ago

Was this helpful?

👋