Swan Network
English
  • Getting Started
    • Overview
    • Protocol Stack
      • Cross-chain Consensus Layer
      • Peer-to-peer (P2P) Network
      • Payment Channels
      • Service Discovery
      • Data Marketplace
      • Indexing and Caching Marketplace
      • Web3 Task Auction
      • Storage Layer
      • Computing Layer
      • CDN Layer
      • Economic System
        • Grants
        • Computing Jobs
        • Universal Basic Income (UBI)
        • Swan Provider Income
      • Token
      • Governance
        • Treasure DAO
      • Glossary
    • Contact Us
      • Social Accounts & Communities
      • Business Partnerships
    • FAQ
  • QuickStarts
    • Dive into QuickStarts
      • Swan Chain: Developing Smart Contracts with Go
  • Swan Storage Market
    • Overview
      • Swan Auction System
      • Reputation System
    • Key functionalities
      • Task Management
        • Create a New Task
        • Navigate Tasks
        • Update Tasks
        • Assign Tasks
      • My Profile
        • Register as a storage provider
      • Find Storage Providers
        • Storage Provider Details
      • Extend DataCap Terms Service
  • Swan IPFS Storage
    • Overview
      • Flink
    • Swan IPFS Storage User Guide
      • Networks
      • Setup MetaMask
    • Developer Quickstart
      • SDK
        • js MCS SDK
          • Prerequisites
          • Get Started
          • Bucket Storage
          • Onchain Storage
          • SDK JS Installation Tutorial Video
        • python MCS SDK
          • Quickstart
          • Bucket Storage
          • Onchain Storage
          • SDK Python Installation Tutorial Video
      • Additional Resources
    • Best Practice
      • Use Swan IPFS Storage as Platform Storage Solution
        • Single Organization Design
        • Multiple Organization Design
    • FAQ
  • Swan Provider
    • Overview
    • Features
    • Tutorial
      • Prerequisites
      • Installation
      • Configure and Run
      • Swan Provider Tutorial Video
    • FAQ
      • 1. Change the linked Email
      • 2. Check Storage Provider connectivity/stability
      • 3. How to stop accepting "auto-bid" deals?
      • 4. `aria2_download_dir` vs. `aria2_candidate_dirs`
      • 5. How to configure "import deals from Swan Provider" when Boostd is running normally
      • 6. A rejection msg always appears during the deal-importing process
      • 7. How to check if aria2 is running?
      • 8. No response from Swan Platform?
      • 9. Why Storage Provider status shows offline?
      • 10. How to check the Task Status?
      • 11. How to configure the Storage Provider Market?
      • 12. How to set the "ask price"?
      • 13.aria2_download_dir VS. aria2_candidate_dirs
      • 14. How to control the number of deals imported?
  • Swan Client
    • Overview
    • Basic Concepts
    • Tutorial
      • Filecoin Deal Sender
        • Installation
        • Configuration
        • Prerequisites
        • Generate CAR Files
        • Meta-CAR
        • Upload CAR Files to IPFS
        • Create a Task
      • Blockchain RPC Service
        • Deploy RPC Service
        • RPC Command Service
      • Swan Client Tutorial Video
    • FAQ
      • How to prepare data?
  • FS3
    • Overview
    • Setup your FS3
      • Prerequisites
      • Install FS3
      • FS3 Set up Video
    • FS3 User Guide
    • FS3 User Guide (Cloud Version)
  • Lagrange DAO
    • Overview
  • Development Resource
    • Swan Token Contract
      • Acquire Testnet USDC and MATIC tokens
    • Swan API
    • Swan IPFS Storage API
    • Swan IPFS Storage 2.0 API
    • Flink API
    • FS3 API
    • API keys
  • Swan Testnet
    • Swan Jupiter Testnet
      • How to Participate
      • Before You Get Started
      • Network Early Adopter
      • Computing Provider Setup
        • Prerequisites
        • Install the Kubernetes
        • Install and config the Nginx
        • Install the Hardware resource-exporter
        • Install the Redis service
        • Build and config the Computing Provider
        • Install AI Inference Dependency(Optional)
        • Start the Computing Provider
        • CLI of Computing Provider
        • FAQ
      • FAQ
Powered by GitBook
On this page
  • Who should use Swan?
  • How does Swan work?
  • Are there any fees or subscriptions to use Swan?
  • Does Swan have object size limits?
  • What type of file configuration do I need?
  • Do you have a customer referral program?
  • What are the requirements that a storage provider needs to meet for autoBid?

Was this helpful?

  1. Getting Started

FAQ

Who should use Swan?

Customers who want to store data files to Decentralized network. Filswan provides plenty of useful tools to help clients manage their data, encryption, trunk data to small data pieces, retrieval the dataset, fully backup data to filecoin network, find best service providers and simplify the transfer and storage process.

Storage providers on Filecoin network want a fully automatic solution for data lifecycle management, server resource management, reporting and billing.

How does Swan work?

Unlike traditional cloud providers, Swan does not operate any physical infrastructure. Instead, we maintain a cluster of application servers connected to various decentralized nodes. This results in a lower overhead and capital expense due to fewer servers.

Are there any fees or subscriptions to use Swan?

There is no sign-up fee nor any subscription fees. Swan provides a variety of free services and supports to early ecological enterprises. Swan operates using a pay-as-you-go model, meaning clients will only be paying for the storage space they are using.

Does Swan have object size limits?

There is no limit to how much data a client can store through the Swan platform.

Objects stored on Filswan can range in size from a minimum of 0 bytes to a maximum of 300GB. The largest object that can be uploaded in a single HTTP PUT or POST is 5GB. If you want to upload an object larger than 5GB, you will need to initiate a multipart upload via our S3 API. However, Swan can accommodate clients who are looking to store data large datasets (TB and PB). Clients seek out and make data storage deals with storage providers who are willing to make offline deals.

What type of file configuration do I need?

Files store on Filswan are configured into a meta-CSV file. A meta-CSV provides addition instructions to the storage provider to be able to store the data file properly.

Do you have a customer referral program?

No, we do not, but feel free to invite friends to explore the platform using our telegram and Twitter accounts!

What are the requirements that a storage provider needs to meet for autoBid?

There are several requirements need to be fulfilled for participating in autoBid. Firstly, your SP status should be 'Active'; then, your SP should be registered as a Swan SP and select accept offline deals at registration; also, run our SP service and set 'bid_mode' to 1 and provide other values such as 'expected_sealing_time' and 'start_epoch'.

For more information about how to register storage provider, please consult ****(link).

To participate in the AutoBid mode.

  1. Make sure your storage provider is Active and capable to be scanned on chain.

  2. Edit your storage provider's price, verified-price, min-piece-size, and max-piece-size as follow:

    • lotus-miner storage-deals set-ask --price= --verified-price= --min-piece-size= --max-piece-size=

    Tips: set reasonable prices and a wide range of piece-size will help you get more deals.

  3. Register your storage provide as a Swan SP. The accept offline deals must to be ON at the time of registration.

  4. Run Swan SP. Our heartbeat feature will regularly send signals to the server, to indicate whether your SP is online. Only online SP can get deals.

  5. Edit bid_mode, expected_sealing_time, and start_epoch in the config.toml file.

    edit ~/.swan/provider/config.toml as follows:

    ...
    
    bid_mode: 1 
    expected_sealing_time: //1920 epoch or 16 hours.
    start_epoch: //2880 epoch or 24 hours.
    
    ...

You are now qualified to participate in AutoBid.

PreviousBusiness PartnershipsNextDive into QuickStarts

Last updated 1 year ago

Was this helpful?

To learn more about file configuration and how to generate a Car file please consult the following link for more information:

https://github.com/filswan/swan-client